svapp
1.9
|
#include <Document.h>
Public Member Functions | |
virtual | ~LayerCreationHandler () |
virtual void | layersCreated (LayerCreationAsyncHandle handle, std::vector< Layer * > primary, std::vector< Layer * > additional)=0 |
The primary layers are those corresponding 1-1 to the input models, listed in the same order as the input models. |
Definition at line 133 of file Document.h.
virtual Document::LayerCreationHandler::~LayerCreationHandler | ( | ) | [inline, virtual] |
Definition at line 135 of file Document.h.
virtual void Document::LayerCreationHandler::layersCreated | ( | LayerCreationAsyncHandle | handle, |
std::vector< Layer * > | primary, | ||
std::vector< Layer * > | additional | ||
) | [pure virtual] |
The primary layers are those corresponding 1-1 to the input models, listed in the same order as the input models.
The additional layers vector contains any layers (from all models) that were returned separately at the end of processing. The handle indicates which async process this callback was initiated by. It must not be used again after this function returns.
Referenced by AdditionalModelConverter::moreModelsAvailable(), and AdditionalModelConverter::noMoreModelsAvailable().