#include <itkPointSetToListAdaptor.h>
Inheritance diagram for itk::Statistics::PointSetToListAdaptor:
Public Types | |
typedef PointSetToListAdaptor | Self |
typedef ListSample< typename TPointSet::PointType > | Superclass |
typedef SmartPointer< Self > | Pointer |
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 Methods | |
virtual const char * | GetClassName () const |
itkStaticConstMacro (MeasurementVectorSize, unsigned int, TPointSet::PointDimension) | |
void | SetPointSet (PointSetPointer pointSet) |
PointSetPointer | GetPointSet () |
unsigned int | Size () const |
unsigned int | Size (const unsigned int &dimension) const |
unsigned int | GetNumberOfInstances () const |
MeasurementVectorType & | GetMeasurementVector (const InstanceIdentifier &id) |
void | SetMeasurement (const InstanceIdentifier &id, const unsigned int &dim, const MeasurementType &value) |
FrequencyType | GetFrequency (const InstanceIdentifier &id) const |
FrequencyType | GetTotalFrequency (const unsigned int &dimension) const |
Iterator | Begin () |
Iterator | End () |
Static Public Methods | |
Pointer | New () |
Protected Methods | |
PointSetToListAdaptor () | |
virtual | ~PointSetToListAdaptor () |
void | PrintSelf (std::ostream &os, Indent indent) const |
Friends | |
class | Iterator |
After calling SetPointSet(PointSet::Pointer) 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.
|
Reimplemented from itk::Statistics::ListSample< TPointSet::PointType >. Definition at line 76 of file itkPointSetToListAdaptor.h. |
|
Reimplemented from itk::Statistics::ListSample< TPointSet::PointType >. Definition at line 65 of file itkPointSetToListAdaptor.h. |
|
Superclass typedefs for Measurement vector, measurement, Instance Identifier, frequency, size, size element value Reimplemented from itk::Statistics::ListSample< TPointSet::PointType >. Definition at line 73 of file itkPointSetToListAdaptor.h. |
|
Reimplemented from itk::Statistics::ListSample< TPointSet::PointType >. Definition at line 74 of file itkPointSetToListAdaptor.h. |
|
Reimplemented from itk::Statistics::Sample< TPointSet::PointType >. Definition at line 50 of file itkPointSetToListAdaptor.h. |
|
Definition at line 67 of file itkPointSetToListAdaptor.h. |
|
Definition at line 66 of file itkPointSetToListAdaptor.h. |
|
Definition at line 64 of file itkPointSetToListAdaptor.h. |
|
PointSet typedefs Definition at line 63 of file itkPointSetToListAdaptor.h. |
|
Definition at line 68 of file itkPointSetToListAdaptor.h. |
|
Standard class typedefs Reimplemented from itk::Statistics::ListSample< TPointSet::PointType >. Definition at line 48 of file itkPointSetToListAdaptor.h. |
|
Reimplemented from itk::Statistics::ListSample< TPointSet::PointType >. Definition at line 49 of file itkPointSetToListAdaptor.h. |
|
Definition at line 75 of file itkPointSetToListAdaptor.h. |
|
Definition at line 177 of file itkPointSetToListAdaptor.h. References HardConnectedComponentImageFilter::PrintSelf(). |
|
Definition at line 178 of file itkPointSetToListAdaptor.h. |
|
returns an iterator that points to the beginning of the container Definition at line 117 of file itkPointSetToListAdaptor.h. |
|
returns an iterator that points to the end of the container Definition at line 125 of file itkPointSetToListAdaptor.h. |
|
Run-time type information (and related methods). Reimplemented from itk::Statistics::ListSample< TPointSet::PointType >. |
|
returns 1 as other subclasses of ListSample does Implements itk::Statistics::Sample< TPointSet::PointType >. |
|
returns the measurement vector that is specified by the instance identifier argument. Implements itk::Statistics::Sample< TPointSet::PointType >. |
|
returns the number of measurement vectors int this container Implements itk::Statistics::Sample< TPointSet::PointType >. |
|
Method to get the point set |
|
returns the size of this container Implements itk::Statistics::Sample< TPointSet::PointType >. |
|
the number of components in a measurement vector |
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::Statistics::ListSample< TPointSet::PointType >. |
|
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 int this container. The size of each dimension in any subclass of ListSample doen't vary. However, the dimension's size of histogram can be different from other dimensions Implements itk::Statistics::Sample< TPointSet::PointType >. |
|
returns the number of measurement vectors in this container Implements itk::Statistics::Sample< TPointSet::PointType >. |
|
Definition at line 114 of file itkPointSetToListAdaptor.h. |