OpenVDB
2.3.0
|
Partial specialization for ValueAccessor types. More...
#include <Grid.h>
Public Types | |
typedef _TreeType | TreeType |
typedef boost::remove_const < TreeType >::type | NonConstTreeType |
typedef TreeType::Ptr | TreePtrType |
typedef TreeType::ConstPtr | ConstTreePtrType |
typedef NonConstTreeType::Ptr | NonConstTreePtrType |
typedef Grid< TreeType > | GridType |
typedef Grid< NonConstTreeType > | NonConstGridType |
typedef GridType::Ptr | GridPtrType |
typedef NonConstGridType::Ptr | NonConstGridPtrType |
typedef GridType::ConstPtr | ConstGridPtrType |
typedef TreeType::ValueType | ValueType |
typedef tree::ValueAccessor < TreeType > | AccessorType |
typedef tree::ValueAccessor < const TreeType > | ConstAccessorType |
typedef tree::ValueAccessor < NonConstTreeType > | NonConstAccessorType |
Static Public Member Functions | |
static TreeType & | tree (TreeType &t) |
static TreeType & | tree (GridType &g) |
static TreeType & | tree (AccessorType &a) |
static const TreeType & | tree (const TreeType &t) |
static const TreeType & | tree (const GridType &g) |
static const TreeType & | tree (const AccessorType &a) |
static const TreeType & | constTree (TreeType &t) |
static const TreeType & | constTree (GridType &g) |
static const TreeType & | constTree (const TreeType &t) |
static const TreeType & | constTree (const GridType &g) |
Partial specialization for ValueAccessor types.
typedef tree::ValueAccessor<TreeType> AccessorType |
typedef tree::ValueAccessor<const TreeType> ConstAccessorType |
typedef GridType::ConstPtr ConstGridPtrType |
typedef TreeType::ConstPtr ConstTreePtrType |
typedef GridType::Ptr GridPtrType |
typedef Grid<NonConstTreeType> NonConstGridType |
typedef NonConstTreeType::Ptr NonConstTreePtrType |
typedef boost::remove_const<TreeType>::type NonConstTreeType |
typedef TreeType::Ptr TreePtrType |
typedef _TreeType TreeType |
typedef TreeType::ValueType ValueType |
|
inlinestatic |
|
inlinestatic |