#include <base.h>
Public Member Functions | |
| AttributeHandle () | |
| AttributeHandle (void *ah, const int &n) | |
| AttributeHandle | operator= (const PointerToAttribute &pva) |
| template<class RefType > | |
| ATTR_TYPE & | operator[] (const RefType &i) |
| void | resize (size_t) |
Public Attributes | |
| SimpleTempData< CONT, ATTR_TYPE > * | _handle |
| int | n_attr |
Definition at line 239 of file vcg/complex/base.h.
| vcg::tri::TriMesh< Container0, Container1, Container2, Container3 >::AttributeHandle< ATTR_TYPE, CONT >::AttributeHandle | ( | ) | [inline] |
Definition at line 241 of file vcg/complex/base.h.
| vcg::tri::TriMesh< Container0, Container1, Container2, Container3 >::AttributeHandle< ATTR_TYPE, CONT >::AttributeHandle | ( | void * | ah, |
| const int & | n | ||
| ) | [inline] |
Definition at line 242 of file vcg/complex/base.h.
| AttributeHandle vcg::tri::TriMesh< Container0, Container1, Container2, Container3 >::AttributeHandle< ATTR_TYPE, CONT >::operator= | ( | const PointerToAttribute & | pva | ) | [inline] |
Definition at line 243 of file vcg/complex/base.h.
| ATTR_TYPE& vcg::tri::TriMesh< Container0, Container1, Container2, Container3 >::AttributeHandle< ATTR_TYPE, CONT >::operator[] | ( | const RefType & | i | ) | [inline] |
Definition at line 257 of file vcg/complex/base.h.
| void vcg::tri::TriMesh< Container0, Container1, Container2, Container3 >::AttributeHandle< ATTR_TYPE, CONT >::resize | ( | size_t | ) | [inline] |
Definition at line 258 of file vcg/complex/base.h.
| SimpleTempData<CONT,ATTR_TYPE>* vcg::tri::TriMesh< Container0, Container1, Container2, Container3 >::AttributeHandle< ATTR_TYPE, CONT >::_handle |
Definition at line 250 of file vcg/complex/base.h.
| int vcg::tri::TriMesh< Container0, Container1, Container2, Container3 >::AttributeHandle< ATTR_TYPE, CONT >::n_attr |
Definition at line 253 of file vcg/complex/base.h.