18 #ifndef __itkSphereMeshSource_h
19 #define __itkSphereMeshSource_h
21 #include "vnl/vnl_matrix_fixed.h"
40 template<
class TOutputMesh >
77 itkSetMacro(ResolutionX,
unsigned int);
78 itkSetMacro(ResolutionY,
unsigned int);
84 itkSetMacro(Squareness1,
double);
85 itkSetMacro(Squareness2,
double);
90 void PrintSelf(std::ostream & os,
Indent indent)
const;
110 void operator=(
const Self &);
113 #ifndef ITK_MANUAL_INSTANTIATION
114 #include "itkSphereMeshSource.hxx"