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