#include <component_ocf.h>
Public Types | |
typedef CurvatureDirType::CurScalarType | CurScalarType |
typedef A | CurvatureDirType |
typedef CurvatureDirType::CurVecType | CurVecType |
Public Member Functions | |
CurScalarType | cK1 () const |
CurScalarType | cK2 () const |
CurVecType | cPD1 () const |
CurVecType | cPD2 () const |
template<class RightVertexType > | |
void | ImportData (const RightVertexType &rightV) |
bool | IsCurvatureDirEnabled () const |
CurScalarType & | K1 () |
CurScalarType & | K2 () |
CurVecType & | PD1 () |
CurVecType & | PD2 () |
Static Public Member Functions | |
static bool | HasCurvatureDir () |
static bool | HasCurvatureDirOcf () |
static void | Name (std::vector< std::string > &name) |
Definition at line 472 of file vertex/component_ocf.h.
typedef CurvatureDirType::CurScalarType vcg::vertex::CurvatureDirOcf< A, TT >::CurScalarType |
Definition at line 476 of file vertex/component_ocf.h.
typedef A vcg::vertex::CurvatureDirOcf< A, TT >::CurvatureDirType |
Definition at line 474 of file vertex/component_ocf.h.
typedef CurvatureDirType::CurVecType vcg::vertex::CurvatureDirOcf< A, TT >::CurVecType |
Definition at line 475 of file vertex/component_ocf.h.
CurScalarType vcg::vertex::CurvatureDirOcf< A, TT >::cK1 | ( | ) | const [inline] |
Definition at line 485 of file vertex/component_ocf.h.
CurScalarType vcg::vertex::CurvatureDirOcf< A, TT >::cK2 | ( | ) | const [inline] |
Definition at line 486 of file vertex/component_ocf.h.
CurVecType vcg::vertex::CurvatureDirOcf< A, TT >::cPD1 | ( | ) | const [inline] |
Definition at line 480 of file vertex/component_ocf.h.
CurVecType vcg::vertex::CurvatureDirOcf< A, TT >::cPD2 | ( | ) | const [inline] |
Definition at line 481 of file vertex/component_ocf.h.
static bool vcg::vertex::CurvatureDirOcf< A, TT >::HasCurvatureDir | ( | ) | [inline, static] |
Definition at line 501 of file vertex/component_ocf.h.
static bool vcg::vertex::CurvatureDirOcf< A, TT >::HasCurvatureDirOcf | ( | ) | [inline, static] |
Definition at line 502 of file vertex/component_ocf.h.
void vcg::vertex::CurvatureDirOcf< A, TT >::ImportData | ( | const RightVertexType & | rightV | ) | [inline] |
Definition at line 489 of file vertex/component_ocf.h.
bool vcg::vertex::CurvatureDirOcf< A, TT >::IsCurvatureDirEnabled | ( | ) | const [inline] |
Definition at line 500 of file vertex/component_ocf.h.
CurScalarType& vcg::vertex::CurvatureDirOcf< A, TT >::K1 | ( | ) | [inline] |
Definition at line 483 of file vertex/component_ocf.h.
CurScalarType& vcg::vertex::CurvatureDirOcf< A, TT >::K2 | ( | ) | [inline] |
Definition at line 484 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::CurvatureDirdOcf< T >, and vcg::vertex::CurvatureDirfOcf< T >.
Definition at line 503 of file vertex/component_ocf.h.
CurVecType& vcg::vertex::CurvatureDirOcf< A, TT >::PD1 | ( | ) | [inline] |
Definition at line 478 of file vertex/component_ocf.h.
CurVecType& vcg::vertex::CurvatureDirOcf< A, TT >::PD2 | ( | ) | [inline] |
Definition at line 479 of file vertex/component_ocf.h.