#include <component_ocf.h>
Public Types | |
typedef A | CurvatureDirType |
typedef CurvatureDirType::ScalarType | ScalarType |
typedef CurvatureDirType::VecType | VecType |
Public Member Functions | |
const ScalarType & | cK1 () const |
const ScalarType & | cK2 () const |
const VecType & | cPD1 () const |
const VecType & | cPD2 () const |
template<class LeftV > | |
void | ImportData (const LeftV &leftV) |
ScalarType & | K1 () |
ScalarType & | K2 () |
VecType & | PD1 () |
VecType & | PD2 () |
Static Public Member Functions | |
static bool | HasCurvatureDir () |
static bool | HasCurvatureDirOcf () |
static void | Name (std::vector< std::string > &name) |
Definition at line 579 of file vertex/component_ocf.h.
typedef A vcg::vertex::CurvatureDirOcf< A, TT >::CurvatureDirType |
Definition at line 581 of file vertex/component_ocf.h.
typedef CurvatureDirType::ScalarType vcg::vertex::CurvatureDirOcf< A, TT >::ScalarType |
Definition at line 583 of file vertex/component_ocf.h.
typedef CurvatureDirType::VecType vcg::vertex::CurvatureDirOcf< A, TT >::VecType |
Definition at line 582 of file vertex/component_ocf.h.
const ScalarType& vcg::vertex::CurvatureDirOcf< A, TT >::cK1 | ( | ) | const [inline] |
Definition at line 592 of file vertex/component_ocf.h.
const ScalarType& vcg::vertex::CurvatureDirOcf< A, TT >::cK2 | ( | ) | const [inline] |
Definition at line 593 of file vertex/component_ocf.h.
const VecType& vcg::vertex::CurvatureDirOcf< A, TT >::cPD1 | ( | ) | const [inline] |
Definition at line 587 of file vertex/component_ocf.h.
const VecType& vcg::vertex::CurvatureDirOcf< A, TT >::cPD2 | ( | ) | const [inline] |
Definition at line 588 of file vertex/component_ocf.h.
static bool vcg::vertex::CurvatureDirOcf< A, TT >::HasCurvatureDir | ( | ) | [inline, static] |
Definition at line 607 of file vertex/component_ocf.h.
static bool vcg::vertex::CurvatureDirOcf< A, TT >::HasCurvatureDirOcf | ( | ) | [inline, static] |
Definition at line 608 of file vertex/component_ocf.h.
void vcg::vertex::CurvatureDirOcf< A, TT >::ImportData | ( | const LeftV & | leftV | ) | [inline] |
Definition at line 596 of file vertex/component_ocf.h.
ScalarType& vcg::vertex::CurvatureDirOcf< A, TT >::K1 | ( | ) | [inline] |
Definition at line 590 of file vertex/component_ocf.h.
ScalarType& vcg::vertex::CurvatureDirOcf< A, TT >::K2 | ( | ) | [inline] |
Definition at line 591 of file vertex/component_ocf.h.
static void vcg::vertex::CurvatureDirOcf< A, TT >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Reimplemented in vcg::vertex::CurvatureDirfOcf< T >, and vcg::vertex::CurvatureDirdOcf< T >.
Definition at line 609 of file vertex/component_ocf.h.
VecType& vcg::vertex::CurvatureDirOcf< A, TT >::PD1 | ( | ) | [inline] |
Definition at line 585 of file vertex/component_ocf.h.
VecType& vcg::vertex::CurvatureDirOcf< A, TT >::PD2 | ( | ) | [inline] |
Definition at line 586 of file vertex/component_ocf.h.