Geant4-11
Public Member Functions | Data Fields
G4VisCommandSceneAddExtent::Extent Struct Reference

Public Member Functions

 Extent (G4double xmin, G4double xmax, G4double ymin, G4double ymax, G4double zmin, G4double zmax)
 
void operator() (G4VGraphicsScene &, const G4ModelingParameters *)
 

Data Fields

G4VisExtent fExtent
 

Detailed Description

Definition at line 165 of file G4VisCommandsSceneAdd.hh.

Constructor & Destructor Documentation

◆ Extent()

G4VisCommandSceneAddExtent::Extent::Extent ( G4double  xmin,
G4double  xmax,
G4double  ymin,
G4double  ymax,
G4double  zmin,
G4double  zmax 
)

Definition at line 859 of file G4VisCommandsSceneAdd.cc.

862 :
863fExtent(xmin,xmax,ymin,ymax,zmin,zmax)
864{}

Member Function Documentation

◆ operator()()

void G4VisCommandSceneAddExtent::Extent::operator() ( G4VGraphicsScene ,
const G4ModelingParameters  
)

Definition at line 866 of file G4VisCommandsSceneAdd.cc.

868{}

Field Documentation

◆ fExtent

G4VisExtent G4VisCommandSceneAddExtent::Extent::fExtent

Definition at line 170 of file G4VisCommandsSceneAdd.hh.


The documentation for this struct was generated from the following files: