18 #ifndef __itkParameterizationQuadEdgeMeshFilter_h
19 #define __itkParameterizationQuadEdgeMeshFilter_h
38 template<
class TInputMesh,
class TOutputMesh,
class TSolverTraits >
65 itkStaticConstMacro(InputVDimension,
unsigned int, InputMeshType::PointDimension);
92 itkStaticConstMacro(OutputVDimension,
unsigned int, OutputMeshType::PointDimension);
108 this->m_CoefficientsMethod = iMethod;
114 itkSetObjectMacro(BorderTransform, MeshBorderTransform);
115 itkGetObjectMacro(BorderTransform, MeshBorderTransform);
121 void PrintSelf(std::ostream & os,
Indent indent)
const;
137 void CopyToOutputBorder();
148 void ComputeListOfInteriorVertices();
169 void SolveLinearSystems(
const MatrixType & iM,
180 void operator=(
const Self &);
184 #include "itkParameterizationQuadEdgeMeshFilter.hxx"