#include <component.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 |
| ScalarType & | K1 () |
| ScalarType & | K2 () |
| VecType & | PD1 () |
| VecType & | PD2 () |
Static Public Member Functions | |
| static bool | HasCurvatureDir () |
| static void | Name (std::vector< std::string > &name) |
Private Attributes | |
| CurvatureDirType | _curv |
Definition at line 377 of file vertex/component.h.
| typedef A vcg::vertex::CurvatureDir< A, TT >::CurvatureDirType |
Definition at line 379 of file vertex/component.h.
| typedef CurvatureDirType::ScalarType vcg::vertex::CurvatureDir< A, TT >::ScalarType |
Definition at line 381 of file vertex/component.h.
| typedef CurvatureDirType::VecType vcg::vertex::CurvatureDir< A, TT >::VecType |
Definition at line 380 of file vertex/component.h.
| const ScalarType& vcg::vertex::CurvatureDir< A, TT >::cK1 | ( | ) | const [inline] |
Definition at line 390 of file vertex/component.h.
| const ScalarType& vcg::vertex::CurvatureDir< A, TT >::cK2 | ( | ) | const [inline] |
Definition at line 391 of file vertex/component.h.
| const VecType& vcg::vertex::CurvatureDir< A, TT >::cPD1 | ( | ) | const [inline] |
Definition at line 385 of file vertex/component.h.
| const VecType& vcg::vertex::CurvatureDir< A, TT >::cPD2 | ( | ) | const [inline] |
Definition at line 386 of file vertex/component.h.
| static bool vcg::vertex::CurvatureDir< A, TT >::HasCurvatureDir | ( | ) | [inline, static] |
Definition at line 393 of file vertex/component.h.
| ScalarType& vcg::vertex::CurvatureDir< A, TT >::K1 | ( | ) | [inline] |
Definition at line 388 of file vertex/component.h.
| ScalarType& vcg::vertex::CurvatureDir< A, TT >::K2 | ( | ) | [inline] |
Definition at line 389 of file vertex/component.h.
| static void vcg::vertex::CurvatureDir< A, TT >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Reimplemented in vcg::vertex::CurvatureDirf< T >, and vcg::vertex::CurvatureDird< T >.
Definition at line 394 of file vertex/component.h.
| VecType& vcg::vertex::CurvatureDir< A, TT >::PD1 | ( | ) | [inline] |
Definition at line 383 of file vertex/component.h.
| VecType& vcg::vertex::CurvatureDir< A, TT >::PD2 | ( | ) | [inline] |
Definition at line 384 of file vertex/component.h.
CurvatureDirType vcg::vertex::CurvatureDir< A, TT >::_curv [private] |
Definition at line 397 of file vertex/component.h.