vtkGeantEvent
This commit is contained in:
@@ -47,7 +47,12 @@ public:
|
||||
|
||||
void AddSolid(Solid *solid, Solid *parent = nullptr);
|
||||
|
||||
void ConstructWorldBox(const ContainerBox *box, const char *material);
|
||||
void ConstructWorldBox(const Vector3f &size, const char *material);
|
||||
|
||||
/// Get the world box
|
||||
const Solid* GetWorld() const;
|
||||
|
||||
ContainerBox* GetWorldBox() const;
|
||||
|
||||
/// Set the primary generator (emitter) for the simulation.
|
||||
/// The Scene does NOT take ownership of the emitter.
|
||||
|
||||
Reference in New Issue
Block a user