ITK
5.2.0
Insight Toolkit
|
#include <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 val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Protected Member Functions inherited from itk::ProcessObject | |
static constexpr float | progressFixedToFloat (uint32_t fixed) |
static uint32_t | progressFloatToFixed (float f) |
Protected Attributes inherited from itk::ProcessObject | |
bool | m_Updating |
TimeStamp | m_OutputInformationMTime |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount |
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.
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 |
|
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 |
STL map to store the named inputs and outputs
Reimplemented from itk::ProcessObject.
|
virtual |