ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Protected Member Functions | Private Member Functions
itk::Statistics::NeighborhoodSampler< TSample > Class Template Reference

Generates a Subsample out of a Sample, based on a user-provided distance to a MeasurementVector. More...

#include <itkNeighborhoodSampler.h>

Inheritance diagram for itk::Statistics::NeighborhoodSampler< TSample >:
Collaboration diagram for itk::Statistics::NeighborhoodSampler< TSample >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef
SimpleDataObjectDecorator
< RadiusType
InputRadiusObjectType
typedef
Superclass::InstanceIdentifier 
InstanceIdentifier
typedef Superclass::MeasurementType MeasurementType
typedef
Superclass::MeasurementVectorType 
MeasurementVectorType
typedef Superclass::OutputType OutputType
typedef SmartPointer< SelfPointer
typedef double RadiusType
typedef Superclass::SampleType SampleType
typedef NeighborhoodSampler Self
typedef Superclass::SubsampleType SubsampleType
typedef
SampleToSubsampleFilter
< TSample > 
Superclass

Public Member Functions

 itkSetGetDecoratedInputMacro (Radius, RadiusType)

Protected Member Functions

void GenerateData ()
 NeighborhoodSampler ()
void PrintSelf (std::ostream &os, Indent indent) const
virtual ~NeighborhoodSampler ()

Private Member Functions

 NeighborhoodSampler (const Self &)
void operator= (const Self &)
virtual const char * GetNameOfClass () const
virtual ::itk::LightObject::Pointer CreateAnother (void) const
static Pointer New ()

Detailed Description

template<class TSample>
class itk::Statistics::NeighborhoodSampler< TSample >

Generates a Subsample out of a Sample, based on a user-provided distance to a MeasurementVector.

This filter will take as input a Sample and produce as output a Subsample containing the instances of the sample that are at a distance lower than a user-provided threshold from a user-provided measurement vector.

See also:
Sample, Subsample
SampleToSubsampleFilter

Definition at line 44 of file itkNeighborhoodSampler.h.


Member Typedef Documentation

template<class TSample >
typedef SmartPointer< const Self > itk::Statistics::NeighborhoodSampler< TSample >::ConstPointer

Reimplemented from itk::Statistics::SampleToSubsampleFilter< TSample >.

Definition at line 51 of file itkNeighborhoodSampler.h.

Type of DataObjects to use for distance radius input.

Definition at line 71 of file itkNeighborhoodSampler.h.

Reimplemented from itk::Statistics::SampleToSubsampleFilter< TSample >.

Definition at line 63 of file itkNeighborhoodSampler.h.

Reimplemented from itk::Statistics::SampleToSubsampleFilter< TSample >.

Definition at line 62 of file itkNeighborhoodSampler.h.

Reimplemented from itk::Statistics::SampleToSubsampleFilter< TSample >.

Definition at line 61 of file itkNeighborhoodSampler.h.

template<class TSample >
typedef Superclass::OutputType itk::Statistics::NeighborhoodSampler< TSample >::OutputType

Reimplemented from itk::Statistics::SampleToSubsampleFilter< TSample >.

Definition at line 65 of file itkNeighborhoodSampler.h.

template<class TSample >
typedef SmartPointer< Self > itk::Statistics::NeighborhoodSampler< TSample >::Pointer

Reimplemented from itk::Statistics::SampleToSubsampleFilter< TSample >.

Definition at line 50 of file itkNeighborhoodSampler.h.

template<class TSample >
typedef double itk::Statistics::NeighborhoodSampler< TSample >::RadiusType

Type of the distance radius.

Definition at line 68 of file itkNeighborhoodSampler.h.

template<class TSample >
typedef Superclass::SampleType itk::Statistics::NeighborhoodSampler< TSample >::SampleType

Typedefs for Measurement vector, measurement, Instance Identifier, frequency, size, size element value from the template argument TSample

Reimplemented from itk::Statistics::SampleToSubsampleFilter< TSample >.

Definition at line 55 of file itkNeighborhoodSampler.h.

template<class TSample >
typedef NeighborhoodSampler itk::Statistics::NeighborhoodSampler< TSample >::Self

Standard class typedefs.

Reimplemented from itk::Statistics::SampleToSubsampleFilter< TSample >.

Definition at line 48 of file itkNeighborhoodSampler.h.

Declare the output type

Reimplemented from itk::Statistics::SampleToSubsampleFilter< TSample >.

Definition at line 64 of file itkNeighborhoodSampler.h.

template<class TSample >
typedef SampleToSubsampleFilter< TSample > itk::Statistics::NeighborhoodSampler< TSample >::Superclass

Reimplemented from itk::Statistics::SampleToSubsampleFilter< TSample >.

Definition at line 49 of file itkNeighborhoodSampler.h.


Constructor & Destructor Documentation

template<class TSample >
itk::Statistics::NeighborhoodSampler< TSample >::NeighborhoodSampler ( ) [protected]
template<class TSample >
virtual itk::Statistics::NeighborhoodSampler< TSample >::~NeighborhoodSampler ( ) [protected, virtual]
template<class TSample >
itk::Statistics::NeighborhoodSampler< TSample >::NeighborhoodSampler ( const Self ) [private]

Member Function Documentation

template<class TSample >
virtual::itk::LightObject::Pointer itk::Statistics::NeighborhoodSampler< TSample >::CreateAnother ( void  ) const [virtual]

Standard macros

Reimplemented from itk::Object.

template<class TSample >
void itk::Statistics::NeighborhoodSampler< TSample >::GenerateData ( void  ) [protected, virtual]

This method causes the filter to generate its output.

Reimplemented from itk::ProcessObject.

template<class TSample >
virtual const char* itk::Statistics::NeighborhoodSampler< TSample >::GetNameOfClass ( ) const [virtual]

Standard macros

Reimplemented from itk::Statistics::SampleToSubsampleFilter< TSample >.

template<class TSample >
itk::Statistics::NeighborhoodSampler< TSample >::itkSetGetDecoratedInputMacro ( Radius  ,
RadiusType   
)

Method to set the input value of the Radius

template<class TSample >
static Pointer itk::Statistics::NeighborhoodSampler< TSample >::New ( ) [static]

Standard macros

Reimplemented from itk::Object.

template<class TSample >
void itk::Statistics::NeighborhoodSampler< TSample >::operator= ( const Self ) [private]

Time when GenerateOutputInformation was last called.

Reimplemented from itk::Statistics::SampleToSubsampleFilter< TSample >.

template<class TSample >
void itk::Statistics::NeighborhoodSampler< TSample >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, virtual]

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::SampleToSubsampleFilter< TSample >.


The documentation for this class was generated from the following file: