![]() |
API Documentation
|
Used to execute a ManagedDesignCommand. More...
#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 | |
| Model | currentModel () const |
| ModelIterator () | |
| ModelIterator (Buffer< Model > models) | |
| ModelIterator (const Model &model) | |
| void | parseAll () |
| void | parseAll (const Buffer< Model > &models) |
| void | parseAll (const Model &model) |
| ParseResult | parseNext () |
Protected Member Functions | |
| virtual bool | processDesignCommand (DesignObject &object) |
Protected Member Functions inherited from ModelIterator | |
| virtual void | parseAllModels () |
| Model | popNextModel () |
| virtual ParseResult | postProcess (Model &model) |
| void | removeFromPostProcessStack () |
Protected Attributes | |
| ManagedDesignCommand * | m_command |
| DesignObjectLookup * | m_lookup |
Protected Attributes inherited from ModelIterator | |
| Buffer< uint04 > | m_model_parent_child_count |
| Buffer< Model > | m_model_parent_stack |
| Buffer< Model > | m_model_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 | |
| bool | depth_first = true |
| std::function< bool(const Model &, const Geometry &)> | geo_filter |
| bool | is_recursive = true |
| std::function< bool(const Model &, const Material &)> | material_filter |
| PrimitiveProperty | material_property = PrimitiveProperty::Solid |
| std::function< bool(const Model &)> | model_filter |
| bool | post_process_model = false |
| bool | process_geometry = true |
| bool | process_material = false |
| bool | process_model = true |
| bool | use_unit = false |
Used to execute a ManagedDesignCommand.
|
explicit |
|
overridevirtual |
Reimplemented from ModelIterator.
|
overridevirtual |
Reimplemented from ModelIterator.
|
overridevirtual |
Reimplemented from ModelIterator.
|
protectedvirtual |
| bool shouldProcess | ( | DesignObject & | object | ) |
|
protected |
|
protected |