HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GLTF_SceneData::ConstIterator Class Reference

#include <GLTF_SceneData.h>

Public Member Functions

 ConstIterator (const GLTF_SceneData *scene)
 
const Nodeoperator* () const
 
const Nodeoperator-> () const
 
ConstIteratoroperator++ ()
 
bool operator== (const ConstIterator &other) const
 
bool operator!= (const ConstIterator &other) const
 

Detailed Description

Definition at line 73 of file GLTF_SceneData.h.

Constructor & Destructor Documentation

GLTF_SceneData::ConstIterator::ConstIterator ( const GLTF_SceneData scene)
inline

Definition at line 76 of file GLTF_SceneData.h.

Member Function Documentation

bool GLTF_SceneData::ConstIterator::operator!= ( const ConstIterator other) const
inline

Definition at line 115 of file GLTF_SceneData.h.

const Node& GLTF_SceneData::ConstIterator::operator* ( ) const
inline

Definition at line 93 of file GLTF_SceneData.h.

ConstIterator& GLTF_SceneData::ConstIterator::operator++ ( )
inline

Definition at line 103 of file GLTF_SceneData.h.

const Node* GLTF_SceneData::ConstIterator::operator-> ( ) const
inline

Definition at line 98 of file GLTF_SceneData.h.

bool GLTF_SceneData::ConstIterator::operator== ( const ConstIterator other) const
inline

Definition at line 109 of file GLTF_SceneData.h.


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