![]() |
API Documentation
|
Searches a model heirarchy and pulls a list of available parameters along with the count for how many instances of that parameter are present. More...
#include <DesignParameterAccumulator.h>
Public Member Functions | |
| void | addParameter (const String ¶meter) |
| ParseResult | process (Model &model) final override |
| ParseResult | process (Model &model, Geometry &geo) final override |
| ParseResult | process (Model &model, Material &mat) final override |
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 () |
Public Attributes | |
| Dictionary< String, uint04 > | parameter_count |
| Buffer< DesignParameter > | parameters |
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 |
Additional Inherited Members | |
Public Types inherited from ModelIterator | |
| enum | ParseResult { e_continue_parsing , e_do_not_parse_children , e_finish_parsing } |
Protected Member Functions inherited from ModelIterator | |
| Model | popNextModel () |
| virtual ParseResult | postProcess (Model &model) |
| void | removeFromPostProcessStack () |
Protected Attributes inherited from ModelIterator | |
| Buffer< uint04 > | m_model_parent_child_count |
| Buffer< Model > | m_model_parent_stack |
| Buffer< Model > | m_model_stack |
Searches a model heirarchy and pulls a list of available parameters along with the count for how many instances of that parameter are present.
| void addParameter | ( | const String & | parameter | ) |
|
finaloverridevirtual |
Reimplemented from ModelIterator.
|
finaloverridevirtual |
Reimplemented from ModelIterator.
|
finaloverridevirtual |
Reimplemented from ModelIterator.
| Dictionary<String, uint04> parameter_count |
| Buffer<DesignParameter> parameters |