|
ITK
5.2.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;
99 typename ElementType::Pointer
111 PrintSelf(std::ostream & os,
Indent indent)
const override;
129 #ifndef ITK_MANUAL_INSTANTIATION
130 # include "itkRingBuffer.hxx"
::itk::SizeValueType SizeValueType
Control indentation during Print() invocation.
::itk::OffsetValueType OffsetValueType
typename ElementType::Pointer ElementPointer
Light weight base class for most itk classes.
std::vector< ElementPointer > m_PointerVector
Templated ring buffer for holding anything.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
signed long OffsetValueType
Base class for most ITK classes.
SizeValueType GetHeadIndex()
unsigned long SizeValueType