Kanzi Graphics Engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
KzcDataLogIterator Struct Reference

Iterator for a single dataset. More...

#include <kzc_data_log.h>

Data Fields

struct KzcDataSetdataSet_private
 DataSet to iterate through. More...
 
struct KzcDataLogPointpoint_private
 Current data point. More...
 
kzInt pointIndex_private
 Index of current data point. More...
 
struct KzcDataSetChunkchunk_private
 Current chunk iterated through. More...
 

Detailed Description

Iterator for a single dataset.

Field Documentation

struct KzcDataSet* KzcDataLogIterator::dataSet_private

DataSet to iterate through.

struct KzcDataLogPoint* KzcDataLogIterator::point_private

Current data point.

kzInt KzcDataLogIterator::pointIndex_private

Index of current data point.

struct KzcDataSetChunk* KzcDataLogIterator::chunk_private

Current chunk iterated through.


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