Public Types | Public Member Functions | Static Public Member Functions | Private Attributes
vcg::vertex::Radius< A, TT > Class Template Reference

Component: Per vertex radius More...

#include <component.h>

Inheritance diagram for vcg::vertex::Radius< A, TT >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef A RadiusType

Public Member Functions

RadiusType cR () const
template<class RightValueType >
void ImportData (const RightValueType &rVert)
const RadiusTypeR () const
RadiusTypeR ()

Static Public Member Functions

static bool HasRadius ()
static void Name (std::vector< std::string > &name)

Private Attributes

RadiusType _radius

Detailed Description

template<class A, class TT>
class vcg::vertex::Radius< A, TT >

Component: Per vertex radius

This component keep a floating point value meant to be the average distance from the surrounding vertices. Used in point clouds by some of the point splatting and MLS surface algorithms.

Definition at line 492 of file vertex/component.h.


Member Typedef Documentation

template<class A, class TT>
typedef A vcg::vertex::Radius< A, TT >::RadiusType

Definition at line 494 of file vertex/component.h.


Member Function Documentation

template<class A, class TT>
RadiusType vcg::vertex::Radius< A, TT >::cR ( ) const [inline]

Definition at line 497 of file vertex/component.h.

template<class A, class TT>
static bool vcg::vertex::Radius< A, TT >::HasRadius ( ) [inline, static]

Definition at line 500 of file vertex/component.h.

template<class A, class TT>
template<class RightValueType >
void vcg::vertex::Radius< A, TT >::ImportData ( const RightValueType &  rVert) [inline]
template<class A, class TT>
static void vcg::vertex::Radius< A, TT >::Name ( std::vector< std::string > &  name) [inline, static]
template<class A, class TT>
const RadiusType& vcg::vertex::Radius< A, TT >::R ( ) const [inline]

Definition at line 495 of file vertex/component.h.

template<class A, class TT>
RadiusType& vcg::vertex::Radius< A, TT >::R ( ) [inline]

Definition at line 496 of file vertex/component.h.


Member Data Documentation

template<class A, class TT>
RadiusType vcg::vertex::Radius< A, TT >::_radius [private]

Definition at line 504 of file vertex/component.h.


The documentation for this class was generated from the following file:


shape_reconstruction
Author(s): Roberto Martín-Martín
autogenerated on Sat Jun 8 2019 18:44:14