$darkmode
VCG Library
Public Types | Public Member Functions | Static Public Member Functions | List of all members
vcg::vertex::CurvatureDir< A, TT > Class Template Reference

Component: Per vertex curvature directions This component keep the principal curvature directions. Used by some of the algorithms of vcg::tri::UpdateCurvature to store the computed curvatures. More...

#include <component.h>

Inheritance diagram for vcg::vertex::CurvatureDir< A, TT >:
vcg::vertex::CurvatureDird< T > vcg::vertex::CurvatureDirf< T >

Public Types

typedef A CurvatureDirType
 
typedef CurvatureDirType::VecType CurVecType
 
typedef CurvatureDirType::ScalarType CurScalarType
 

Public Member Functions

CurVecType & PD1 ()
 
CurVecType & PD2 ()
 
const CurVecType & cPD1 () const
 
const CurVecType & cPD2 () const
 
CurScalarType & K1 ()
 
CurScalarType & K2 ()
 
const CurScalarType & cK1 () const
 
const CurScalarType & cK2 () const
 
template<class RightValueType >
void ImportData (const RightValueType &rVert)
 

Static Public Member Functions

static bool HasCurvatureDir ()
 
static void Name (std::vector< std::string > &name)
 

Detailed Description

template<class A, class TT>
class vcg::vertex::CurvatureDir< A, TT >

Component: Per vertex curvature directions This component keep the principal curvature directions. Used by some of the algorithms of vcg::tri::UpdateCurvature to store the computed curvatures.


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