3 #ifndef _APIElementIterator_H_
4 #define _APIElementIterator_H_
8 namespace AnyCAD{
namespace API
35 #endif //_APIElementIterator_H_
To iterate the scene node in the scene. Usage: ElementIterator itr = ...; while(itr.More()) { SceneNode node = itr.Next(); .... }.
Definition: APIElementIterator.h:18
The base class for the data that need to be stored in document.
Definition: APIElement.h:22
#define DECLARE_APIOBJECT(className)
Definition: APIObjectDef.h:10