Compute a matrix filled with Harmonic coefficients, wherever two vertices are connected by an edge. More...
#include <itkQuadEdgeMeshParamMatrixCoefficients.h>
Public Types | |
typedef InputMeshType::CoordRepType | InputCoordRepType |
typedef TInputMesh | InputMeshType |
typedef InputMeshType::PointIdentifier | InputPointIdentifier |
typedef InputMeshType::PointType | InputPointType |
typedef InputMeshType::QEType | InputQEType |
typedef InputPointType::VectorType | InputVectorType |
typedef MatrixCoefficients < TInputMesh > | Superclass |
Public Member Functions | |
HarmonicMatrixCoefficients () | |
InputCoordRepType | operator() (const InputMeshType *iMesh, InputQEType *iEdge) const |
Static Public Attributes | |
static const unsigned int | PointDimension = InputPointType::PointDimension |
Compute a matrix filled with Harmonic coefficients, wherever two vertices are connected by an edge.
Definition at line 272 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
typedef InputMeshType::CoordRepType itk::HarmonicMatrixCoefficients< TInputMesh >::InputCoordRepType |
Reimplemented from itk::MatrixCoefficients< TInputMesh >.
Definition at line 278 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
typedef TInputMesh itk::HarmonicMatrixCoefficients< TInputMesh >::InputMeshType |
Reimplemented from itk::MatrixCoefficients< TInputMesh >.
Definition at line 277 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
typedef InputMeshType::PointIdentifier itk::HarmonicMatrixCoefficients< TInputMesh >::InputPointIdentifier |
Definition at line 281 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
typedef InputMeshType::PointType itk::HarmonicMatrixCoefficients< TInputMesh >::InputPointType |
Definition at line 279 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
typedef InputMeshType::QEType itk::HarmonicMatrixCoefficients< TInputMesh >::InputQEType |
Reimplemented from itk::MatrixCoefficients< TInputMesh >.
Definition at line 282 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
typedef InputPointType::VectorType itk::HarmonicMatrixCoefficients< TInputMesh >::InputVectorType |
Definition at line 280 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
typedef MatrixCoefficients< TInputMesh > itk::HarmonicMatrixCoefficients< TInputMesh >::Superclass |
Definition at line 275 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
itk::HarmonicMatrixCoefficients< TInputMesh >::HarmonicMatrixCoefficients | ( | ) | [inline] |
Definition at line 288 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
InputCoordRepType itk::HarmonicMatrixCoefficients< TInputMesh >::operator() | ( | const InputMeshType * | iMesh, | |
InputQEType * | iEdge | |||
) | const [inline, virtual] |
Implements itk::MatrixCoefficients< TInputMesh >.
Definition at line 291 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
const unsigned int itk::HarmonicMatrixCoefficients< TInputMesh >::PointDimension = InputPointType::PointDimension [static] |
Definition at line 285 of file itkQuadEdgeMeshParamMatrixCoefficients.h.