#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 RightFaceType > | |
| void | ImportData (const RightFaceType &rightF) |
| bool | IsCurvatureDirEnabled () const |
| CurScalarType & | K1 () |
| CurScalarType & | K2 () |
| CurVecType & | PD1 () |
| CurVecType & | PD2 () |
Static Public Member Functions | |
| static bool | HasCurvatureDir () |
| static bool | HasCurvatureDirOcf () |
Definition at line 504 of file face/component_ocf.h.
| typedef CurvatureDirType::CurScalarType vcg::face::CurvatureDirOcf< A, T >::CurScalarType |
Definition at line 508 of file face/component_ocf.h.
| typedef A vcg::face::CurvatureDirOcf< A, T >::CurvatureDirType |
Definition at line 506 of file face/component_ocf.h.
| typedef CurvatureDirType::CurVecType vcg::face::CurvatureDirOcf< A, T >::CurVecType |
Definition at line 507 of file face/component_ocf.h.
| CurScalarType vcg::face::CurvatureDirOcf< A, T >::cK1 | ( | ) | const [inline] |
Definition at line 521 of file face/component_ocf.h.
| CurScalarType vcg::face::CurvatureDirOcf< A, T >::cK2 | ( | ) | const [inline] |
Definition at line 522 of file face/component_ocf.h.
| CurVecType vcg::face::CurvatureDirOcf< A, T >::cPD1 | ( | ) | const [inline] |
Definition at line 516 of file face/component_ocf.h.
| CurVecType vcg::face::CurvatureDirOcf< A, T >::cPD2 | ( | ) | const [inline] |
Definition at line 517 of file face/component_ocf.h.
| static bool vcg::face::CurvatureDirOcf< A, T >::HasCurvatureDir | ( | ) | [inline, static] |
Definition at line 511 of file face/component_ocf.h.
| static bool vcg::face::CurvatureDirOcf< A, T >::HasCurvatureDirOcf | ( | ) | [inline, static] |
Definition at line 512 of file face/component_ocf.h.
| void vcg::face::CurvatureDirOcf< A, T >::ImportData | ( | const RightFaceType & | rightF | ) | [inline] |
Definition at line 525 of file face/component_ocf.h.
| bool vcg::face::CurvatureDirOcf< A, T >::IsCurvatureDirEnabled | ( | ) | const [inline] |
Definition at line 510 of file face/component_ocf.h.
| CurScalarType& vcg::face::CurvatureDirOcf< A, T >::K1 | ( | ) | [inline] |
Definition at line 519 of file face/component_ocf.h.
| CurScalarType& vcg::face::CurvatureDirOcf< A, T >::K2 | ( | ) | [inline] |
Definition at line 520 of file face/component_ocf.h.
| CurVecType& vcg::face::CurvatureDirOcf< A, T >::PD1 | ( | ) | [inline] |
Definition at line 514 of file face/component_ocf.h.
| CurVecType& vcg::face::CurvatureDirOcf< A, T >::PD2 | ( | ) | [inline] |
Definition at line 515 of file face/component_ocf.h.