#include <G4HepRepMessenger.hh>
Definition at line 41 of file G4HepRepMessenger.hh.
G4HepRepMessenger::~G4HepRepMessenger |
( |
| ) |
|
|
virtual |
Definition at line 153 of file G4HepRepMessenger.cc.
154 delete setFileDirCommand;
155 delete setFileNameCommand;
156 delete setOverwriteCommand;
157 delete setCullInvisiblesCommand;
158 delete renderCylAsPolygonsCommand;
159 delete setScaleCommand;
160 delete setCenterCommand;
161 delete setEventNumberSuffixCommand;
162 delete appendGeometryCommand;
163 delete addPointAttributesCommand;
164 delete useSolidsCommand;
165 delete heprepDirectory;
G4bool G4HepRepMessenger::addPointAttributes |
( |
| ) |
|
|
virtual |
G4bool G4HepRepMessenger::appendGeometry |
( |
| ) |
|
|
virtual |
G4bool G4HepRepMessenger::getCullInvisibles |
( |
| ) |
|
|
virtual |
Reimplemented from G4UImessenger.
Definition at line 168 of file G4HepRepMessenger.cc.
169 if (command==setFileDirCommand) {
171 }
else if (command==setFileNameCommand) {
173 }
else if (command==setOverwriteCommand) {
175 }
else if (command==setCullInvisiblesCommand) {
176 return cullInvisibles;
177 }
else if (command==renderCylAsPolygonsCommand) {
179 }
else if (command==setScaleCommand) {
181 }
else if (command==setCenterCommand) {
183 }
else if (command==setEventNumberSuffixCommand) {
185 }
else if (command==appendGeometryCommand) {
187 }
else if (command==addPointAttributesCommand) {
189 }
else if (command==useSolidsCommand) {
static G4String ConvertToString(G4bool boolVal)
G4String G4HepRepMessenger::getEventNumberSuffix |
( |
| ) |
|
|
virtual |
G4String G4HepRepMessenger::getFileDir |
( |
| ) |
|
|
virtual |
G4String G4HepRepMessenger::getFileName |
( |
| ) |
|
|
virtual |
G4bool G4HepRepMessenger::getOverwrite |
( |
| ) |
|
|
virtual |
G4double G4HepRepMessenger::getScale |
( |
| ) |
|
|
virtual |
G4bool G4HepRepMessenger::renderCylAsPolygons |
( |
| ) |
|
|
virtual |
Reimplemented from G4UImessenger.
Definition at line 196 of file G4HepRepMessenger.cc.
197 if (command==setFileDirCommand) {
199 }
else if (command==setFileNameCommand) {
201 }
else if (command==setOverwriteCommand) {
203 }
else if (command==setCullInvisiblesCommand) {
205 }
else if (command==renderCylAsPolygonsCommand) {
207 }
else if (command==setScaleCommand) {
209 }
else if (command==setCenterCommand) {
211 }
else if (command==setEventNumberSuffixCommand) {
213 }
else if (command==appendGeometryCommand) {
215 }
else if (command==addPointAttributesCommand) {
216 pointAttributes = addPointAttributesCommand->
GetNewBoolValue(newValue);
217 }
else if (command==useSolidsCommand) {
static G4ThreeVector GetNew3VectorValue(const char *paramString)
static G4bool GetNewBoolValue(const char *paramString)
static G4double GetNewDoubleValue(const char *paramString)
G4bool G4HepRepMessenger::useSolids |
( |
| ) |
|
|
virtual |
G4bool G4HepRepMessenger::writeInvisibles |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: