18 #ifndef __itkImageToListSampleFilter_h
19 #define __itkImageToListSampleFilter_h
54 template<
class TImage,
class TMaskImage = TImage >
89 unsigned int GetMeasurementVectorSize()
const;
92 using Superclass::SetInput;
116 void PrintSelf(std::ostream & os,
Indent indent)
const;
122 using Superclass::MakeOutput;
126 virtual void GenerateData();
130 virtual void GenerateInputRequestedRegion()
133 virtual
void GenerateOutputInformation();
137 void operator=(const Self &);
144 #ifndef ITK_MANUAL_INSTANTIATION
145 #include "itkImageToListSampleFilter.hxx"