ITK
5.0.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.
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) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount |
using itk::Statistics::SampleToSubsampleFilter< TSample >::ConstPointer = SmartPointer< const Self > |
Definition at line 55 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 91 of file itkSampleToSubsampleFilter.h.
using itk::Statistics::SampleToSubsampleFilter< TSample >::InstanceIdentifier = typename SampleType::InstanceIdentifier |
Definition at line 65 of file itkSampleToSubsampleFilter.h.
using itk::Statistics::SampleToSubsampleFilter< TSample >::MeasurementType = typename SampleType::MeasurementType |
Definition at line 64 of file itkSampleToSubsampleFilter.h.
using itk::Statistics::SampleToSubsampleFilter< TSample >::MeasurementVectorType = typename SampleType::MeasurementVectorType |
Definition at line 63 of file itkSampleToSubsampleFilter.h.
using itk::Statistics::SampleToSubsampleFilter< TSample >::OutputType = SubsampleType |
Definition at line 69 of file itkSampleToSubsampleFilter.h.
using itk::Statistics::SampleToSubsampleFilter< TSample >::Pointer = SmartPointer< Self > |
Definition at line 54 of file itkSampleToSubsampleFilter.h.
using itk::Statistics::SampleToSubsampleFilter< TSample >::SampleType = TSample |
Typedefs for Measurement vector, measurement, Instance Identifier, frequency, size, size element value from the template argument TSample
Definition at line 62 of file itkSampleToSubsampleFilter.h.
using itk::Statistics::SampleToSubsampleFilter< TSample >::Self = SampleToSubsampleFilter |
Standard class type aliases.
Definition at line 52 of file itkSampleToSubsampleFilter.h.
using itk::Statistics::SampleToSubsampleFilter< TSample >::SubsampleType = Subsample< SampleType > |
Declare the output type
Definition at line 68 of file itkSampleToSubsampleFilter.h.
using itk::Statistics::SampleToSubsampleFilter< TSample >::Superclass = ProcessObject |
Definition at line 53 of file itkSampleToSubsampleFilter.h.
|
protected |
|
overrideprotecteddefault |
|
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
|
overrideprotectedvirtual |
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.
|
overrideprotectedvirtual |
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 |