#include <itkListSampleBase.h>
Inheritance diagram for itk::Statistics::ListSampleBase:


Public Types | |
| typedef ListSampleBase | Self |
| typedef Sample< TMeasurementVector > | Superclass |
| typedef Superclass::MeasurementVectorType | MeasurementVectorType |
| typedef Superclass::MeasurementType | MeasurementType |
| typedef Superclass::FrequencyType | FrequencyType |
| typedef Superclass::InstanceIdentifier | InstanceIdentifier |
| typedef std::vector< InstanceIdentifier > | SearchResultVectorType |
Public Methods | |
| virtual const char * | GetClassName () const |
| itkStaticConstMacro (MeasurementVectorSize, unsigned int, TMeasurementVector::Length) | |
| void | Search (MeasurementVectorType center, double radius, SearchResultVectorType &result) |
Protected Methods | |
| ListSampleBase () | |
| virtual | ~ListSampleBase () |
ListSampleBase allows duplicates of measurement vectors. It's not sorted. It doesn't allow users to set frequency. The GetFrequency(...) methods returns 1 if a measurement vector exists, else 0.
Definition at line 39 of file itkListSampleBase.h.
|
|||||
|
|||||
|
Instance Identifier typedef support this identifier will be unique sequential id for each measurement vector in a Sample subclass. Reimplemented from itk::Statistics::Sample< TMeasurementVector >. Reimplemented in itk::Statistics::ImageToListAdaptor< TImage, TMeasurementVector >, itk::Statistics::JointDomainImageToListAdaptor< TImage >, itk::Statistics::ListSample< TMeasurementVector >, itk::Statistics::PointSetToListAdaptor< TPointSet >, itk::Statistics::ScalarImageToListAdaptor< TImage >, itk::Statistics::ImageToListAdaptor< TImage, ImageJointDomainTraits< TImage >::MeasurementVectorType >, and itk::Statistics::ImageToListAdaptor< TImage, FixedArray< TImage::PixelType, 1 > >. Definition at line 56 of file itkListSampleBase.h. |
|
|||||
|
typedef for each element in a measurement vector Reimplemented from itk::Statistics::Sample< TMeasurementVector >. Reimplemented in itk::Statistics::ImageToListAdaptor< TImage, TMeasurementVector >, itk::Statistics::JointDomainImageToListAdaptor< TImage >, itk::Statistics::ListSample< TMeasurementVector >, itk::Statistics::PointSetToListAdaptor< TPointSet >, itk::Statistics::ScalarImageToListAdaptor< TImage >, itk::Statistics::ImageToListAdaptor< TImage, ImageJointDomainTraits< TImage >::MeasurementVectorType >, and itk::Statistics::ImageToListAdaptor< TImage, FixedArray< TImage::PixelType, 1 > >. Definition at line 54 of file itkListSampleBase.h. |
|
|||||
|
Superclass typedefs for Measurement vector, measurement, Instance Identifier, frequency, size, size element value Reimplemented from itk::Statistics::Sample< TMeasurementVector >. Reimplemented in itk::Statistics::ImageToListAdaptor< TImage, TMeasurementVector >, itk::Statistics::JointDomainImageToListAdaptor< TImage >, itk::Statistics::ListSample< TMeasurementVector >, itk::Statistics::PointSetToListAdaptor< TPointSet >, itk::Statistics::ScalarImageToListAdaptor< TImage >, itk::Statistics::ImageToListAdaptor< TImage, ImageJointDomainTraits< TImage >::MeasurementVectorType >, and itk::Statistics::ImageToListAdaptor< TImage, FixedArray< TImage::PixelType, 1 > >. Definition at line 53 of file itkListSampleBase.h. |
|
|||||
|
Reimplemented in itk::Statistics::ListSample< TMeasurementVector >. Definition at line 58 of file itkListSampleBase.h. |
|
|||||
|
|||||
|
|||||||||
|
Definition at line 109 of file itkListSampleBase.h. |
|
|||||||||
|
Definition at line 110 of file itkListSampleBase.h. |
|
|||||||||
|
||||||||||||||||||||
|
VMeasurementVectorSize template argument alias Reimplemented from itk::Statistics::Sample< TMeasurementVector >. |
|
||||||||||||||||||||
|
Definition at line 64 of file itkListSampleBase.h. |
1.2.15 written by Dimitri van Heesch,
© 1997-2000