|
HDK
|
This adapter allows code that is templated on a Tree type to accept either a Tree type or a Grid type. More...
#include <Grid.h>
Public Types | |
| using | TreeType = _TreeType |
| using | NonConstTreeType = typename std::remove_const< TreeType >::type |
| using | TreePtrType = typename TreeType::Ptr |
| using | ConstTreePtrType = typename TreeType::ConstPtr |
| using | NonConstTreePtrType = typename NonConstTreeType::Ptr |
| using | GridType = Grid< NonConstTreeType > |
| using | NonConstGridType = Grid< NonConstTreeType > |
| using | GridPtrType = typename GridType::Ptr |
| using | NonConstGridPtrType = typename NonConstGridType::Ptr |
| using | ConstGridPtrType = typename GridType::ConstPtr |
| using | ValueType = typename TreeType::ValueType |
| using | AccessorType = typename tree::ValueAccessor< TreeType > |
| using | ConstAccessorType = typename tree::ValueAccessor< const TreeType > |
| using | NonConstAccessorType = typename tree::ValueAccessor< NonConstTreeType > |
Static Public Member Functions | |
| static NonConstTreeType & | tree (NonConstTreeType &t) |
| static NonConstTreeType & | tree (NonConstGridType &g) |
| static const NonConstTreeType & | tree (const NonConstTreeType &t) |
| static const NonConstTreeType & | tree (const NonConstGridType &g) |
| static const NonConstTreeType & | constTree (NonConstTreeType &t) |
| static const NonConstTreeType & | constTree (NonConstGridType &g) |
| static const NonConstTreeType & | constTree (const NonConstTreeType &t) |
| static const NonConstTreeType & | constTree (const NonConstGridType &g) |
This adapter allows code that is templated on a Tree type to accept either a Tree type or a Grid type.
| using openvdb::OPENVDB_VERSION_NAME::TreeAdapter< _TreeType >::AccessorType = typename tree::ValueAccessor<TreeType> |
| using openvdb::OPENVDB_VERSION_NAME::TreeAdapter< _TreeType >::ConstAccessorType = typename tree::ValueAccessor<const TreeType> |
| using openvdb::OPENVDB_VERSION_NAME::TreeAdapter< _TreeType >::ConstGridPtrType = typename GridType::ConstPtr |
| using openvdb::OPENVDB_VERSION_NAME::TreeAdapter< _TreeType >::ConstTreePtrType = typename TreeType::ConstPtr |
| using openvdb::OPENVDB_VERSION_NAME::TreeAdapter< _TreeType >::GridPtrType = typename GridType::Ptr |
| using openvdb::OPENVDB_VERSION_NAME::TreeAdapter< _TreeType >::GridType = Grid<NonConstTreeType> |
| using openvdb::OPENVDB_VERSION_NAME::TreeAdapter< _TreeType >::NonConstAccessorType = typename tree::ValueAccessor<NonConstTreeType> |
| using openvdb::OPENVDB_VERSION_NAME::TreeAdapter< _TreeType >::NonConstGridPtrType = typename NonConstGridType::Ptr |
| using openvdb::OPENVDB_VERSION_NAME::TreeAdapter< _TreeType >::NonConstGridType = Grid<NonConstTreeType> |
| using openvdb::OPENVDB_VERSION_NAME::TreeAdapter< _TreeType >::NonConstTreePtrType = typename NonConstTreeType::Ptr |
| using openvdb::OPENVDB_VERSION_NAME::TreeAdapter< _TreeType >::NonConstTreeType = typename std::remove_const<TreeType>::type |
| using openvdb::OPENVDB_VERSION_NAME::TreeAdapter< _TreeType >::TreePtrType = typename TreeType::Ptr |
| using openvdb::OPENVDB_VERSION_NAME::TreeAdapter< _TreeType >::TreeType = _TreeType |
| using openvdb::OPENVDB_VERSION_NAME::TreeAdapter< _TreeType >::ValueType = typename TreeType::ValueType |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |