Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VBooleanProcessor Class Reference

#include <G4VBooleanProcessor.hh>

Public Member Functions

 G4VBooleanProcessor ()=default
 
virtual ~G4VBooleanProcessor ()=default
 
virtual G4PolyhedronArbitraryIntersection (G4Polyhedron *, G4Polyhedron *)
 
virtual G4PolyhedronArbitraryUnion (G4Polyhedron *, G4Polyhedron *)
 
virtual G4PolyhedronArbitrarySubtraction (G4Polyhedron *, G4Polyhedron *)
 
virtual G4PolyhedronArbitraryProcess (const G4VSolid *)
 

Detailed Description

Definition at line 42 of file G4VBooleanProcessor.hh.

Constructor & Destructor Documentation

◆ G4VBooleanProcessor()

G4VBooleanProcessor::G4VBooleanProcessor ( )
default

◆ ~G4VBooleanProcessor()

virtual G4VBooleanProcessor::~G4VBooleanProcessor ( )
virtualdefault

Member Function Documentation

◆ Intersection()

virtual G4PolyhedronArbitrary * G4VBooleanProcessor::Intersection ( G4Polyhedron * ,
G4Polyhedron *  )
inlinevirtual

Definition at line 49 of file G4VBooleanProcessor.hh.

51 { return nullptr; }

◆ Process()

virtual G4PolyhedronArbitrary * G4VBooleanProcessor::Process ( const G4VSolid * )
inlinevirtual

Definition at line 59 of file G4VBooleanProcessor.hh.

60 { return nullptr; }

Referenced by G4MultiUnion::CreatePolyhedron().

◆ Subtraction()

virtual G4PolyhedronArbitrary * G4VBooleanProcessor::Subtraction ( G4Polyhedron * ,
G4Polyhedron *  )
inlinevirtual

Definition at line 55 of file G4VBooleanProcessor.hh.

57 { return nullptr; }

◆ Union()

virtual G4PolyhedronArbitrary * G4VBooleanProcessor::Union ( G4Polyhedron * ,
G4Polyhedron *  )
inlinevirtual

Definition at line 52 of file G4VBooleanProcessor.hh.

54 { return nullptr; }

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