Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <HepRepConstants.h>
Public Types | |
enum | { TYPE_UNKNOWN = -1 , TYPE_STRING = 1 , TYPE_COLOR = 2 , TYPE_LONG = 10 , TYPE_INT = 11 , TYPE_DOUBLE = 20 , TYPE_BOOLEAN = 30 } |
enum | { SHOW_NONE = 0x0000 , SHOW_NAME = 0x0001 , SHOW_DESC = 0x0002 , SHOW_VALUE = 0x0004 , SHOW_EXTRA = 0x0008 } |
Public Member Functions | |
virtual | ~HepRepConstants () |
Destructor. | |
Constants for HepRep interfaces.
Definition at line 19 of file HepRepConstants.h.
anonymous enum |
Defines constants for type
Enumerator | |
---|---|
TYPE_UNKNOWN | |
TYPE_STRING | |
TYPE_COLOR | |
TYPE_LONG | |
TYPE_INT | |
TYPE_DOUBLE | |
TYPE_BOOLEAN |
Definition at line 28 of file HepRepConstants.h.
anonymous enum |
Defines constants for showLabel
Enumerator | |
---|---|
SHOW_NONE | |
SHOW_NAME | |
SHOW_DESC | |
SHOW_VALUE | |
SHOW_EXTRA |
Definition at line 33 of file HepRepConstants.h.
|
inlinevirtual |