#include <component_occ.h>
Public Types | |
| typedef A | CurvatureDirTypeOcc |
| typedef CurvatureDirTypeOcc::ScalarType | ScalarType |
| typedef CurvatureDirTypeOcc::VecType | VecType |
| typedef TT::VertType | VertType |
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 bool | HasCurvatureDirOcc () |
| static void | Name (std::vector< std::string > &name) |
Definition at line 190 of file vertex/component_occ.h.
| typedef A vcg::vertex::CurvatureDirOcc< A, TT >::CurvatureDirTypeOcc |
Definition at line 192 of file vertex/component_occ.h.
| typedef CurvatureDirTypeOcc::ScalarType vcg::vertex::CurvatureDirOcc< A, TT >::ScalarType |
Definition at line 194 of file vertex/component_occ.h.
| typedef CurvatureDirTypeOcc::VecType vcg::vertex::CurvatureDirOcc< A, TT >::VecType |
Definition at line 193 of file vertex/component_occ.h.
| typedef TT::VertType vcg::vertex::CurvatureDirOcc< A, TT >::VertType |
Definition at line 195 of file vertex/component_occ.h.
| const ScalarType& vcg::vertex::CurvatureDirOcc< A, TT >::cK1 | ( | ) | const [inline] |
Definition at line 204 of file vertex/component_occ.h.
| const ScalarType& vcg::vertex::CurvatureDirOcc< A, TT >::cK2 | ( | ) | const [inline] |
Definition at line 205 of file vertex/component_occ.h.
| const VecType& vcg::vertex::CurvatureDirOcc< A, TT >::cPD1 | ( | ) | const [inline] |
Definition at line 199 of file vertex/component_occ.h.
| const VecType& vcg::vertex::CurvatureDirOcc< A, TT >::cPD2 | ( | ) | const [inline] |
Definition at line 200 of file vertex/component_occ.h.
| static bool vcg::vertex::CurvatureDirOcc< A, TT >::HasCurvatureDir | ( | ) | [inline, static] |
Definition at line 207 of file vertex/component_occ.h.
| static bool vcg::vertex::CurvatureDirOcc< A, TT >::HasCurvatureDirOcc | ( | ) | [inline, static] |
Definition at line 208 of file vertex/component_occ.h.
| ScalarType& vcg::vertex::CurvatureDirOcc< A, TT >::K1 | ( | ) | [inline] |
Definition at line 202 of file vertex/component_occ.h.
| ScalarType& vcg::vertex::CurvatureDirOcc< A, TT >::K2 | ( | ) | [inline] |
Definition at line 203 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::CurvatureDirfOcc< T >, and vcg::vertex::CurvatureDirdOcc< T >.
Definition at line 209 of file vertex/component_occ.h.
| VecType& vcg::vertex::CurvatureDirOcc< A, TT >::PD1 | ( | ) | [inline] |
Definition at line 197 of file vertex/component_occ.h.
| VecType& vcg::vertex::CurvatureDirOcc< A, TT >::PD2 | ( | ) | [inline] |
Definition at line 198 of file vertex/component_occ.h.