ITK  5.4.0
Insight Toolkit
Public Types | Public Member Functions | List of all members
itk::MatrixCoefficients< TInputMesh > Class Template Referenceabstract

#include <itkQuadEdgeMeshParamMatrixCoefficients.h>

Detailed Description

template<typename TInputMesh>
class itk::MatrixCoefficients< TInputMesh >

Superclass for all the matrix coefficients computation classes.

Note
Belongs to the parameterisation package.

Definition at line 33 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

+ Inheritance diagram for itk::MatrixCoefficients< TInputMesh >:

Public Types

using InputCoordRepType = typename InputMeshType::CoordRepType
 
using InputMeshType = TInputMesh
 
using InputQEType = typename InputMeshType::QEType
 

Public Member Functions

 MatrixCoefficients ()=default
 
virtual InputCoordRepType operator() (const InputMeshType *iMesh, InputQEType *iEdge) const =0
 
virtual ~MatrixCoefficients ()=default
 

Member Typedef Documentation

◆ InputCoordRepType

template<typename TInputMesh >
using itk::MatrixCoefficients< TInputMesh >::InputCoordRepType = typename InputMeshType::CoordRepType

Definition at line 37 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

◆ InputMeshType

template<typename TInputMesh >
using itk::MatrixCoefficients< TInputMesh >::InputMeshType = TInputMesh

Definition at line 36 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

◆ InputQEType

template<typename TInputMesh >
using itk::MatrixCoefficients< TInputMesh >::InputQEType = typename InputMeshType::QEType

Definition at line 38 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

Constructor & Destructor Documentation

◆ MatrixCoefficients()

template<typename TInputMesh >
itk::MatrixCoefficients< TInputMesh >::MatrixCoefficients ( )
default

◆ ~MatrixCoefficients()

template<typename TInputMesh >
virtual itk::MatrixCoefficients< TInputMesh >::~MatrixCoefficients ( )
virtualdefault

Member Function Documentation

◆ operator()()

template<typename TInputMesh >
virtual InputCoordRepType itk::MatrixCoefficients< TInputMesh >::operator() ( const InputMeshType iMesh,
InputQEType iEdge 
) const
pure virtual

The documentation for this class was generated from the following file: