ArcGIS Procedural Runtime
3.2.10650
|
#include <ShapeIterator.h>
Public Member Functions | |
virtual void | getAssetsErrors (prtx::AssetErrorPtrVector &errors)=0 |
Public Member Functions inherited from prtx::ShapeIterator | |
virtual ShapePtr | getNext ()=0 |
Static Public Member Functions | |
static CGAErrorIteratorPtr | create (GenerateContext &context, size_t initialShapeIndex) |
Generates a shape tree and traverses all shapes which have CGA errors.
|
static |
Creates an instance of a InitialShapeIterator.
context | GenerateContext to use. |
initialShapeIndex | Index of the InitialShape in the context to use as start shape. |
|
pure virtual |
Gets errors and warnings encountered on reading external assets during generation.
[out] | errors | The errors will be copied into this vector. |