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