#include <G4PlotterModel.hh>
Definition at line 36 of file G4PlotterModel.hh.
◆ G4PlotterModel()
Definition at line 32 of file G4PlotterModel.cc.
33:fPlotter(a_plotter),fTransform(a_transform)
34{
35 fType =
"G4PlotterModel";
38
39
40
41
42
43 double radius = 0.5;
44 double half = ::sqrt(radius*radius/3.0);
45 fExtent = G4VisExtent(-half,half,-half,half,-half,half);
46}
G4String fGlobalDescription
◆ ~G4PlotterModel()
virtual G4PlotterModel::~G4PlotterModel |
( |
| ) |
|
|
virtualdefault |
◆ DescribeYourselfTo()
Implements G4VModel.
Definition at line 48 of file G4PlotterModel.cc.
49{
53}
virtual void BeginPrimitives(const G4Transform3D &objectTransformation=G4Transform3D())=0
virtual void AddPrimitive(const G4Polyline &)=0
virtual void EndPrimitives()=0
◆ plotter()
The documentation for this class was generated from the following files: