|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkRingBuffer_h
19 #define itkRingBuffer_h
39 template <
typename TElement>
95 return this->m_HeadIndex;
111 PrintSelf(std::ostream & os,
Indent indent)
const override;
124 std::vector<ElementPointer> m_PointerVector{};
129 #ifndef ITK_MANUAL_INSTANTIATION
130 # include "itkRingBuffer.hxx"
SmartPointer< Self > Pointer
itk::SizeValueType SizeValueType
Control indentation during Print() invocation.
typename ElementType::Pointer ElementPointer
Light weight base class for most itk classes.
Templated ring buffer for holding anything.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Base class for most ITK classes.
itk::OffsetValueType OffsetValueType
SizeValueType GetHeadIndex()
unsigned long SizeValueType