ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Attributes | List of all members
itk::HarmonicMatrixCoefficients< TInputMesh > Class Template Reference

#include <itkQuadEdgeMeshParamMatrixCoefficients.h>

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

Detailed Description

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

Compute a matrix filled with Harmonic coefficients, wherever two vertices are connected by an edge.

Note
Belongs to the parameterization package.
See paper:
Examples:
SphinxExamples/src/Filtering/QuadEdgeMeshFiltering/ComputePlanarParameterizationOfAMesh/Code.cxx, and WikiExamples/Meshes/QuadEdgeMeshParameterizationFilter.cxx.

Definition at line 275 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 ~MatrixCoefficients ()=default
 

Static Public Attributes

static constexpr unsigned int PointDimension = InputPointType::PointDimension
 

Member Typedef Documentation

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

Definition at line 281 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

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

Definition at line 280 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

template<typename TInputMesh>
using itk::HarmonicMatrixCoefficients< TInputMesh >::InputPointIdentifier = typename InputMeshType::PointIdentifier

Definition at line 284 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

template<typename TInputMesh>
using itk::HarmonicMatrixCoefficients< TInputMesh >::InputPointType = typename InputMeshType::PointType

Definition at line 282 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

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

Definition at line 285 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

template<typename TInputMesh>
using itk::HarmonicMatrixCoefficients< TInputMesh >::InputVectorType = typename InputPointType::VectorType

Definition at line 283 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

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

Definition at line 278 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename TInputMesh>
InputCoordRepType itk::HarmonicMatrixCoefficients< TInputMesh >::operator() ( const InputMeshType iMesh,
InputQEType iEdge 
) const
inlineoverridevirtual

Member Data Documentation

template<typename TInputMesh>
constexpr unsigned int itk::HarmonicMatrixCoefficients< TInputMesh >::PointDimension = InputPointType::PointDimension
static

Definition at line 287 of file itkQuadEdgeMeshParamMatrixCoefficients.h.


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