#include <component_occ.h>

Public Types | |
| typedef CurvatureDirTypeOcc::ScalarType | CurScalarType |
| typedef A | CurvatureDirTypeOcc |
| typedef CurvatureDirTypeOcc::VecType | CurVecType |
| typedef TT::VertType | VertType |
Public Member Functions | |
| const CurScalarType & | cK1 () const |
| const CurScalarType & | cK2 () const |
| const CurVecType & | cPD1 () const |
| const CurVecType & | cPD2 () const |
| CurScalarType & | K1 () |
| CurScalarType & | K2 () |
| CurVecType & | PD1 () |
| CurVecType & | PD2 () |
Static Public Member Functions | |
| static bool | HasCurvatureDir () |
| static bool | HasCurvatureDirOcc () |
| static void | Name (std::vector< std::string > &name) |
Definition at line 188 of file vertex/component_occ.h.
| typedef CurvatureDirTypeOcc::ScalarType vcg::vertex::CurvatureDirOcc< A, TT >::CurScalarType |
Definition at line 192 of file vertex/component_occ.h.
| typedef A vcg::vertex::CurvatureDirOcc< A, TT >::CurvatureDirTypeOcc |
Definition at line 190 of file vertex/component_occ.h.
| typedef CurvatureDirTypeOcc::VecType vcg::vertex::CurvatureDirOcc< A, TT >::CurVecType |
Definition at line 191 of file vertex/component_occ.h.
| typedef TT::VertType vcg::vertex::CurvatureDirOcc< A, TT >::VertType |
Definition at line 193 of file vertex/component_occ.h.
| const CurScalarType& vcg::vertex::CurvatureDirOcc< A, TT >::cK1 | ( | ) | const [inline] |
Definition at line 202 of file vertex/component_occ.h.
| const CurScalarType& vcg::vertex::CurvatureDirOcc< A, TT >::cK2 | ( | ) | const [inline] |
Definition at line 203 of file vertex/component_occ.h.
| const CurVecType& vcg::vertex::CurvatureDirOcc< A, TT >::cPD1 | ( | ) | const [inline] |
Definition at line 197 of file vertex/component_occ.h.
| const CurVecType& vcg::vertex::CurvatureDirOcc< A, TT >::cPD2 | ( | ) | const [inline] |
Definition at line 198 of file vertex/component_occ.h.
| static bool vcg::vertex::CurvatureDirOcc< A, TT >::HasCurvatureDir | ( | ) | [inline, static] |
Definition at line 205 of file vertex/component_occ.h.
| static bool vcg::vertex::CurvatureDirOcc< A, TT >::HasCurvatureDirOcc | ( | ) | [inline, static] |
Definition at line 206 of file vertex/component_occ.h.
| CurScalarType& vcg::vertex::CurvatureDirOcc< A, TT >::K1 | ( | ) | [inline] |
Definition at line 200 of file vertex/component_occ.h.
| CurScalarType& vcg::vertex::CurvatureDirOcc< A, TT >::K2 | ( | ) | [inline] |
Definition at line 201 of file vertex/component_occ.h.
| static void vcg::vertex::CurvatureDirOcc< A, TT >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Reimplemented in vcg::vertex::CurvatureDirdOcc< T >, and vcg::vertex::CurvatureDirfOcc< T >.
Definition at line 207 of file vertex/component_occ.h.
| CurVecType& vcg::vertex::CurvatureDirOcc< A, TT >::PD1 | ( | ) | [inline] |
Definition at line 195 of file vertex/component_occ.h.
| CurVecType& vcg::vertex::CurvatureDirOcc< A, TT >::PD2 | ( | ) | [inline] |
Definition at line 196 of file vertex/component_occ.h.