OpenVDB
12.0.0
|
#include <openvdb/util/PagedArray.h>
Public Types | |
using | iterator_category = std::random_access_iterator_tag |
using | value_type = ValueT |
using | difference_type = std::ptrdiff_t |
using | pointer = ValueT * |
using | reference = ValueT & |
Public Member Functions | |
Iterator () | |
Iterator (PagedArray &parent, size_t pos=0) | |
Iterator (const Iterator &other) | |
Iterator & | operator= (const Iterator &other) |
Iterator & | operator++ () |
Iterator & | operator-- () |
Iterator | operator++ (int) |
Iterator | operator-- (int) |
ValueT & | operator* () const |
ValueT * | operator-> () const |
ValueT & | operator[] (const difference_type &pos) const |
Iterator & | operator+= (const difference_type &pos) |
Iterator & | operator-= (const difference_type &pos) |
Iterator | operator+ (const difference_type &pos) const |
Iterator | operator- (const difference_type &pos) const |
difference_type | operator- (const Iterator &other) const |
bool | operator== (const Iterator &other) const |
bool | operator!= (const Iterator &other) const |
bool | operator>= (const Iterator &other) const |
bool | operator<= (const Iterator &other) const |
bool | operator< (const Iterator &other) const |
bool | operator> (const Iterator &other) const |
bool | isValid () const |
size_t | pos () const |
Friends | |
Iterator | operator+ (const difference_type &pos, const Iterator &other) |
using difference_type = std::ptrdiff_t |
using iterator_category = std::random_access_iterator_tag |
using pointer = ValueT* |
using reference = ValueT& |
using value_type = ValueT |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |