#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 bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
![]() | |
template<typename TSourceObject> | |
static void | MakeRequiredOutputs (TSourceObject &sourceObject, const DataObjectPointerArraySizeType numberOfRequiredOutputs) |
static constexpr float | progressFixedToFloat (uint32_t fixed) |
static uint32_t | progressFloatToFixed (float f) |
![]() | |
TimeStamp | m_OutputInformationMTime {} |
bool | m_Updating {} |
![]() | |
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 95 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 |
Referenced by GetNameOfClass().
|
overrideprotecteddefault |
|
virtual |
|
overridevirtual |
Reimplemented from itk::ProcessObject.
References SampleToSubsampleFilter().
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.
Every ProcessObject subclass must be able to create a DataObject that can be used as a specified output. This method is automatically called when DataObject::DisconnectPipeline() is called. DataObject::DisconnectPipeline, disconnects a data object from being an output of its current source. When the data object is disconnected, the ProcessObject needs to construct a replacement output data object so that the ProcessObject is in a valid state. So DataObject::DisconnectPipeline eventually calls ProcessObject::MakeOutput. Note that MakeOutput always returns a itkSmartPointer to a DataObject. ImageSource and MeshSource override this method to create the correct type of image and mesh respectively. If a filter has multiple outputs of different types, then that filter must provide an implementation of MakeOutput().
Reimplemented from itk::ProcessObject.
|
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 |
Set/Get the input sample
Reimplemented from itk::ProcessObject.
|
virtual |