OpenVDB
3.0.0
|
Integer wrapper, required to distinguish PointIndexGrid and PointDataGrid from Int32Grid and Int64Grid. More...
#include <Types.h>
Public Types | |
typedef IntType_ | IntType |
Public Member Functions | |
BOOST_STATIC_ASSERT (boost::is_integral< IntType_ >::value) | |
PointIndex (IntType i=IntType(0)) | |
operator IntType () const | |
template<typename T > | |
PointIndex | operator+ (T x) |
Needed to support the (zeroVal<PointIndex>() + val) idiom. More... | |
Integer wrapper, required to distinguish PointIndexGrid and PointDataGrid from Int32Grid and Int64Grid.
Kind
is a dummy parameter used to create distinct types. typedef IntType_ IntType |
|
inline |
BOOST_STATIC_ASSERT | ( | boost::is_integral< IntType_ >::value | ) |
|
inline |
|
inline |
Needed to support the (zeroVal<PointIndex>() + val)
idiom.