18 #ifndef itkSampleToSubsampleFilter_h
19 #define itkSampleToSubsampleFilter_h
45 template<
typename TSample >
70 using Superclass::SetInput;
71 virtual void SetInput(
const SampleType *sample);
81 virtual
void PrintSelf(std::ostream & os,
Indent indent) const ITK_OVERRIDE;
91 virtual
DataObjectPointer MakeOutput(DataObjectPointerArraySizeType idx) ITK_OVERRIDE;
100 #ifndef ITK_MANUAL_INSTANTIATION
101 #include "itkSampleToSubsampleFilter.hxx"
Light weight base class for most itk classes.
Subsample< SampleType > SubsampleType
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...
SampleType::InstanceIdentifier InstanceIdentifier
SmartPointer< Self > Pointer
SampleType::MeasurementVectorType MeasurementVectorType
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
SampleType::MeasurementType MeasurementType
Control indentation during Print() invocation.
Base class of filters intended to select subsamples from samples.
SmartPointer< const Self > ConstPointer
SampleToSubsampleFilter Self