Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
G4VisCommandGeometrySetForceWireframeFunction Class Reference

#include <G4VisCommandsGeometrySet.hh>

Inheritance diagram for G4VisCommandGeometrySetForceWireframeFunction:
G4VVisCommandGeometrySetFunction

Public Member Functions

virtual ~G4VisCommandGeometrySetForceWireframeFunction ()
 
 G4VisCommandGeometrySetForceWireframeFunction (G4bool forceWireframe)
 
void operator() (G4VisAttributes *visAtts) const
 
- Public Member Functions inherited from G4VVisCommandGeometrySetFunction
virtual ~G4VVisCommandGeometrySetFunction ()
 

Detailed Description

Definition at line 115 of file G4VisCommandsGeometrySet.hh.

Constructor & Destructor Documentation

virtual G4VisCommandGeometrySetForceWireframeFunction::~G4VisCommandGeometrySetForceWireframeFunction ( )
inlinevirtual

Definition at line 118 of file G4VisCommandsGeometrySet.hh.

118 {}
G4VisCommandGeometrySetForceWireframeFunction::G4VisCommandGeometrySetForceWireframeFunction ( G4bool  forceWireframe)
inline

Definition at line 120 of file G4VisCommandsGeometrySet.hh.

120  :
121  fForceWireframe(forceWireframe) {}

Member Function Documentation

void G4VisCommandGeometrySetForceWireframeFunction::operator() ( G4VisAttributes visAtts) const
inlinevirtual

Implements G4VVisCommandGeometrySetFunction.

Definition at line 123 of file G4VisCommandsGeometrySet.hh.

124  {visAtts->SetForceWireframe(fForceWireframe);}
void SetForceWireframe(G4bool)

The documentation for this class was generated from the following file: