|
DLG4::VolumeBuilders
A fluent interface for Geant4 geometry definition.
|
Functions | |
| DerivedPtr | AddTo (StructureViewList &list) const |
| DerivedPtr | AddTo (Assembly &assembly) const |
methods to collect builders for batch operation.
/**
Add the builder a list for group/batch manipulations
| list | The list to add to. |
| VolumeBuilderBase< U >::DerivedPtr AddTo | ( | Assembly & | assembly | ) | const |
Add the builder an assembly geometrically joined manipulation.
| assembly | The assembly to add to. |
Definition at line 1016 of file VolumeBuilderBase.hpp.
| VolumeBuilderBase< U >::DerivedPtr AddTo | ( | StructureViewList & | list | ) | const |
Add the builder a list for group/batch manipulations.
| list | The list to add to. |
Definition at line 1009 of file VolumeBuilderBase.hpp.