Go to the documentation of this file.
18 #ifndef __itkListSampleCArray_h
19 #define __itkListSampleCArray_h
21 #include "itkObjectFactory.h"
23 #include "itkSample.h"
44 template<
class TMeasurementVector,
class TInternalValue =
typename TMeasurementVector::ValueType >
46 public Sample< TMeasurementVector >
132 void PrintSelf( std::ostream & os, Indent indent )
const;
158 #ifndef ITK_MANUAL_INSTANTIATION
159 #include "itkListSampleCArray.hxx"
162 #endif // end #ifndef __itkListSampleCArray_h
void GetMeasurementVector(InstanceIdentifier id, MeasurementVectorType &mv) const
void AllocateInternalContainer(unsigned long size, unsigned int dim)
virtual TotalAbsoluteFrequencyType GetTotalFrequency(void) const
void DeallocateInternalContainer(void)
Superclass::TotalAbsoluteFrequencyType TotalAbsoluteFrequencyType
Superclass::AbsoluteFrequencyType AbsoluteFrequencyType
virtual ~ListSampleCArray()
unsigned long GetActualSize(void)
Superclass::MeasurementVectorType MeasurementVectorType
MeasurementVectorType m_TemporaryMeasurementVector
virtual AbsoluteFrequencyType GetFrequency(InstanceIdentifier id) const
InternalDataContainerType m_InternalContainer
void operator=(const Self &)
ListSampleCArray(const Self &)
virtual InstanceIdentifier Size(void) const
SmartPointer< Self > Pointer
InternalDataType * InternalDataContainerType
virtual const MeasurementVectorType & GetMeasurementVector(InstanceIdentifier id) const
void SetMeasurement(InstanceIdentifier id, unsigned int dim, const MeasurementType &value)
void PrintSelf(std::ostream &os, Indent indent) const
A ListSampleBase that internally uses a CArray, which can be accessed.
Superclass::InstanceIdentifier InstanceIdentifier
Superclass::MeasurementType MeasurementType
SmartPointer< const Self > ConstPointer
void Resize(unsigned long n)
TInternalValue InternalValueType
InstanceIdentifier m_ActualSize
InternalValueType * InternalDataType
Sample< TMeasurementVector > Superclass
Superclass::MeasurementVectorSizeType MeasurementVectorSizeType
void SetMeasurementVector(InstanceIdentifier id, const MeasurementVectorType &mv)
void SetActualSize(unsigned long n)
InstanceIdentifier m_InternalContainerSize
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|