Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VisCommandsPlotter.hh File Reference
#include "G4VVisCommand.hh"

Go to the source code of this file.

Macros

#define G4VIS_COMMAND_PLOTTER_HEADER(a__cmd)
 

Macro Definition Documentation

◆ G4VIS_COMMAND_PLOTTER_HEADER

#define G4VIS_COMMAND_PLOTTER_HEADER ( a__cmd)
Value:
class G4VisCommandPlotter##a__cmd: public G4VVisCommand {\
public:\
G4VisCommandPlotter##a__cmd ();\
virtual ~G4VisCommandPlotter##a__cmd ();\
G4String GetCurrentValue (G4UIcommand*) {return "";}\
void SetNewValue (G4UIcommand* command, G4String newValue);\
private:\
G4VisCommandPlotter##a__cmd (const G4VisCommandPlotter##a__cmd&);\
G4VisCommandPlotter##a__cmd& operator = (const G4VisCommandPlotter##a__cmd&);\
\
G4UIcommand* fpCommand;\
};

Definition at line 34 of file G4VisCommandsPlotter.hh.

34#define G4VIS_COMMAND_PLOTTER_HEADER(a__cmd)\
35class G4VisCommandPlotter##a__cmd: public G4VVisCommand {\
36public:\
37 G4VisCommandPlotter##a__cmd ();\
38 virtual ~G4VisCommandPlotter##a__cmd ();\
39 G4String GetCurrentValue (G4UIcommand*) {return "";}\
40 void SetNewValue (G4UIcommand* command, G4String newValue);\
41private:\
42 G4VisCommandPlotter##a__cmd (const G4VisCommandPlotter##a__cmd&);\
43 G4VisCommandPlotter##a__cmd& operator = (const G4VisCommandPlotter##a__cmd&);\
44\
45 G4UIcommand* fpCommand;\
46};