| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/container/iterator.h>#include <vrs/container/stl_serialization.h>Go to the source code of this file.
Namespaces | |
| namespace | VRS |
Classes | |
| class | VRS::DataIterator< T > |
| Iterator which stores the data directly in an std::vector. More... | |
| class | VRS::NonPersistentDataIterator< T > |
Functions | |
| template<typename T> | |
| const T * | VRS::DataIterator_pointer_impl (const std::vector< T > &data) |
| const bool * | VRS::DataIterator_pointer_impl (const std::vector< bool > &data) |
| VRS::VRS_SERIALIZATION_REGISTRATION_TEMPLATE (DataIterator) | |