API Documentation
|
#include <DesignCommandExecutor.h>
Public Member Functions | |
DesignParameterExecutor (ManagedDesignCommand *command, DesignObjectLookup *lookup) | |
ParseResult | process (Model &model) override |
ParseResult | process (Model &model, Geometry &geo) override |
ParseResult | process (Model &model, Material &mat) override |
bool | shouldProcess (DesignObject &object) |
Public Member Functions inherited from ModelIterator | |
ModelIterator () | |
ModelIterator (const Model &model) | |
ModelIterator (Buffer< Model > models) | |
void | parseAll (const Model &model) |
void | parseAll (const Buffer< Model > &models) |
void | parseAll () |
ParseResult | parseNext () |
Model | currentModel () const |
Protected Member Functions | |
virtual bool | processDesignCommand (DesignObject &object) |
Protected Member Functions inherited from ModelIterator | |
virtual ParseResult | postProcess (Model &model) |
void | removeFromPostProcessStack () |
virtual void | _parseAll () |
Model | popNextModel () |
Protected Attributes | |
ManagedDesignCommand * | m_command |
DesignObjectLookup * | m_lookup |
Protected Attributes inherited from ModelIterator | |
Buffer< Model > | m_model_stack |
Buffer< uint04 > | m_model_parent_child_count |
Buffer< Model > | m_model_parent_stack |
Additional Inherited Members | |
Public Types inherited from ModelIterator | |
enum | ParseResult { e_continue_parsing , e_do_not_parse_children , e_finish_parsing } |
Public Attributes inherited from ModelIterator | |
std::function< bool(const Model &, const Geometry &)> | geo_filter |
std::function< bool(const Model &, const Material &)> | material_filter |
std::function< bool(const Model &)> | model_filter |
bool | process_material = false |
bool | process_geometry = true |
bool | process_model = true |
bool | post_process_model = false |
bool | depth_first = true |
bool | is_recursive = true |
bool | use_unit = false |
PrimitiveProperty | material_property = PrimitiveProperty::Solid |
|
explicit |
|
overridevirtual |
Reimplemented from ModelIterator.
|
overridevirtual |
Reimplemented from ModelIterator.
|
overridevirtual |
Reimplemented from ModelIterator.
|
protectedvirtual |
bool shouldProcess | ( | DesignObject & | object | ) |
|
protected |
|
protected |