![]() |
API Documentation
|
A ModelIterator that iterates over each object in the model heirarchy turning them into nested BlockData objects. More...
#include <DXFBlockWriter.h>
Public Member Functions | |
| DXFBlockWriter (Dictionary< UUID, BlockData > &block_data, CADGeometryWriter &geo_options) | |
| void | insertObject (const Model &model, uint04 parent_handle=Constant< uint04 >::Invalid) |
| ParseResult | postProcess (Model &model) final override |
| ParseResult | process (Model &model) 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 | |
| const Dictionary< UUID, BlockData > & | block_data |
| CADGeometryWriter & | geo_options |
| const FactoryParameters & | params |
| Buffer< CADWriteModifier * > | write_modifiers |
| DXFWriter & | writer |
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 | |
| virtual void | parseAllModels () |
| Model | popNextModel () |
| virtual ParseResult | process (Model &model, Geometry &geo) |
| virtual ParseResult | process (Model &model, Material &mat) |
| 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 |
A ModelIterator that iterates over each object in the model heirarchy turning them into nested BlockData objects.
| DXFBlockWriter | ( | Dictionary< UUID, BlockData > & | block_data, |
| CADGeometryWriter & | geo_options ) |
|
finaloverridevirtual |
Reimplemented from ModelIterator.
|
finaloverridevirtual |
Reimplemented from ModelIterator.
| const Dictionary<UUID, BlockData>& block_data |
| CADGeometryWriter& geo_options |
| const FactoryParameters& params |
| Buffer<CADWriteModifier*> write_modifiers |
| DXFWriter& writer |