*-------------------------- Curvature ----------------------------------*/ More...
#include <component_occ.h>

Public Types | |
| typedef Point2< A > | CurvatureTypeOcc |
| typedef CurvatureTypeOcc::ScalarType | ScalarTypeCur |
| typedef TT::VertType | VertType |
Public Member Functions | |
| const ScalarTypeCur & | cH () const |
| const ScalarTypeCur & | cK () const |
| ScalarTypeCur & | H () |
| template<class LeftV > | |
| void | ImportData (const LeftV &leftV) |
| ScalarTypeCur & | K () |
Static Public Member Functions | |
| static bool | HasCurvature () |
| static bool | HasCurvatureOcc () |
| static void | Name (std::vector< std::string > &name) |
*-------------------------- Curvature ----------------------------------*/
Definition at line 143 of file vertex/component_occ.h.
| typedef Point2<A> vcg::vertex::CurvatureOcc< A, TT >::CurvatureTypeOcc |
Definition at line 145 of file vertex/component_occ.h.
| typedef CurvatureTypeOcc::ScalarType vcg::vertex::CurvatureOcc< A, TT >::ScalarTypeCur |
Definition at line 147 of file vertex/component_occ.h.
| typedef TT::VertType vcg::vertex::CurvatureOcc< A, TT >::VertType |
Definition at line 146 of file vertex/component_occ.h.
| const ScalarTypeCur& vcg::vertex::CurvatureOcc< A, TT >::cH | ( | ) | const [inline] |
Definition at line 151 of file vertex/component_occ.h.
| const ScalarTypeCur& vcg::vertex::CurvatureOcc< A, TT >::cK | ( | ) | const [inline] |
Definition at line 152 of file vertex/component_occ.h.
| ScalarTypeCur& vcg::vertex::CurvatureOcc< A, TT >::H | ( | ) | [inline] |
Definition at line 149 of file vertex/component_occ.h.
| static bool vcg::vertex::CurvatureOcc< A, TT >::HasCurvature | ( | ) | [inline, static] |
Definition at line 161 of file vertex/component_occ.h.
| static bool vcg::vertex::CurvatureOcc< A, TT >::HasCurvatureOcc | ( | ) | [inline, static] |
Definition at line 162 of file vertex/component_occ.h.
| void vcg::vertex::CurvatureOcc< A, TT >::ImportData | ( | const LeftV & | leftV | ) | [inline] |
Definition at line 155 of file vertex/component_occ.h.
| ScalarTypeCur& vcg::vertex::CurvatureOcc< A, TT >::K | ( | ) | [inline] |
Definition at line 150 of file vertex/component_occ.h.
| static void vcg::vertex::CurvatureOcc< A, TT >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Reimplemented in vcg::vertex::CurvaturedOcc< T >, and vcg::vertex::CurvaturefOcc< T >.
Definition at line 163 of file vertex/component_occ.h.