ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkSampleToSubsampleFilter.h>
Base class of filters intended to select subsamples from samples.
This filter will take as input a Sample and produce as output a Subsample that derives from the original sample, and that refers to it.
This is an Abstract class that can not be instantiated. There are multiple filters that derive from this class and provide specific implementations of subsampling methods.
Definition at line 46 of file itkSampleToSubsampleFilter.h.
Private Member Functions | |
void | operator= (const Self &) |
SampleToSubsampleFilter (const Self &) | |
typedef ProcessObject::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
virtual DataObjectPointer | MakeOutput (DataObjectPointerArraySizeType idx) |
Additional Inherited Members | |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
typedef SmartPointer< const Self > itk::Statistics::SampleToSubsampleFilter< TSample >::ConstPointer |
Definition at line 53 of file itkSampleToSubsampleFilter.h.
|
protected |
Make a DataObject of the correct type to used as the specified output. This method is automatically called when DataObject::DisconnectPipeline() is called.
Definition at line 89 of file itkSampleToSubsampleFilter.h.
typedef SampleType::InstanceIdentifier itk::Statistics::SampleToSubsampleFilter< TSample >::InstanceIdentifier |
Definition at line 63 of file itkSampleToSubsampleFilter.h.
typedef SampleType::MeasurementType itk::Statistics::SampleToSubsampleFilter< TSample >::MeasurementType |
Definition at line 62 of file itkSampleToSubsampleFilter.h.
typedef SampleType::MeasurementVectorType itk::Statistics::SampleToSubsampleFilter< TSample >::MeasurementVectorType |
Definition at line 61 of file itkSampleToSubsampleFilter.h.
typedef SubsampleType itk::Statistics::SampleToSubsampleFilter< TSample >::OutputType |
Definition at line 67 of file itkSampleToSubsampleFilter.h.
typedef SmartPointer< Self > itk::Statistics::SampleToSubsampleFilter< TSample >::Pointer |
Definition at line 52 of file itkSampleToSubsampleFilter.h.
typedef TSample itk::Statistics::SampleToSubsampleFilter< TSample >::SampleType |
Typedefs for Measurement vector, measurement, Instance Identifier, frequency, size, size element value from the template argument TSample
Definition at line 56 of file itkSampleToSubsampleFilter.h.
typedef SampleToSubsampleFilter itk::Statistics::SampleToSubsampleFilter< TSample >::Self |
Standard class typedefs.
Definition at line 50 of file itkSampleToSubsampleFilter.h.
typedef Subsample< SampleType > itk::Statistics::SampleToSubsampleFilter< TSample >::SubsampleType |
Declare the output type
Definition at line 66 of file itkSampleToSubsampleFilter.h.
typedef ProcessObject itk::Statistics::SampleToSubsampleFilter< TSample >::Superclass |
Definition at line 51 of file itkSampleToSubsampleFilter.h.
|
protected |
|
protectedvirtual |
|
private |
|
virtual |
|
virtual |
Standard macros
Reimplemented from itk::ProcessObject.
Reimplemented in itk::Statistics::NeighborhoodSampler< TSample >.
const OutputType* itk::Statistics::SampleToSubsampleFilter< TSample >::GetOutput | ( | ) | const |
Get the output subsample
|
protectedvirtual |
Make a DataObject of the correct type to used as the specified output. This method is automatically called when DataObject::DisconnectPipeline() is called.
Reimplemented from itk::ProcessObject.
|
private |
|
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::ProcessObject.
|
virtual |