ITK  6.0.0
Insight Toolkit
Public Types | Public Member Functions | Public Attributes | List of all members
itk::IntrinsicMatrixCoefficients< TInputMesh > Class Template Reference

#include <itkQuadEdgeMeshParamMatrixCoefficients.h>

Detailed Description

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

Compute a matrix filled by intrinsic Coefficients of the edge, wherever two vertices are connected by an edge.

Note
Belongs to the parameterization Package.
See paper:

Definition at line 259 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

+ Inheritance diagram for itk::IntrinsicMatrixCoefficients< TInputMesh >:
+ Collaboration diagram for itk::IntrinsicMatrixCoefficients< TInputMesh >:

Public Types

using InputCoordinateType = typename InputMeshType::CoordinateType
 
using InputMeshType = TInputMesh
 
using InputQEType = typename InputMeshType::QEType
 
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

 IntrinsicMatrixCoefficients (const InputCoordinateType &iLambda)
 
InputCoordinateType operator() (const InputMeshType *iMesh, InputQEType *iEdge) const
 
- Public Member Functions inherited from itk::MatrixCoefficients< TInputMesh >
 MatrixCoefficients ()=default
 
virtual ~MatrixCoefficients ()=default
 

Public Attributes

InputCoordinateType m_Lambda
 

Member Typedef Documentation

◆ InputCoordinateType

template<typename TInputMesh >
using itk::IntrinsicMatrixCoefficients< TInputMesh >::InputCoordinateType = typename InputMeshType::CoordinateType

Definition at line 265 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

◆ InputMeshType

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

Definition at line 264 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

◆ InputQEType

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

Definition at line 270 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

◆ Superclass

template<typename TInputMesh >
using itk::IntrinsicMatrixCoefficients< TInputMesh >::Superclass = MatrixCoefficients<TInputMesh>

Definition at line 262 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

Constructor & Destructor Documentation

◆ IntrinsicMatrixCoefficients()

template<typename TInputMesh >
itk::IntrinsicMatrixCoefficients< TInputMesh >::IntrinsicMatrixCoefficients ( const InputCoordinateType iLambda)
inline

Definition at line 274 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

Member Function Documentation

◆ operator()()

template<typename TInputMesh >
InputCoordinateType itk::IntrinsicMatrixCoefficients< TInputMesh >::operator() ( const InputMeshType iMesh,
InputQEType iEdge 
) const
inlinevirtual

Member Data Documentation

◆ m_Lambda

template<typename TInputMesh >
InputCoordinateType itk::IntrinsicMatrixCoefficients< TInputMesh >::m_Lambda

Definition at line 272 of file itkQuadEdgeMeshParamMatrixCoefficients.h.


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