ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkSubsample.h>
Classes | |
class | ConstIterator |
class | Iterator |
Public Types | |
typedef TSample::AbsoluteFrequencyType | AbsoluteFrequencyType |
typedef SmartPointer< const Self > | ConstPointer |
typedef TSample::InstanceIdentifier | InstanceIdentifier |
typedef std::vector < InstanceIdentifier > | InstanceIdentifierHolder |
typedef TSample::MeasurementType | MeasurementType |
typedef TSample::MeasurementVectorType | MeasurementVectorType |
typedef SmartPointer< Self > | Pointer |
typedef TSample::Pointer | SamplePointer |
typedef Subsample | Self |
typedef TSample | Superclass |
typedef TSample::TotalAbsoluteFrequencyType | TotalAbsoluteFrequencyType |
typedef MeasurementVectorType | ValueType |
Public Member Functions | |
void | AddInstance (InstanceIdentifier id) |
Iterator | Begin () |
ConstIterator | Begin () const |
void | Clear () |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
Iterator | End () |
ConstIterator | End () const |
AbsoluteFrequencyType | GetFrequency (InstanceIdentifier id) const |
AbsoluteFrequencyType | GetFrequencyByIndex (unsigned int index) const |
virtual const InstanceIdentifierHolder & | GetIdHolder () const |
InstanceIdentifier | GetInstanceIdentifier (unsigned int index) |
const MeasurementVectorType & | GetMeasurementVector (InstanceIdentifier id) const |
const MeasurementVectorType & | GetMeasurementVectorByIndex (unsigned int index) const |
virtual const char * | GetNameOfClass () const |
const TSample * | GetSample () const |
TotalAbsoluteFrequencyType | GetTotalFrequency () const |
virtual void | Graft (const DataObject *thatObject) |
void | InitializeWithAllInstances () |
void | SetSample (const TSample *sample) |
InstanceIdentifier | Size () const |
void | Swap (unsigned int index1, unsigned int index2) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
void | PrintSelf (std::ostream &os, Indent indent) const |
Subsample () | |
virtual | ~Subsample () |
Private Member Functions | |
void | operator= (const Self &) |
Subsample (const Self &) |
Private Attributes | |
unsigned int | m_ActiveDimension |
InstanceIdentifierHolder | m_IdHolder |
const TSample * | m_Sample |
TotalAbsoluteFrequencyType | m_TotalFrequency |
This class stores a subset of instance identifiers from another sample object. You can create a subsample out of another sample object or another subsample object. The class is useful when storing or extracting a portion of a sample object. Note that when the elements of a subsample are sorted, the instance identifiers of the subsample are sorted without changing the original source sample. Most Statistics algorithms (that derive from StatisticsAlgorithmBase accept Subsample objects as inputs).
Definition at line 41 of file itkSubsample.h.
typedef TSample::AbsoluteFrequencyType itk::Statistics::Subsample< TSample >::AbsoluteFrequencyType |
Definition at line 67 of file itkSubsample.h.
typedef SmartPointer< const Self > itk::Statistics::Subsample< TSample >::ConstPointer |
Definition at line 49 of file itkSubsample.h.
typedef TSample::InstanceIdentifier itk::Statistics::Subsample< TSample >::InstanceIdentifier |
Definition at line 64 of file itkSubsample.h.
typedef std::vector< InstanceIdentifier > itk::Statistics::Subsample< TSample >::InstanceIdentifierHolder |
Type of the storage for instances that belong to the class represented by a Subsample object. A Subsample object stores only the InstanceIdentifiers. The actual data is still in the Sample object
Definition at line 74 of file itkSubsample.h.
typedef TSample::MeasurementType itk::Statistics::Subsample< TSample >::MeasurementType |
Definition at line 63 of file itkSubsample.h.
typedef TSample::MeasurementVectorType itk::Statistics::Subsample< TSample >::MeasurementVectorType |
Typedefs for Measurement vector, measurement, Instance Identifier, frequency, size, size element value from the template argument TSample
Definition at line 62 of file itkSubsample.h.
typedef SmartPointer< Self > itk::Statistics::Subsample< TSample >::Pointer |
Definition at line 48 of file itkSubsample.h.
typedef TSample::Pointer itk::Statistics::Subsample< TSample >::SamplePointer |
Smart pointer to the actual sample data holder
Definition at line 55 of file itkSubsample.h.
typedef Subsample itk::Statistics::Subsample< TSample >::Self |
Standard class typedefs
Definition at line 46 of file itkSubsample.h.
typedef TSample itk::Statistics::Subsample< TSample >::Superclass |
Definition at line 47 of file itkSubsample.h.
typedef TSample::TotalAbsoluteFrequencyType itk::Statistics::Subsample< TSample >::TotalAbsoluteFrequencyType |
Definition at line 68 of file itkSubsample.h.
typedef MeasurementVectorType itk::Statistics::Subsample< TSample >::ValueType |
Definition at line 65 of file itkSubsample.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 265 of file itkSubsample.h.
|
private |
void itk::Statistics::Subsample< TSample >::AddInstance | ( | InstanceIdentifier | id | ) |
Add instance to the subsample
|
inline |
This method returns an iterator to the beginning of the measurement vectors
Definition at line 233 of file itkSubsample.h.
Referenced by itk::Statistics::Subsample< TSample >::ConstIterator::ConstIterator().
|
inline |
Definition at line 249 of file itkSubsample.h.
void itk::Statistics::Subsample< TSample >::Clear | ( | ) |
Clear the subsample
virtual::itk::LightObject::Pointer itk::Statistics::Subsample< TSample >::CreateAnother | ( | void | ) | const |
|
inline |
This method returns an iterator to the beginning of the measurement vectors
Definition at line 242 of file itkSubsample.h.
|
inline |
Definition at line 256 of file itkSubsample.h.
AbsoluteFrequencyType itk::Statistics::Subsample< TSample >::GetFrequency | ( | InstanceIdentifier | id | ) | const |
returns the frequency of the instance which is identified by the 'id'
AbsoluteFrequencyType itk::Statistics::Subsample< TSample >::GetFrequencyByIndex | ( | unsigned int | index | ) | const |
|
inlinevirtual |
Get the Id Holder
Definition at line 77 of file itkSubsample.h.
InstanceIdentifier itk::Statistics::Subsample< TSample >::GetInstanceIdentifier | ( | unsigned int | index | ) |
const MeasurementVectorType& itk::Statistics::Subsample< TSample >::GetMeasurementVector | ( | InstanceIdentifier | id | ) | const |
retunrs the measurement of the instance which is identified by the 'id'
const MeasurementVectorType& itk::Statistics::Subsample< TSample >::GetMeasurementVectorByIndex | ( | unsigned int | index | ) | const |
|
virtual |
Run-time type information (and related methods).
const TSample* itk::Statistics::Subsample< TSample >::GetSample | ( | ) | const |
TotalAbsoluteFrequencyType itk::Statistics::Subsample< TSample >::GetTotalFrequency | ( | ) | const |
returns the total frequency for the 'd' dimension
|
virtual |
Method to graft another sample
void itk::Statistics::Subsample< TSample >::InitializeWithAllInstances | ( | ) |
Initialize the subsample with all instances of the sample
|
static |
standard New() method support
|
private |
|
protected |
void itk::Statistics::Subsample< TSample >::SetSample | ( | const TSample * | sample | ) |
Plug in the actual sample data
InstanceIdentifier itk::Statistics::Subsample< TSample >::Size | ( | ) | const |
returns SizeType object whose each element is the number of elements in each dimension
void itk::Statistics::Subsample< TSample >::Swap | ( | unsigned int | index1, |
unsigned int | index2 | ||
) |
|
private |
Definition at line 274 of file itkSubsample.h.
|
private |
Definition at line 273 of file itkSubsample.h.
|
private |
Definition at line 272 of file itkSubsample.h.
|
private |
Definition at line 275 of file itkSubsample.h.