#include <component.h>
Public Types | |
typedef Point2< A > | CurvatureType |
typedef CurvatureType::ScalarType | ScalarType |
Public Member Functions | |
const ScalarType & | cKg () const |
const ScalarType & | cKh () const |
ScalarType & | Kg () |
ScalarType & | Kh () |
Static Public Member Functions | |
static bool | HasCurvature () |
static bool | IsCurvatureEnabled (typename TT::VertexType *) |
static void | Name (std::vector< std::string > &name) |
Private Attributes | |
Point2< A > | _hk |
Definition at line 50 of file vertex/component.h.
typedef Point2<A> vcg::vertex::Curvature< A, TT >::CurvatureType |
Definition at line 52 of file vertex/component.h.
typedef CurvatureType::ScalarType vcg::vertex::Curvature< A, TT >::ScalarType |
Definition at line 53 of file vertex/component.h.
const ScalarType& vcg::vertex::Curvature< A, TT >::cKg | ( | ) | const [inline] |
Definition at line 57 of file vertex/component.h.
const ScalarType& vcg::vertex::Curvature< A, TT >::cKh | ( | ) | const [inline] |
Definition at line 56 of file vertex/component.h.
static bool vcg::vertex::Curvature< A, TT >::HasCurvature | ( | ) | [inline, static] |
Definition at line 59 of file vertex/component.h.
static bool vcg::vertex::Curvature< A, TT >::IsCurvatureEnabled | ( | typename TT::VertexType * | ) | [inline, static] |
Definition at line 60 of file vertex/component.h.
ScalarType& vcg::vertex::Curvature< A, TT >::Kg | ( | ) | [inline] |
Definition at line 55 of file vertex/component.h.
ScalarType& vcg::vertex::Curvature< A, TT >::Kh | ( | ) | [inline] |
Definition at line 54 of file vertex/component.h.
static void vcg::vertex::Curvature< A, TT >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Reimplemented in vcg::vertex::Curvaturef< T >, and vcg::vertex::Curvatured< T >.
Definition at line 61 of file vertex/component.h.
Point2<A> vcg::vertex::Curvature< A, TT >::_hk [private] |
Definition at line 64 of file vertex/component.h.