#include <GEO_PrimVolume.h>
Public Member Functions | |
| serialize () | |
| serialize (const serialize &src) | |
| serialize & | operator= (const serialize &src) |
| fpreal | getVoxel (exint index) const |
| Random access of a voxel value. | |
| exint | entries () const |
| exint | index () const |
| fpreal | voxel () const |
| bool | atEnd () const |
| void | rewind () |
| void | advance () |
| serialize & | operator++ () |
Friends | |
| class | GEO_PrimVolume |
Definition at line 429 of file GEO_PrimVolume.h.
| GEO_PrimVolume::serialize::serialize | ( | ) | [inline] |
Definition at line 432 of file GEO_PrimVolume.h.
| GEO_PrimVolume::serialize::serialize | ( | const serialize & | src | ) | [inline] |
Definition at line 441 of file GEO_PrimVolume.h.
| void GEO_PrimVolume::serialize::advance | ( | ) | [inline] |
Iterator interface
Definition at line 481 of file GEO_PrimVolume.h.
| bool GEO_PrimVolume::serialize::atEnd | ( | ) | const [inline] |
Iterator interface
Definition at line 479 of file GEO_PrimVolume.h.
| exint GEO_PrimVolume::serialize::entries | ( | ) | const [inline] |
No post increment as it is harmful.
Iterator access methods
Definition at line 486 of file GEO_PrimVolume.h.
| exint GEO_PrimVolume::serialize::index | ( | void | ) | const [inline] |
Definition at line 487 of file GEO_PrimVolume.h.
| serialize& GEO_PrimVolume::serialize::operator++ | ( | ) | [inline] |
Iterator interface
Definition at line 482 of file GEO_PrimVolume.h.
Definition at line 450 of file GEO_PrimVolume.h.
| void GEO_PrimVolume::serialize::rewind | ( | ) | [inline] |
Iterator interface
Definition at line 480 of file GEO_PrimVolume.h.
| fpreal GEO_PrimVolume::serialize::voxel | ( | ) | const [inline] |
Definition at line 488 of file GEO_PrimVolume.h.
friend class GEO_PrimVolume [friend] |
Definition at line 502 of file GEO_PrimVolume.h.
1.5.9