#include <vertex_component.h>

Public Member Functions | |
| OSG::GeometryPtr & | Geo () |
| int & | Index () |
Private Attributes | |
| OSG::GeometryPtr | _geop |
| int | _vertexi |
| Maybe we can use pointers to buffers directly but now we really don't now if these pointers change in time ... !!! | |
Definition at line 46 of file vertex_component.h.
| OSG::GeometryPtr& vcg::vert::OSGInfo< T >::Geo | ( | ) | [inline] |
Definition at line 49 of file vertex_component.h.
| int& vcg::vert::OSGInfo< T >::Index | ( | ) | [inline] |
Definition at line 50 of file vertex_component.h.
OSG::GeometryPtr vcg::vert::OSGInfo< T >::_geop [private] |
Definition at line 52 of file vertex_component.h.
int vcg::vert::OSGInfo< T >::_vertexi [private] |
Maybe we can use pointers to buffers directly but now we really don't now if these pointers change in time ... !!!
Definition at line 53 of file vertex_component.h.