ImporterTraverser.kl

Types

ImporterTraverser (struct)

The ImporterTraverser is a utility for traversing an imported hierarchy. Certain objects within an import process might not unfold the complete hierarchy, this includes the ImporterGroup as well as the ImporterInstance. The ImporterTraverser can be used to fully unfold the hierachy.

Members

Ref<ImporterObject>[] objects  
SInt32[String] pathToIndex  

Methods

  ImporterTraverser ( in ImporterObject objects[] )
  ImporterTraverser ( in ImporterTraverser other )
  ImporterTraverser ( in Ref<ImporterObject> objects[] )
  ImporterTraverser ()
ImporterTraverser clone ? ()
Ref<ImporterObject>[] traverse ? ()
  traverseObject ? ( in Ref<ImporterObject> current, io Ref<ImporterObject> results[] )