*-------------------------- CURVATURE ----------------------------------*/ More...
#include <component_ocf.h>
Public Types | |
typedef Point2< A > | CurvatureType |
typedef CurvatureType::ScalarType | ScalarTypeCur |
Public Member Functions | |
ScalarTypeCur | cKg () const |
ScalarTypeCur | cKh () const |
template<class RightVertexType > | |
void | ImportData (const RightVertexType &rightV) |
bool | IsCurvatureEnabled () const |
ScalarTypeCur & | Kg () |
ScalarTypeCur & | Kh () |
Static Public Member Functions | |
static bool | HasCurvature () |
static bool | HasCurvatureOcf () |
*-------------------------- CURVATURE ----------------------------------*/
Definition at line 431 of file vertex/component_ocf.h.
typedef Point2<A> vcg::vertex::CurvatureOcf< A, TT >::CurvatureType |
Definition at line 433 of file vertex/component_ocf.h.
typedef CurvatureType::ScalarType vcg::vertex::CurvatureOcf< A, TT >::ScalarTypeCur |
Definition at line 434 of file vertex/component_ocf.h.
ScalarTypeCur vcg::vertex::CurvatureOcf< A, TT >::cKg | ( | ) | const [inline] |
Definition at line 439 of file vertex/component_ocf.h.
ScalarTypeCur vcg::vertex::CurvatureOcf< A, TT >::cKh | ( | ) | const [inline] |
Definition at line 438 of file vertex/component_ocf.h.
static bool vcg::vertex::CurvatureOcf< A, TT >::HasCurvature | ( | ) | [inline, static] |
Definition at line 452 of file vertex/component_ocf.h.
static bool vcg::vertex::CurvatureOcf< A, TT >::HasCurvatureOcf | ( | ) | [inline, static] |
Definition at line 453 of file vertex/component_ocf.h.
void vcg::vertex::CurvatureOcf< A, TT >::ImportData | ( | const RightVertexType & | rightV | ) | [inline] |
Definition at line 442 of file vertex/component_ocf.h.
bool vcg::vertex::CurvatureOcf< A, TT >::IsCurvatureEnabled | ( | ) | const [inline] |
Definition at line 451 of file vertex/component_ocf.h.
ScalarTypeCur& vcg::vertex::CurvatureOcf< A, TT >::Kg | ( | ) | [inline] |
Definition at line 437 of file vertex/component_ocf.h.
ScalarTypeCur& vcg::vertex::CurvatureOcf< A, TT >::Kh | ( | ) | [inline] |
Definition at line 436 of file vertex/component_ocf.h.