*-------------------------- CURVATURE ----------------------------------*/ More...
#include <component_ocf.h>
Public Types | |
typedef Point2< A > | CurvatureType |
typedef CurvatureType::ScalarType | ScalarType |
Public Member Functions | |
const ScalarType & | cKg () const |
const ScalarType & | cKh () const |
template<class LeftV > | |
void | ImportData (const LeftV &leftV) |
ScalarType & | Kg () |
ScalarType & | Kh () |
Static Public Member Functions | |
static bool | HasCurvature () |
static bool | HasCurvatureOcf () |
static bool | IsCurvatureEnabled (const typename TT::VertexType *v) |
static void | Name (std::vector< std::string > &name) |
*-------------------------- CURVATURE ----------------------------------*/
Definition at line 533 of file vertex/component_ocf.h.
typedef Point2<A> vcg::vertex::CurvatureOcf< A, TT >::CurvatureType |
Definition at line 535 of file vertex/component_ocf.h.
typedef CurvatureType::ScalarType vcg::vertex::CurvatureOcf< A, TT >::ScalarType |
Definition at line 536 of file vertex/component_ocf.h.
const ScalarType& vcg::vertex::CurvatureOcf< A, TT >::cKg | ( | ) | const [inline] |
Definition at line 541 of file vertex/component_ocf.h.
const ScalarType& vcg::vertex::CurvatureOcf< A, TT >::cKh | ( | ) | const [inline] |
Definition at line 540 of file vertex/component_ocf.h.
static bool vcg::vertex::CurvatureOcf< A, TT >::HasCurvature | ( | ) | [inline, static] |
Definition at line 554 of file vertex/component_ocf.h.
static bool vcg::vertex::CurvatureOcf< A, TT >::HasCurvatureOcf | ( | ) | [inline, static] |
Definition at line 557 of file vertex/component_ocf.h.
void vcg::vertex::CurvatureOcf< A, TT >::ImportData | ( | const LeftV & | leftV | ) | [inline] |
Definition at line 544 of file vertex/component_ocf.h.
static bool vcg::vertex::CurvatureOcf< A, TT >::IsCurvatureEnabled | ( | const typename TT::VertexType * | v | ) | [inline, static] |
Definition at line 555 of file vertex/component_ocf.h.
ScalarType& vcg::vertex::CurvatureOcf< A, TT >::Kg | ( | ) | [inline] |
Definition at line 539 of file vertex/component_ocf.h.
ScalarType& vcg::vertex::CurvatureOcf< A, TT >::Kh | ( | ) | [inline] |
Definition at line 538 of file vertex/component_ocf.h.
static void vcg::vertex::CurvatureOcf< A, TT >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 558 of file vertex/component_ocf.h.