#include <base.h>
Public Member Functions | |
ATTR_TYPE & | operator() () |
PerMeshAttributeHandle | operator= (const PerMeshAttributeHandle &pva) |
PerMeshAttributeHandle (void *ah, const int &n) | |
PerMeshAttributeHandle () | |
Public Attributes | |
Attribute< ATTR_TYPE > * | _handle |
int | n_attr |
Definition at line 289 of file complex/trimesh/base.h.
vcg::tri::TriMesh< Container0, Container1, Container2, Container3 >::PerMeshAttributeHandle< ATTR_TYPE >::PerMeshAttributeHandle | ( | ) | [inline] |
Definition at line 291 of file complex/trimesh/base.h.
vcg::tri::TriMesh< Container0, Container1, Container2, Container3 >::PerMeshAttributeHandle< ATTR_TYPE >::PerMeshAttributeHandle | ( | void * | ah, | |
const int & | n | |||
) | [inline] |
Definition at line 292 of file complex/trimesh/base.h.
ATTR_TYPE& vcg::tri::TriMesh< Container0, Container1, Container2, Container3 >::PerMeshAttributeHandle< ATTR_TYPE >::operator() | ( | ) | [inline] |
Definition at line 300 of file complex/trimesh/base.h.
PerMeshAttributeHandle vcg::tri::TriMesh< Container0, Container1, Container2, Container3 >::PerMeshAttributeHandle< ATTR_TYPE >::operator= | ( | const PerMeshAttributeHandle< ATTR_TYPE > & | pva | ) | [inline] |
Definition at line 293 of file complex/trimesh/base.h.
Attribute<ATTR_TYPE>* vcg::tri::TriMesh< Container0, Container1, Container2, Container3 >::PerMeshAttributeHandle< ATTR_TYPE >::_handle |
Definition at line 298 of file complex/trimesh/base.h.
int vcg::tri::TriMesh< Container0, Container1, Container2, Container3 >::PerMeshAttributeHandle< ATTR_TYPE >::n_attr |
Definition at line 299 of file complex/trimesh/base.h.