OpenVDB
12.0.0
|
Integer wrapper, required to distinguish PointIndexGrid and PointDataGrid from Int32Grid and Int64Grid. More...
#include <openvdb/Types.h>
Public Types | |
using | IntType = IntType_ |
Public Member Functions | |
PointIndex (IntType i=IntType(0)) | |
template<typename T > | |
PointIndex (T i) | |
Explicit type conversion constructor. More... | |
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. using IntType = IntType_ |
|
inline |
|
inlineexplicit |
Explicit type conversion constructor.
|
inline |
|
inline |
Needed to support the (zeroVal<PointIndex>() + val)
idiom.