#include <itkQuadEdgeMeshParamMatrixCoefficients.h>
Compute a matrix filled with Harmonic coefficients, wherever two vertices are connected by an edge.
Definition at line 295 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
Inheritance diagram for itk::HarmonicMatrixCoefficients< TInputMesh >:
Collaboration diagram for itk::HarmonicMatrixCoefficients< TInputMesh >:Public Types | |
| using | InputCoordinateType = typename InputMeshType::CoordinateType |
| using | InputMeshType = TInputMesh |
| using | InputPointIdentifier = typename InputMeshType::PointIdentifier |
| using | InputPointType = typename InputMeshType::PointType |
| using | InputQEType = typename InputMeshType::QEType |
| using | InputVectorType = typename InputPointType::VectorType |
| using | Superclass = MatrixCoefficients<TInputMesh> |
Public Types inherited from itk::MatrixCoefficients< TInputMesh > | |
| using | InputCoordinateType = typename InputMeshType::CoordinateType |
| using | InputMeshType = TInputMesh |
| using | InputQEType = typename InputMeshType::QEType |
Public Member Functions | |
| HarmonicMatrixCoefficients ()=default | |
| InputCoordinateType | operator() (const InputMeshType *iMesh, InputQEType *iEdge) const override |
Public Member Functions inherited from itk::MatrixCoefficients< TInputMesh > | |
| MatrixCoefficients ()=default | |
| virtual | ~MatrixCoefficients ()=default |
Static Public Attributes | |
| static constexpr unsigned int | PointDimension = InputPointType::PointDimension |
| using itk::HarmonicMatrixCoefficients< TInputMesh >::InputCoordinateType = typename InputMeshType::CoordinateType |
Definition at line 301 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| using itk::HarmonicMatrixCoefficients< TInputMesh >::InputMeshType = TInputMesh |
Definition at line 300 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| using itk::HarmonicMatrixCoefficients< TInputMesh >::InputPointIdentifier = typename InputMeshType::PointIdentifier |
Definition at line 308 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| using itk::HarmonicMatrixCoefficients< TInputMesh >::InputPointType = typename InputMeshType::PointType |
Definition at line 306 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| using itk::HarmonicMatrixCoefficients< TInputMesh >::InputQEType = typename InputMeshType::QEType |
Definition at line 309 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| using itk::HarmonicMatrixCoefficients< TInputMesh >::InputVectorType = typename InputPointType::VectorType |
Definition at line 307 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| using itk::HarmonicMatrixCoefficients< TInputMesh >::Superclass = MatrixCoefficients<TInputMesh> |
Definition at line 298 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
|
default |
|
inlineoverridevirtual |
Implements itk::MatrixCoefficients< TInputMesh >.
Definition at line 316 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
|
staticconstexpr |
Definition at line 311 of file itkQuadEdgeMeshParamMatrixCoefficients.h.