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