#include <component.h>
Public Types | |
| typedef CurvatureDirBaseType < float > | CurvatureDirType |
Public Member Functions | |
| const float & | cK1 () const |
| const float & | cK2 () const |
| const Point3f & | cPD1 () const |
| const Point3f & | cPD2 () const |
| template<class LeftV > | |
| void | ImportData (const LeftV &left) |
| float & | K1 () |
| float & | K2 () |
| Point3f & | PD1 () |
| Point3f & | PD2 () |
Static Public Member Functions | |
| static bool | HasCurvatureDir () |
| static void | Name (std::vector< std::string > &name) |
Definition at line 357 of file vertex/component.h.
| typedef CurvatureDirBaseType<float> vcg::vertex::EmptyCurvatureDir< TT >::CurvatureDirType |
Definition at line 359 of file vertex/component.h.
| const float& vcg::vertex::EmptyCurvatureDir< TT >::cK1 | ( | ) | const [inline] |
Definition at line 368 of file vertex/component.h.
| const float& vcg::vertex::EmptyCurvatureDir< TT >::cK2 | ( | ) | const [inline] |
Definition at line 369 of file vertex/component.h.
| const Point3f& vcg::vertex::EmptyCurvatureDir< TT >::cPD1 | ( | ) | const [inline] |
Definition at line 363 of file vertex/component.h.
| const Point3f& vcg::vertex::EmptyCurvatureDir< TT >::cPD2 | ( | ) | const [inline] |
Definition at line 364 of file vertex/component.h.
| static bool vcg::vertex::EmptyCurvatureDir< TT >::HasCurvatureDir | ( | ) | [inline, static] |
Definition at line 371 of file vertex/component.h.
| void vcg::vertex::EmptyCurvatureDir< TT >::ImportData | ( | const LeftV & | left | ) | [inline] |
Definition at line 373 of file vertex/component.h.
| float& vcg::vertex::EmptyCurvatureDir< TT >::K1 | ( | ) | [inline] |
Definition at line 366 of file vertex/component.h.
| float& vcg::vertex::EmptyCurvatureDir< TT >::K2 | ( | ) | [inline] |
Definition at line 367 of file vertex/component.h.
| static void vcg::vertex::EmptyCurvatureDir< TT >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 374 of file vertex/component.h.
| Point3f& vcg::vertex::EmptyCurvatureDir< TT >::PD1 | ( | ) | [inline] |
Definition at line 361 of file vertex/component.h.
| Point3f& vcg::vertex::EmptyCurvatureDir< TT >::PD2 | ( | ) | [inline] |
Definition at line 362 of file vertex/component.h.