OpenVDB  3.1.0
Public Types | Static Public Member Functions | List of all members
TreeAdapter< tree::ValueAccessor< _TreeType > > Struct Template Reference

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< TreeTypeGridType
 
typedef Grid< NonConstTreeTypeNonConstGridType
 
typedef GridType::Ptr GridPtrType
 
typedef NonConstGridType::Ptr NonConstGridPtrType
 
typedef GridType::ConstPtr ConstGridPtrType
 
typedef TreeType::ValueType ValueType
 
typedef tree::ValueAccessor< TreeTypeAccessorType
 
typedef tree::ValueAccessor< const TreeTypeConstAccessorType
 
typedef tree::ValueAccessor< NonConstTreeTypeNonConstAccessorType
 

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::v3_1_0::TreeAdapter< tree::ValueAccessor< _TreeType > >

Partial specialization for ValueAccessor types.

Member Typedef Documentation

typedef TreeType::ConstPtr ConstTreePtrType
typedef NonConstTreeType::Ptr NonConstTreePtrType
typedef boost::remove_const<TreeType>::type NonConstTreeType
typedef TreeType::Ptr TreePtrType
typedef _TreeType TreeType
typedef TreeType::ValueType ValueType

Member Function Documentation

static const TreeType& constTree ( TreeType t)
inlinestatic
static const TreeType& constTree ( GridType g)
inlinestatic
static const TreeType& constTree ( const TreeType t)
inlinestatic
static const TreeType& constTree ( const GridType g)
inlinestatic
static TreeType& tree ( TreeType t)
inlinestatic
static TreeType& tree ( GridType g)
inlinestatic
static TreeType& tree ( AccessorType a)
inlinestatic
static const TreeType& tree ( const TreeType t)
inlinestatic
static const TreeType& tree ( const GridType g)
inlinestatic
static const TreeType& tree ( const AccessorType a)
inlinestatic

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