vcg::Dereferencer< TYPE > Struct Template Reference
#include <octree.h>
List of all members.
Static Public Member Functions |
static const TYPE & | Ref (const TYPE *&t) |
static const TYPE & | Ref (const TYPE &t) |
static TYPE & | Ref (TYPE *&t) |
static TYPE & | Ref (TYPE &t) |
Detailed Description
template<typename TYPE>
struct vcg::Dereferencer< TYPE >
Given an object or an object pointer, return the reference to the object
Definition at line 48 of file octree.h.
Member Function Documentation
template<typename TYPE >
static const TYPE& vcg::Dereferencer< TYPE >::Ref |
( |
const TYPE *& |
t |
) |
[inline, static] |
template<typename TYPE >
static const TYPE& vcg::Dereferencer< TYPE >::Ref |
( |
const TYPE & |
t |
) |
[inline, static] |
The documentation for this struct was generated from the following file: