Geant4-11
|
#include <G4OpenGLStoredSceneHandler.hh>
Public Member Functions | |
PO & | operator= (const PO &) |
PO () | |
PO (const PO &) | |
PO (G4int id, const G4Transform3D &tr=G4Transform3D()) | |
~PO () | |
Data Fields | |
G4Colour | fColour |
G4int | fDisplayListId |
G4bool | fMarkerOrPolyline |
G4TextPlus * | fpG4TextPlus |
GLuint | fPickName |
G4Transform3D | fTransform |
Definition at line 110 of file G4OpenGLStoredSceneHandler.hh.
G4OpenGLStoredSceneHandler::PO::PO | ( | ) |
Definition at line 57 of file G4OpenGLStoredSceneHandler.cc.
G4OpenGLStoredSceneHandler::PO::PO | ( | const PO & | po | ) |
Definition at line 64 of file G4OpenGLStoredSceneHandler.cc.
G4OpenGLStoredSceneHandler::PO::PO | ( | G4int | id, |
const G4Transform3D & | tr = G4Transform3D() |
||
) |
Definition at line 73 of file G4OpenGLStoredSceneHandler.cc.
G4OpenGLStoredSceneHandler::PO::~PO | ( | ) |
Definition at line 81 of file G4OpenGLStoredSceneHandler.cc.
G4OpenGLStoredSceneHandler::PO & G4OpenGLStoredSceneHandler::PO::operator= | ( | const PO & | rhs | ) |
Definition at line 86 of file G4OpenGLStoredSceneHandler.cc.
References G4OpenGLStoredSceneHandler::fDisplayListId, and G4OpenGLSceneHandler::fPickName.
G4Colour G4OpenGLStoredSceneHandler::PO::fColour |
Definition at line 119 of file G4OpenGLStoredSceneHandler.hh.
Referenced by G4OpenGLStoredSceneHandler::AddPrimitivePreambleInternal(), and G4OpenGLStoredViewer::DrawDisplayLists().
G4int G4OpenGLStoredSceneHandler::PO::fDisplayListId |
Definition at line 116 of file G4OpenGLStoredSceneHandler.hh.
Referenced by G4OpenGLStoredViewer::DrawDisplayLists().
G4bool G4OpenGLStoredSceneHandler::PO::fMarkerOrPolyline |
Definition at line 121 of file G4OpenGLStoredSceneHandler.hh.
Referenced by G4OpenGLStoredSceneHandler::AddPrimitivePreambleInternal(), and G4OpenGLStoredViewer::DrawDisplayLists().
G4TextPlus* G4OpenGLStoredSceneHandler::PO::fpG4TextPlus |
Definition at line 120 of file G4OpenGLStoredSceneHandler.hh.
Referenced by G4OpenGLStoredViewer::DrawDisplayLists().
GLuint G4OpenGLStoredSceneHandler::PO::fPickName |
Definition at line 118 of file G4OpenGLStoredSceneHandler.hh.
Referenced by G4OpenGLStoredSceneHandler::AddPrimitivePreambleInternal(), and G4OpenGLStoredViewer::DrawDisplayLists().
G4Transform3D G4OpenGLStoredSceneHandler::PO::fTransform |
Definition at line 117 of file G4OpenGLStoredSceneHandler.hh.
Referenced by G4OpenGLStoredViewer::DrawDisplayLists().