#include <itkPointSetToListAdaptor.h>
Public Types | |
typedef PointSetToListAdaptor | Self |
typedef ListSampleBase< typename TPointSet::PointType > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TPointSet | PointSetType |
typedef TPointSet::Pointer | PointSetPointer |
typedef TPointSet::PointIdentifier | InstanceIdentifier |
typedef TPointSet::PointsContainerPointer | PointsContainerPointer |
typedef TPointSet::PointsContainerIterator | PointsContainerIterator |
typedef TPointSet::PointType | PointType |
typedef Superclass::MeasurementType | MeasurementType |
typedef Superclass::MeasurementVectorType | MeasurementVectorType |
typedef MeasurementVectorType | ValueType |
typedef Superclass::FrequencyType | FrequencyType |
Public Member Functions | |
virtual const char * | GetClassName () const |
itkStaticConstMacro (MeasurementVectorSize, unsigned int, TPointSet::PointDimension) | |
void | SetPointSet (TPointSet *pointSet) |
TPointSet * | GetPointSet () |
unsigned int | Size () const |
const MeasurementVectorType & | GetMeasurementVector (const InstanceIdentifier &id) const |
void | SetMeasurement (const InstanceIdentifier &id, const unsigned int &dim, const MeasurementType &value) |
FrequencyType | GetFrequency (const InstanceIdentifier &id) const |
FrequencyType | GetTotalFrequency () const |
Iterator | Begin () |
Iterator | End () |
ConstIterator | Begin () const |
ConstIterator | End () const |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
PointSetToListAdaptor () | |
virtual | ~PointSetToListAdaptor () |
void | PrintSelf (std::ostream &os, Indent indent) const |
After calling SetPointSet(PointSet*) method to plug-in the PointSet object, users can use Sample interfaces to access PointSet data. This adaptor assumes that the PointsContainer is actual storage for measurment vectors. In other words, PointSet's points are equal to measurement vectors. This class totally ignores PointsDataContainer.
Definition at line 43 of file itkPointSetToListAdaptor.h.
|
Definition at line 51 of file itkPointSetToListAdaptor.h. |
|
Definition at line 77 of file itkPointSetToListAdaptor.h. Referenced by itk::Statistics::PointSetToListAdaptor< TPointSet >::ConstIterator::GetFrequency(), and itk::Statistics::PointSetToListAdaptor< TPointSet >::Iterator::GetFrequency(). |
|
|
Superclass typedefs for Measurement vector, measurement, Instance Identifier, frequency, size, size element value Definition at line 74 of file itkPointSetToListAdaptor.h. |
|
Definition at line 75 of file itkPointSetToListAdaptor.h. Referenced by itk::Statistics::PointSetToListAdaptor< TPointSet >::ConstIterator::GetMeasurementVector(), and itk::Statistics::PointSetToListAdaptor< TPointSet >::Iterator::GetMeasurementVector(). |
|
Definition at line 50 of file itkPointSetToListAdaptor.h. |
|
Definition at line 68 of file itkPointSetToListAdaptor.h. Referenced by itk::Statistics::PointSetToListAdaptor< TPointSet >::ConstIterator::ConstIterator(), and itk::Statistics::PointSetToListAdaptor< TPointSet >::Iterator::Iterator(). |
|
Definition at line 67 of file itkPointSetToListAdaptor.h. Referenced by itk::Statistics::PointSetToListAdaptor< TPointSet >::~PointSetToListAdaptor(). |
|
Definition at line 65 of file itkPointSetToListAdaptor.h. Referenced by itk::Statistics::PointSetToListAdaptor< TPointSet >::~PointSetToListAdaptor(). |
|
PointSet typedefs Definition at line 64 of file itkPointSetToListAdaptor.h. |
|
Definition at line 69 of file itkPointSetToListAdaptor.h. Referenced by itk::Statistics::PointSetToListAdaptor< TPointSet >::~PointSetToListAdaptor(). |
|
Standard class typedefs Definition at line 48 of file itkPointSetToListAdaptor.h. Referenced by itk::Statistics::PointSetToListAdaptor< TPointSet >::~PointSetToListAdaptor(). |
|
Definition at line 49 of file itkPointSetToListAdaptor.h. |
|
Definition at line 76 of file itkPointSetToListAdaptor.h. |
|
|
|
|
returns a const iterator that points to the beginning of the container Definition at line 211 of file itkPointSetToListAdaptor.h. |
|
returns an iterator that points to the beginning of the container Definition at line 195 of file itkPointSetToListAdaptor.h. |
|
returns an iterator that points to the end of the container Definition at line 219 of file itkPointSetToListAdaptor.h. |
|
returns an iterator that points to the end of the container Definition at line 203 of file itkPointSetToListAdaptor.h. |
|
Run-time type information (and related methods). |
|
returns 1 as other subclasses of ListSampleBase does |
|
returns the measurement vector that is specified by the instance identifier argument. |
|
Method to get the point set |
|
returns the size of this container |
|
the number of components in a measurement vector |
|
Method for creation through the object factory. |
|
|
|
sets the "dim" dimensional component value of the measurement vector that is specified by "id". |
|
Method to set the point set |
|
returns the number of measurement vectors in this container |