*-------------------------- RADIUS ----------------------------------*/ More...
#include <component_ocf.h>

Public Types | |
| typedef A | RadiusType |
Public Member Functions | |
| RadiusType | cR () const |
| template<class RightVertexType > | |
| void | ImportData (const RightVertexType &rightV) |
| bool | IsRadiusEnabled () const |
| const RadiusType & | R () const |
| RadiusType & | R () |
Static Public Member Functions | |
| static bool | HasRadius () |
| static bool | HasRadiusOcf () |
| static void | Name (std::vector< std::string > &name) |
*-------------------------- RADIUS ----------------------------------*/
Definition at line 516 of file vertex/component_ocf.h.
| typedef A vcg::vertex::RadiusOcf< A, TT >::RadiusType |
Definition at line 518 of file vertex/component_ocf.h.
| RadiusType vcg::vertex::RadiusOcf< A, TT >::cR | ( | ) | const [inline] |
Definition at line 522 of file vertex/component_ocf.h.
| static bool vcg::vertex::RadiusOcf< A, TT >::HasRadius | ( | ) | [inline, static] |
Definition at line 533 of file vertex/component_ocf.h.
| static bool vcg::vertex::RadiusOcf< A, TT >::HasRadiusOcf | ( | ) | [inline, static] |
Definition at line 534 of file vertex/component_ocf.h.
| void vcg::vertex::RadiusOcf< A, TT >::ImportData | ( | const RightVertexType & | rightV | ) | [inline] |
Definition at line 525 of file vertex/component_ocf.h.
| bool vcg::vertex::RadiusOcf< A, TT >::IsRadiusEnabled | ( | ) | const [inline] |
Definition at line 532 of file vertex/component_ocf.h.
| static void vcg::vertex::RadiusOcf< A, TT >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 535 of file vertex/component_ocf.h.
| const RadiusType& vcg::vertex::RadiusOcf< A, TT >::R | ( | ) | const [inline] |
Definition at line 520 of file vertex/component_ocf.h.
| RadiusType& vcg::vertex::RadiusOcf< A, TT >::R | ( | ) | [inline] |
Definition at line 521 of file vertex/component_ocf.h.