|
HDK
|
#include <GEO_PrimVolume.h>
Public Member Functions | |
| serializeT ()=default | |
| fpreal | getVoxel (exint index) const |
| Random access of a voxel value. More... | |
| exint | entries () const |
| exint | index () const |
| fpreal | voxel () const |
| bool | atEnd () const |
| void | rewind () |
| void | advance () |
| serializeT & | operator++ () |
Friends | |
| class | GEO_PrimVolume |
Voxel traverser. This serializes the voxels into a linear array of scalar data.
Definition at line 630 of file GEO_PrimVolume.h.
|
default |
|
inline |
Iterator interface
Definition at line 668 of file GEO_PrimVolume.h.
|
inline |
Iterator interface
Definition at line 666 of file GEO_PrimVolume.h.
|
inline |
Iterator access methods
Definition at line 673 of file GEO_PrimVolume.h.
|
inline |
Random access of a voxel value.
Definition at line 637 of file GEO_PrimVolume.h.
|
inline |
Definition at line 674 of file GEO_PrimVolume.h.
|
inline |
Iterator interface
Definition at line 669 of file GEO_PrimVolume.h.
|
inline |
Iterator interface
Definition at line 667 of file GEO_PrimVolume.h.
|
inline |
Definition at line 675 of file GEO_PrimVolume.h.
|
friend |
Definition at line 691 of file GEO_PrimVolume.h.