Changeset 1315 for trunk/source/visualization/management/include
- Timestamp:
- Jun 18, 2010, 11:42:07 AM (15 years ago)
- Location:
- trunk/source/visualization/management/include
- Files:
-
- 2 edited
-
G4VisCommandsGeometrySet.hh (modified) (11 diffs)
-
G4VisCommandsSceneAdd.hh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/visualization/management/include/G4VisCommandsGeometrySet.hh
r954 r1315 25 25 // 26 26 // 27 // $Id: G4VisCommandsGeometrySet.hh,v 1. 3 2007/01/05 16:24:19allison Exp $28 // GEANT4 tag $Name: $27 // $Id: G4VisCommandsGeometrySet.hh,v 1.4 2010/06/15 16:33:55 allison Exp $ 28 // GEANT4 tag $Name: vis-V09-03-08 $ 29 29 30 30 // /vis/geometry commands - John Allison 31st January 2006 … … 40 40 class G4VVisCommandGeometrySetFunction { 41 41 public: 42 virtual ~G4VVisCommandGeometrySetFunction() {} 42 43 virtual void operator()(G4VisAttributes*) const = 0; 43 44 }; … … 46 47 public G4VVisCommandGeometrySetFunction { 47 48 public: 49 virtual ~G4VisCommandGeometrySetColourFunction() {} 48 50 G4VisCommandGeometrySetColourFunction 49 51 (const G4Colour& colour): … … 59 61 public G4VVisCommandGeometrySetFunction { 60 62 public: 63 virtual ~G4VisCommandGeometrySetDaughtersInvisibleFunction() {} 61 64 G4VisCommandGeometrySetDaughtersInvisibleFunction 62 65 (G4bool daughtersInvisible): … … 72 75 public G4VVisCommandGeometrySetFunction { 73 76 public: 77 virtual ~G4VisCommandGeometrySetForceAuxEdgeVisibleFunction() {} 74 78 G4VisCommandGeometrySetForceAuxEdgeVisibleFunction 75 79 (G4bool forceAuxEdgeVisible): … … 85 89 public G4VVisCommandGeometrySetFunction { 86 90 public: 91 virtual ~G4VisCommandGeometrySetForceLineSegmentsPerCircleFunction() {} 87 92 G4VisCommandGeometrySetForceLineSegmentsPerCircleFunction 88 93 (G4int lineSegmentsPerCircle): … … 98 103 public G4VVisCommandGeometrySetFunction { 99 104 public: 105 virtual ~G4VisCommandGeometrySetForceSolidFunction() {} 100 106 G4VisCommandGeometrySetForceSolidFunction 101 107 (G4bool forceSolid): … … 111 117 public G4VVisCommandGeometrySetFunction { 112 118 public: 119 virtual ~G4VisCommandGeometrySetForceWireframeFunction() {} 113 120 G4VisCommandGeometrySetForceWireframeFunction 114 121 (G4bool forceWireframe): … … 124 131 public G4VVisCommandGeometrySetFunction { 125 132 public: 133 virtual ~G4VisCommandGeometrySetLineStyleFunction() {} 126 134 G4VisCommandGeometrySetLineStyleFunction 127 135 (G4VisAttributes::LineStyle lineStyle): … … 137 145 public G4VVisCommandGeometrySetFunction { 138 146 public: 147 virtual ~G4VisCommandGeometrySetLineWidthFunction() {} 139 148 G4VisCommandGeometrySetLineWidthFunction 140 149 (G4double lineWidth): … … 150 159 public G4VVisCommandGeometrySetFunction { 151 160 public: 161 virtual ~G4VisCommandGeometrySetVisibilityFunction() {} 152 162 G4VisCommandGeometrySetVisibilityFunction 153 163 (G4bool visibility): -
trunk/source/visualization/management/include/G4VisCommandsSceneAdd.hh
r1288 r1315 25 25 // 26 26 // 27 // $Id: G4VisCommandsSceneAdd.hh,v 1.2 0 2010/05/30 11:30:49allison Exp $28 // GEANT4 tag $Name: $27 // $Id: G4VisCommandsSceneAdd.hh,v 1.21 2010/06/03 10:17:44 allison Exp $ 28 // GEANT4 tag $Name: geant4-09-04-beta-cand-01 $ 29 29 30 30 // /vis/scene commands - John Allison 9th August 1998 … … 63 63 G4VisCommandSceneAddDigis& operator = (const G4VisCommandSceneAddDigis&); 64 64 G4UIcmdWithoutParameter* fpCommand; 65 G4UIcmdWithoutParameter* fpCommandUS;66 65 }; 67 66
Note:
See TracChangeset
for help on using the changeset viewer.
