18#ifndef itkSampleToSubsampleFilter_h
19#define itkSampleToSubsampleFilter_h
45template <
typename TSample>
72 using Superclass::SetInput;
96 using Superclass::MakeOutput;
104#ifndef ITK_MANUAL_INSTANTIATION
105# include "itkSampleToSubsampleFilter.hxx"
Control indentation during Print() invocation.
Light weight base class for most itk classes.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
Base class of filters intended to select subsamples from samples.
~SampleToSubsampleFilter() override=default
const OutputType * GetOutput() const
void PrintSelf(std::ostream &os, Indent indent) const override
DataObjectPointer MakeOutput(DataObjectPointerArraySizeType idx) override
typename SampleType::MeasurementVectorType MeasurementVectorType
virtual void SetInput(const SampleType *sample)
typename SampleType::InstanceIdentifier InstanceIdentifier
SampleToSubsampleFilter()
typename SampleType::MeasurementType MeasurementType
virtual const SampleType * GetInput() const
This class stores a subset of instance identifiers from another sample object. You can create a subsa...
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
class ITK_FORWARD_EXPORT ProcessObject