Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (14 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/management/include/G4VisCommandsGeometrySet.hh

    r954 r1315  
    2525//
    2626//
    27 // $Id: G4VisCommandsGeometrySet.hh,v 1.3 2007/01/05 16:24:19 allison 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 $
    2929
    3030// /vis/geometry commands - John Allison  31st January 2006
     
    4040class G4VVisCommandGeometrySetFunction {
    4141public:
     42  virtual ~G4VVisCommandGeometrySetFunction() {}
    4243  virtual void operator()(G4VisAttributes*) const = 0;
    4344};
     
    4647  public G4VVisCommandGeometrySetFunction {
    4748public:
     49  virtual ~G4VisCommandGeometrySetColourFunction() {}
    4850  G4VisCommandGeometrySetColourFunction
    4951  (const G4Colour& colour):
     
    5961  public G4VVisCommandGeometrySetFunction {
    6062public:
     63  virtual ~G4VisCommandGeometrySetDaughtersInvisibleFunction() {}
    6164  G4VisCommandGeometrySetDaughtersInvisibleFunction
    6265  (G4bool daughtersInvisible):
     
    7275  public G4VVisCommandGeometrySetFunction {
    7376public:
     77  virtual ~G4VisCommandGeometrySetForceAuxEdgeVisibleFunction() {}
    7478  G4VisCommandGeometrySetForceAuxEdgeVisibleFunction
    7579  (G4bool forceAuxEdgeVisible):
     
    8589  public G4VVisCommandGeometrySetFunction {
    8690public:
     91  virtual ~G4VisCommandGeometrySetForceLineSegmentsPerCircleFunction() {}
    8792  G4VisCommandGeometrySetForceLineSegmentsPerCircleFunction
    8893  (G4int lineSegmentsPerCircle):
     
    98103  public G4VVisCommandGeometrySetFunction {
    99104public:
     105  virtual ~G4VisCommandGeometrySetForceSolidFunction() {}
    100106  G4VisCommandGeometrySetForceSolidFunction
    101107  (G4bool forceSolid):
     
    111117  public G4VVisCommandGeometrySetFunction {
    112118public:
     119  virtual ~G4VisCommandGeometrySetForceWireframeFunction() {}
    113120  G4VisCommandGeometrySetForceWireframeFunction
    114121  (G4bool forceWireframe):
     
    124131  public G4VVisCommandGeometrySetFunction {
    125132public:
     133  virtual ~G4VisCommandGeometrySetLineStyleFunction() {}
    126134  G4VisCommandGeometrySetLineStyleFunction
    127135  (G4VisAttributes::LineStyle lineStyle):
     
    137145  public G4VVisCommandGeometrySetFunction {
    138146public:
     147  virtual ~G4VisCommandGeometrySetLineWidthFunction() {}
    139148  G4VisCommandGeometrySetLineWidthFunction
    140149  (G4double lineWidth):
     
    150159  public G4VVisCommandGeometrySetFunction {
    151160public:
     161  virtual ~G4VisCommandGeometrySetVisibilityFunction() {}
    152162  G4VisCommandGeometrySetVisibilityFunction
    153163  (G4bool visibility):
Note: See TracChangeset for help on using the changeset viewer.