|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkSampleToSubsampleFilter_h
19 #define itkSampleToSubsampleFilter_h
45 template <
typename TSample>
72 using Superclass::SetInput;
87 PrintSelf(std::ostream & os,
Indent indent)
const override;
96 using Superclass::MakeOutput;
104 #ifndef ITK_MANUAL_INSTANTIATION
105 # include "itkSampleToSubsampleFilter.hxx"
typename SampleType::InstanceIdentifier InstanceIdentifier
Base class of filters intended to select subsamples from samples.
Control indentation during Print() invocation.
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
typename SampleType::MeasurementVectorType MeasurementVectorType
Light weight base class for most itk classes.
typename SampleType::MeasurementType MeasurementType
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....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
class ITK_FORWARD_EXPORT ProcessObject