Partial specialization for ValueAccessor types. More...
#include <openvdb/Grid.h>
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) |
static TreeType & | tree (TreeType &t) |
static TreeType & | tree (GridType &g) |
static const TreeType & | tree (const TreeType &t) |
static const TreeType & | tree (const GridType &g) |
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.
using AccessorType |
using AccessorType = typename tree::ValueAccessor<TreeType> |
using ConstAccessorType |
using ConstAccessorType = typename tree::ValueAccessor<const TreeType> |
using ConstGridPtrType |
using ConstGridPtrType = typename GridType::ConstPtr |
using ConstTreePtrType |
using ConstTreePtrType = typename TreeType::ConstPtr |
using GridPtrType |
using GridPtrType = typename GridType::Ptr |
using GridType |
using NonConstAccessorType |
using NonConstAccessorType = typename tree::ValueAccessor<NonConstTreeType> |
using NonConstGridPtrType |
using NonConstGridPtrType = typename NonConstGridType::Ptr |
using NonConstGridType |
using NonConstGridType = Grid<NonConstTreeType> |
using NonConstTreePtrType |
using NonConstTreePtrType = typename NonConstTreeType::Ptr |
using NonConstTreeType |
using NonConstTreeType = typename std::remove_const<TreeType>::type |
using TreePtrType |
using TreePtrType = typename TreeType::Ptr |
using TreeType |
using TreeType = _TreeType |
using ValueType |
using ValueType = typename TreeType::ValueType |
|
inlinestatic |
|
inlinestatic |