OpenVDB
1.1.0
|
#include <TreeIterator.h>
Public Types | |
typedef boost::remove_const < ToType >::type | Type |
CopyConstness<T1, T2>::Type is either const T2 or T2 with no const qualifier, depending on whether T1 is const. For example,
typedef boost::remove_const<ToType>::type Type |