#include <octree.h>
Static Public Member Functions | |
| static TYPE & | Ref (TYPE &t) |
| static TYPE & | Ref (TYPE *&t) |
| static const TYPE & | Ref (const TYPE &t) |
| static const TYPE & | Ref (const TYPE *&t) |
Given an object or an object pointer, return the reference to the object
| static TYPE& vcg::Dereferencer< TYPE >::Ref | ( | TYPE & | t | ) | [inline, static] |
| static TYPE& vcg::Dereferencer< TYPE >::Ref | ( | TYPE *& | t | ) | [inline, static] |
| static const TYPE& vcg::Dereferencer< TYPE >::Ref | ( | const TYPE & | t | ) | [inline, static] |
| static const TYPE& vcg::Dereferencer< TYPE >::Ref | ( | const TYPE *& | t | ) | [inline, static] |