ITK
6.0.0
Insight Toolkit
|
#include <itkQuadEdgeMeshParamMatrixCoefficients.h>
Compute a matrix filled with Harmonic coefficients, wherever two vertices are connected by an edge.
Definition at line 274 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
Public Types | |
using | InputCoordRepType = typename InputMeshType::CoordRepType |
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 | InputCoordRepType = typename InputMeshType::CoordRepType |
using | InputMeshType = TInputMesh |
using | InputQEType = typename InputMeshType::QEType |
Public Member Functions | |
HarmonicMatrixCoefficients ()=default | |
InputCoordRepType | operator() (const InputMeshType *iMesh, InputQEType *iEdge) const override |
Public Member Functions inherited from itk::MatrixCoefficients< TInputMesh > | |
MatrixCoefficients ()=default | |
virtual InputCoordRepType | operator() (const InputMeshType *iMesh, InputQEType *iEdge) const =0 |
virtual | ~MatrixCoefficients ()=default |
Static Public Attributes | |
static constexpr unsigned int | PointDimension = InputPointType::PointDimension |
using itk::HarmonicMatrixCoefficients< TInputMesh >::InputCoordRepType = typename InputMeshType::CoordRepType |
Definition at line 280 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
using itk::HarmonicMatrixCoefficients< TInputMesh >::InputMeshType = TInputMesh |
Definition at line 279 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
using itk::HarmonicMatrixCoefficients< TInputMesh >::InputPointIdentifier = typename InputMeshType::PointIdentifier |
Definition at line 283 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
using itk::HarmonicMatrixCoefficients< TInputMesh >::InputPointType = typename InputMeshType::PointType |
Definition at line 281 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
using itk::HarmonicMatrixCoefficients< TInputMesh >::InputQEType = typename InputMeshType::QEType |
Definition at line 284 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
using itk::HarmonicMatrixCoefficients< TInputMesh >::InputVectorType = typename InputPointType::VectorType |
Definition at line 282 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
using itk::HarmonicMatrixCoefficients< TInputMesh >::Superclass = MatrixCoefficients<TInputMesh> |
Definition at line 277 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
|
default |
|
inlineoverridevirtual |
Implements itk::MatrixCoefficients< TInputMesh >.
Definition at line 291 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
|
staticconstexpr |
Definition at line 286 of file itkQuadEdgeMeshParamMatrixCoefficients.h.