ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkNeighborhoodSampler.h>
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 () |
Additional Inherited Members | |
typedef ProcessObject::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
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.
Definition at line 44 of file itkNeighborhoodSampler.h.
typedef SmartPointer< const Self > itk::Statistics::NeighborhoodSampler< TSample >::ConstPointer |
Reimplemented from itk::Statistics::SampleToSubsampleFilter< TSample >.
Definition at line 51 of file itkNeighborhoodSampler.h.
typedef SimpleDataObjectDecorator< RadiusType > itk::Statistics::NeighborhoodSampler< TSample >::InputRadiusObjectType |
Type of DataObjects to use for distance radius input.
Definition at line 71 of file itkNeighborhoodSampler.h.
typedef Superclass::InstanceIdentifier itk::Statistics::NeighborhoodSampler< TSample >::InstanceIdentifier |
Reimplemented from itk::Statistics::SampleToSubsampleFilter< TSample >.
Definition at line 63 of file itkNeighborhoodSampler.h.
typedef Superclass::MeasurementType itk::Statistics::NeighborhoodSampler< TSample >::MeasurementType |
Reimplemented from itk::Statistics::SampleToSubsampleFilter< TSample >.
Definition at line 62 of file itkNeighborhoodSampler.h.
typedef Superclass::MeasurementVectorType itk::Statistics::NeighborhoodSampler< TSample >::MeasurementVectorType |
Reimplemented from itk::Statistics::SampleToSubsampleFilter< TSample >.
Definition at line 61 of file itkNeighborhoodSampler.h.
typedef Superclass::OutputType itk::Statistics::NeighborhoodSampler< TSample >::OutputType |
Reimplemented from itk::Statistics::SampleToSubsampleFilter< TSample >.
Definition at line 65 of file itkNeighborhoodSampler.h.
typedef SmartPointer< Self > itk::Statistics::NeighborhoodSampler< TSample >::Pointer |
Reimplemented from itk::Statistics::SampleToSubsampleFilter< TSample >.
Definition at line 50 of file itkNeighborhoodSampler.h.
typedef double itk::Statistics::NeighborhoodSampler< TSample >::RadiusType |
Type of the distance radius.
Definition at line 68 of file itkNeighborhoodSampler.h.
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.
typedef NeighborhoodSampler itk::Statistics::NeighborhoodSampler< TSample >::Self |
Standard class typedefs.
Reimplemented from itk::Statistics::SampleToSubsampleFilter< TSample >.
Definition at line 48 of file itkNeighborhoodSampler.h.
typedef Superclass::SubsampleType itk::Statistics::NeighborhoodSampler< TSample >::SubsampleType |
Declare the output type
Reimplemented from itk::Statistics::SampleToSubsampleFilter< TSample >.
Definition at line 64 of file itkNeighborhoodSampler.h.
typedef SampleToSubsampleFilter< TSample > itk::Statistics::NeighborhoodSampler< TSample >::Superclass |
Reimplemented from itk::Statistics::SampleToSubsampleFilter< TSample >.
Definition at line 49 of file itkNeighborhoodSampler.h.
|
protected |
|
protectedvirtual |
|
private |
|
virtual |
Standard macros
Reimplemented from itk::Object.
|
protectedvirtual |
This method causes the filter to generate its output.
Reimplemented from itk::ProcessObject.
|
virtual |
Standard macros
Reimplemented from itk::Statistics::SampleToSubsampleFilter< TSample >.
itk::Statistics::NeighborhoodSampler< TSample >::itkSetGetDecoratedInputMacro | ( | Radius | , |
RadiusType | |||
) |
Method to set the input value of the Radius
|
static |
Standard macros
Reimplemented from itk::Object.
|
private |
Time when GenerateOutputInformation was last called.
Reimplemented from itk::Statistics::SampleToSubsampleFilter< TSample >.
|
protectedvirtual |
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 >.