18 #ifndef __itkImageToListSampleFilter_h
19 #define __itkImageToListSampleFilter_h
54 template<
class TImage,
class TMaskImage = TImage >
89 unsigned int GetMeasurementVectorSize()
const;
92 using Superclass::SetInput;
118 void PrintSelf(std::ostream & os,
Indent indent)
const;
123 using Superclass::MakeOutput;
127 virtual void GenerateData();
131 virtual void GenerateInputRequestedRegion()
134 virtual
void GenerateOutputInformation();
138 void operator=(const Self &);
145 #ifndef ITK_MANUAL_INSTANTIATION
146 #include "itkImageToListSampleFilter.hxx"