#include <base.h>
Public Member Functions | |
| ATTR_TYPE & | operator() () |
| PerMeshAttributeHandle | operator= (const PerMeshAttributeHandle &pva) |
| PerMeshAttributeHandle () | |
| PerMeshAttributeHandle (void *ah, const int &n) | |
Public Attributes | |
| Attribute< ATTR_TYPE > * | _handle |
| int | n_attr |
Definition at line 284 of file vcg/complex/base.h.
| vcg::tri::TriMesh< Container0, Container1, Container2, Container3 >::PerMeshAttributeHandle< ATTR_TYPE >::PerMeshAttributeHandle | ( | ) | [inline] |
Definition at line 286 of file vcg/complex/base.h.
| vcg::tri::TriMesh< Container0, Container1, Container2, Container3 >::PerMeshAttributeHandle< ATTR_TYPE >::PerMeshAttributeHandle | ( | void * | ah, |
| const int & | n | ||
| ) | [inline] |
Definition at line 287 of file vcg/complex/base.h.
| ATTR_TYPE& vcg::tri::TriMesh< Container0, Container1, Container2, Container3 >::PerMeshAttributeHandle< ATTR_TYPE >::operator() | ( | ) | [inline] |
Definition at line 296 of file vcg/complex/base.h.
| PerMeshAttributeHandle vcg::tri::TriMesh< Container0, Container1, Container2, Container3 >::PerMeshAttributeHandle< ATTR_TYPE >::operator= | ( | const PerMeshAttributeHandle< ATTR_TYPE > & | pva | ) | [inline] |
Definition at line 288 of file vcg/complex/base.h.
| Attribute<ATTR_TYPE>* vcg::tri::TriMesh< Container0, Container1, Container2, Container3 >::PerMeshAttributeHandle< ATTR_TYPE >::_handle |
Definition at line 294 of file vcg/complex/base.h.
| int vcg::tri::TriMesh< Container0, Container1, Container2, Container3 >::PerMeshAttributeHandle< ATTR_TYPE >::n_attr |
Definition at line 295 of file vcg/complex/base.h.