Geant4-11
Public Member Functions | Data Fields
G4VTwistedFaceted::LastValue Class Reference

Public Member Functions

 LastValue ()
 
 LastValue (const LastValue &r)
 
LastValueoperator= (const LastValue &r)
 
 ~LastValue ()
 

Data Fields

G4ThreeVector p
 
G4double value
 

Detailed Description

Definition at line 242 of file G4VTwistedFaceted.hh.

Constructor & Destructor Documentation

◆ LastValue() [1/2]

G4VTwistedFaceted::LastValue::LastValue ( )
inline

Definition at line 245 of file G4VTwistedFaceted.hh.

246 {
248 value = DBL_MAX;
249 }
void set(double x, double y, double z)
static const G4double kInfinity
Definition: geomdefs.hh:41
#define DBL_MAX
Definition: templates.hh:62

References DBL_MAX, kInfinity, p, CLHEP::Hep3Vector::set(), and value.

◆ ~LastValue()

G4VTwistedFaceted::LastValue::~LastValue ( )
inline

Definition at line 250 of file G4VTwistedFaceted.hh.

250{}

◆ LastValue() [2/2]

G4VTwistedFaceted::LastValue::LastValue ( const LastValue r)
inline

Definition at line 251 of file G4VTwistedFaceted.hh.

251: p(r.p), value(r.value){}

Member Function Documentation

◆ operator=()

LastValue & G4VTwistedFaceted::LastValue::operator= ( const LastValue r)
inline

Definition at line 252 of file G4VTwistedFaceted.hh.

253 {
254 if (this == &r) { return *this; }
255 p = r.p; value = r.value;
256 return *this;
257 }

References p, and value.

Field Documentation

◆ p

G4ThreeVector G4VTwistedFaceted::LastValue::p

◆ value

G4double G4VTwistedFaceted::LastValue::value

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