#include <component.h>
Public Types | |
typedef A | RadiusType |
Public Member Functions | |
const RadiusType & | cR () const |
template<class LeftV > | |
void | ImportData (const LeftV &left) |
RadiusType & | R () |
Static Public Member Functions | |
static bool | HasRadius () |
static void | Name (std::vector< std::string > &name) |
Private Attributes | |
RadiusType | _radius |
Definition at line 410 of file vertex/component.h.
typedef A vcg::vertex::Radius< A, TT >::RadiusType |
Definition at line 412 of file vertex/component.h.
const RadiusType& vcg::vertex::Radius< A, TT >::cR | ( | ) | const [inline] |
Definition at line 414 of file vertex/component.h.
static bool vcg::vertex::Radius< A, TT >::HasRadius | ( | ) | [inline, static] |
Definition at line 417 of file vertex/component.h.
void vcg::vertex::Radius< A, TT >::ImportData | ( | const LeftV & | left | ) | [inline] |
Definition at line 416 of file vertex/component.h.
static void vcg::vertex::Radius< A, TT >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Reimplemented in vcg::vertex::Radiusf< TT >.
Definition at line 418 of file vertex/component.h.
RadiusType& vcg::vertex::Radius< A, TT >::R | ( | ) | [inline] |
Definition at line 413 of file vertex/component.h.
RadiusType vcg::vertex::Radius< A, TT >::_radius [private] |
Definition at line 421 of file vertex/component.h.