18 #ifndef __itkImageToMeshFilter_h
19 #define __itkImageToMeshFilter_h
35 template<
class TInputImage,
class TOutputMesh >
50 using Superclass::MakeOutput;
65 using Superclass::SetInput;
69 this->SetInput(0, input);
74 const InputImageType * GetInput(
unsigned int idx);
77 return this->GetInput(0);
82 OutputMeshType * GetOutput(
void);
85 void GenerateOutputInformation(
void);
97 #ifndef ITK_MANUAL_INSTANTIATION
98 #include "itkImageToMeshFilter.hxx"