#include <component_occ.h>

Public Types | |
| typedef A | RadiusType |
| typedef A | ScalarType |
| typedef TT::VertType | VertType |
Public Member Functions | |
| const RadiusType & | cR () const |
| template<class LeftV > | |
| void | ImportData (const LeftV &leftV) |
| RadiusType & | R () |
Static Public Member Functions | |
| static bool | HasRadius () |
| static bool | HasRadiusOcc () |
| static void | Name (std::vector< std::string > &name) |
Definition at line 221 of file vertex/component_occ.h.
| typedef A vcg::vertex::RadiusOcc< A, TT >::RadiusType |
Definition at line 223 of file vertex/component_occ.h.
| typedef A vcg::vertex::RadiusOcc< A, TT >::ScalarType |
Definition at line 224 of file vertex/component_occ.h.
| typedef TT::VertType vcg::vertex::RadiusOcc< A, TT >::VertType |
Definition at line 225 of file vertex/component_occ.h.
| const RadiusType& vcg::vertex::RadiusOcc< A, TT >::cR | ( | ) | const [inline] |
Definition at line 228 of file vertex/component_occ.h.
| static bool vcg::vertex::RadiusOcc< A, TT >::HasRadius | ( | ) | [inline, static] |
Definition at line 236 of file vertex/component_occ.h.
| static bool vcg::vertex::RadiusOcc< A, TT >::HasRadiusOcc | ( | ) | [inline, static] |
Definition at line 237 of file vertex/component_occ.h.
| void vcg::vertex::RadiusOcc< A, TT >::ImportData | ( | const LeftV & | leftV | ) | [inline] |
Definition at line 231 of file vertex/component_occ.h.
| static void vcg::vertex::RadiusOcc< A, TT >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Reimplemented in vcg::vertex::RadiusdOcc< T >, and vcg::vertex::RadiusfOcc< T >.
Definition at line 238 of file vertex/component_occ.h.
| RadiusType& vcg::vertex::RadiusOcc< A, TT >::R | ( | ) | [inline] |
Definition at line 227 of file vertex/component_occ.h.