HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::math::Coord Class Reference

Signed (x, y, z) 32-bit integer coordinates. More...

#include <Coord.h>

Public Types

using Int32 = int32_t
 
using Index32 = uint32_t
 
using Vec3i = Vec3< Int32 >
 
using Vec3I = Vec3< Index32 >
 
using ValueType = Int32
 
using Limits = std::numeric_limits< ValueType >
 

Public Member Functions

 Coord ()
 

Detailed Description

Signed (x, y, z) 32-bit integer coordinates.

Definition at line 24 of file Coord.h.

Member Typedef Documentation

Definition at line 28 of file Coord.h.

Definition at line 27 of file Coord.h.

Definition at line 33 of file Coord.h.

Constructor & Destructor Documentation

openvdb::OPENVDB_VERSION_NAME::math::Coord::Coord ( )
inline

Definition at line 35 of file Coord.h.


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