HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::TreeAdapter< tree::ValueAccessor< _TreeType > > Struct Template Reference

Partial specialization for ValueAccessor types. 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< TreeType >
 
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 TreeTypetree (TreeType &t)
 
static TreeTypetree (GridType &g)
 
static TreeTypetree (AccessorType &a)
 
static const TreeTypetree (const TreeType &t)
 
static const TreeTypetree (const GridType &g)
 
static const TreeTypetree (const AccessorType &a)
 
static const TreeTypeconstTree (TreeType &t)
 
static const TreeTypeconstTree (GridType &g)
 
static const TreeTypeconstTree (const TreeType &t)
 
static const TreeTypeconstTree (const GridType &g)
 

Detailed Description

template<typename _TreeType>
struct openvdb::OPENVDB_VERSION_NAME::TreeAdapter< tree::ValueAccessor< _TreeType > >

Partial specialization for ValueAccessor types.

Definition at line 1118 of file Grid.h.

Member Typedef Documentation

template<typename _TreeType >
using openvdb::OPENVDB_VERSION_NAME::TreeAdapter< tree::ValueAccessor< _TreeType > >::AccessorType = typename tree::ValueAccessor<TreeType>

Definition at line 1131 of file Grid.h.

Definition at line 1132 of file Grid.h.

template<typename _TreeType >
using openvdb::OPENVDB_VERSION_NAME::TreeAdapter< tree::ValueAccessor< _TreeType > >::ConstGridPtrType = typename GridType::ConstPtr

Definition at line 1129 of file Grid.h.

template<typename _TreeType >
using openvdb::OPENVDB_VERSION_NAME::TreeAdapter< tree::ValueAccessor< _TreeType > >::ConstTreePtrType = typename TreeType::ConstPtr

Definition at line 1123 of file Grid.h.

template<typename _TreeType >
using openvdb::OPENVDB_VERSION_NAME::TreeAdapter< tree::ValueAccessor< _TreeType > >::GridPtrType = typename GridType::Ptr

Definition at line 1127 of file Grid.h.

template<typename _TreeType >
using openvdb::OPENVDB_VERSION_NAME::TreeAdapter< tree::ValueAccessor< _TreeType > >::GridType = Grid<TreeType>

Definition at line 1125 of file Grid.h.

Definition at line 1133 of file Grid.h.

template<typename _TreeType >
using openvdb::OPENVDB_VERSION_NAME::TreeAdapter< tree::ValueAccessor< _TreeType > >::NonConstGridPtrType = typename NonConstGridType::Ptr

Definition at line 1128 of file Grid.h.

Definition at line 1126 of file Grid.h.

template<typename _TreeType >
using openvdb::OPENVDB_VERSION_NAME::TreeAdapter< tree::ValueAccessor< _TreeType > >::NonConstTreePtrType = typename NonConstTreeType::Ptr

Definition at line 1124 of file Grid.h.

template<typename _TreeType >
using openvdb::OPENVDB_VERSION_NAME::TreeAdapter< tree::ValueAccessor< _TreeType > >::NonConstTreeType = typename std::remove_const<TreeType>::type

Definition at line 1121 of file Grid.h.

template<typename _TreeType >
using openvdb::OPENVDB_VERSION_NAME::TreeAdapter< tree::ValueAccessor< _TreeType > >::TreePtrType = typename TreeType::Ptr

Definition at line 1122 of file Grid.h.

template<typename _TreeType >
using openvdb::OPENVDB_VERSION_NAME::TreeAdapter< tree::ValueAccessor< _TreeType > >::TreeType = _TreeType

Definition at line 1120 of file Grid.h.

template<typename _TreeType >
using openvdb::OPENVDB_VERSION_NAME::TreeAdapter< tree::ValueAccessor< _TreeType > >::ValueType = typename TreeType::ValueType

Definition at line 1130 of file Grid.h.

Member Function Documentation

template<typename _TreeType >
static const TreeType& openvdb::OPENVDB_VERSION_NAME::TreeAdapter< tree::ValueAccessor< _TreeType > >::constTree ( TreeType t)
inlinestatic

Definition at line 1141 of file Grid.h.

template<typename _TreeType >
static const TreeType& openvdb::OPENVDB_VERSION_NAME::TreeAdapter< tree::ValueAccessor< _TreeType > >::constTree ( GridType g)
inlinestatic

Definition at line 1142 of file Grid.h.

template<typename _TreeType >
static const TreeType& openvdb::OPENVDB_VERSION_NAME::TreeAdapter< tree::ValueAccessor< _TreeType > >::constTree ( const TreeType t)
inlinestatic

Definition at line 1143 of file Grid.h.

template<typename _TreeType >
static const TreeType& openvdb::OPENVDB_VERSION_NAME::TreeAdapter< tree::ValueAccessor< _TreeType > >::constTree ( const GridType g)
inlinestatic

Definition at line 1144 of file Grid.h.

template<typename _TreeType >
static TreeType& openvdb::OPENVDB_VERSION_NAME::TreeAdapter< tree::ValueAccessor< _TreeType > >::tree ( TreeType t)
inlinestatic

Definition at line 1135 of file Grid.h.

template<typename _TreeType >
static TreeType& openvdb::OPENVDB_VERSION_NAME::TreeAdapter< tree::ValueAccessor< _TreeType > >::tree ( GridType g)
inlinestatic

Definition at line 1136 of file Grid.h.

template<typename _TreeType >
static TreeType& openvdb::OPENVDB_VERSION_NAME::TreeAdapter< tree::ValueAccessor< _TreeType > >::tree ( AccessorType a)
inlinestatic

Definition at line 1137 of file Grid.h.

template<typename _TreeType >
static const TreeType& openvdb::OPENVDB_VERSION_NAME::TreeAdapter< tree::ValueAccessor< _TreeType > >::tree ( const TreeType t)
inlinestatic

Definition at line 1138 of file Grid.h.

template<typename _TreeType >
static const TreeType& openvdb::OPENVDB_VERSION_NAME::TreeAdapter< tree::ValueAccessor< _TreeType > >::tree ( const GridType g)
inlinestatic

Definition at line 1139 of file Grid.h.

template<typename _TreeType >
static const TreeType& openvdb::OPENVDB_VERSION_NAME::TreeAdapter< tree::ValueAccessor< _TreeType > >::tree ( const AccessorType a)
inlinestatic

Definition at line 1140 of file Grid.h.


The documentation for this struct was generated from the following file: