ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itk::LaplacianDeformationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::Triple Struct Reference

Detailed Description

template<class TInputMesh, class TOutputMesh, class TSolverTraits>
struct itk::LaplacianDeformationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::Triple

Definition at line 292 of file itkLaplacianDeformationQuadEdgeMeshFilter.h.

Public Member Functions

 Triple ()=default
 
 Triple (OutputPointIdentifier iV, OutputCoordinateType iWeight, unsigned int iDegree)
 

Public Attributes

unsigned int m_Degree
 
OutputPointIdentifier m_Id
 
OutputCoordinateType m_Weight
 

Constructor & Destructor Documentation

◆ Triple() [1/2]

template<class TInputMesh, class TOutputMesh, class TSolverTraits>
itk::LaplacianDeformationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::Triple::Triple ( )
default

◆ Triple() [2/2]

template<class TInputMesh, class TOutputMesh, class TSolverTraits>
itk::LaplacianDeformationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::Triple::Triple ( OutputPointIdentifier iV,
OutputCoordinateType iWeight,
unsigned int iDegree )
inline

Definition at line 295 of file itkLaplacianDeformationQuadEdgeMeshFilter.h.

References m_Degree, m_Id, and m_Weight.

Member Data Documentation

◆ m_Degree

template<class TInputMesh, class TOutputMesh, class TSolverTraits>
unsigned int itk::LaplacianDeformationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::Triple::m_Degree

Definition at line 303 of file itkLaplacianDeformationQuadEdgeMeshFilter.h.

Referenced by Triple().

◆ m_Id

template<class TInputMesh, class TOutputMesh, class TSolverTraits>
OutputPointIdentifier itk::LaplacianDeformationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::Triple::m_Id

Definition at line 301 of file itkLaplacianDeformationQuadEdgeMeshFilter.h.

Referenced by Triple().

◆ m_Weight

template<class TInputMesh, class TOutputMesh, class TSolverTraits>
OutputCoordinateType itk::LaplacianDeformationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::Triple::m_Weight

Definition at line 302 of file itkLaplacianDeformationQuadEdgeMeshFilter.h.

Referenced by Triple().


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