#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 223 of file vertex/component_occ.h.
typedef A vcg::vertex::RadiusOcc< A, TT >::RadiusType |
Definition at line 225 of file vertex/component_occ.h.
typedef A vcg::vertex::RadiusOcc< A, TT >::ScalarType |
Definition at line 226 of file vertex/component_occ.h.
typedef TT::VertType vcg::vertex::RadiusOcc< A, TT >::VertType |
Definition at line 227 of file vertex/component_occ.h.
const RadiusType& vcg::vertex::RadiusOcc< A, TT >::cR | ( | ) | const [inline] |
Definition at line 230 of file vertex/component_occ.h.
static bool vcg::vertex::RadiusOcc< A, TT >::HasRadius | ( | ) | [inline, static] |
Definition at line 238 of file vertex/component_occ.h.
static bool vcg::vertex::RadiusOcc< A, TT >::HasRadiusOcc | ( | ) | [inline, static] |
Definition at line 239 of file vertex/component_occ.h.
void vcg::vertex::RadiusOcc< A, TT >::ImportData | ( | const LeftV & | leftV | ) | [inline] |
Definition at line 233 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::RadiusfOcc< T >, and vcg::vertex::RadiusdOcc< T >.
Definition at line 240 of file vertex/component_occ.h.
RadiusType& vcg::vertex::RadiusOcc< A, TT >::R | ( | ) | [inline] |
Definition at line 229 of file vertex/component_occ.h.