18 #ifndef itkLaplacianDeformationQuadEdgeMeshFilterWithHardConstraints_h
19 #define itkLaplacianDeformationQuadEdgeMeshFilterWithHardConstraints_h
40 template<
class TInputMesh,
class TOutputMesh,
class TSolverTraits >
56 itkStaticConstMacro(InputPointDimension,
unsigned int, InputMeshType::PointDimension);
64 itkStaticConstMacro(OutputPointDimension,
unsigned int, OutputMeshType::PointDimension);
79 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
88 typedef typename Superclass::RowType
RowType;
92 virtual void ComputeVertexIdMapping() ITK_OVERRIDE;
100 virtual
void GenerateData() ITK_OVERRIDE;
107 #include "itkLaplacianDeformationQuadEdgeMeshFilterWithHardConstraints.hxx"
Light weight base class for most itk classes.
ImageBaseType::SpacingType VectorType
Control indentation during Print() invocation.