Geant4
9.6.p02
|
#include <G4ErrorPlaneSurfaceTarget.hh>
Additional Inherited Members | |
Protected Attributes inherited from G4ErrorTarget | |
G4ErrorTargetType | theType |
Private Member Functions inherited from HepGeom::Plane3D< T > | |
Plane3D () | |
Plane3D (T a1, T b1, T c1, T d1) | |
Plane3D (const Normal3D< T > &n, const Point3D< T > &p) | |
Plane3D (const Point3D< T > &p1, const Point3D< T > &p2, const Point3D< T > &p3) | |
Plane3D (const Plane3D< float > &p) | |
~Plane3D () | |
Plane3D< T > & | operator= (const Plane3D< T > &p) |
T | a () const |
T | b () const |
T | c () const |
T | d () const |
Normal3D< T > | normal () const |
Plane3D< T > & | normalize () |
T | distance (const Point3D< T > &p) const |
Point3D< T > | point (const Point3D< T > &p) const |
Point3D< T > | point () const |
bool | operator== (const Plane3D< T > &p) const |
bool | operator!= (const Plane3D< T > &p) const |
Plane3D< T > & | transform (const Transform3D &m) |
Related Functions inherited from HepGeom::Plane3D< T > | |
std::ostream & | operator<< (std::ostream &os, const Plane3D< float > &p) |
std::ostream & | operator<< (std::ostream &os, const Plane3D< double > &p) |
Definition at line 50 of file G4ErrorPlaneSurfaceTarget.hh.
G4ErrorPlaneSurfaceTarget::G4ErrorPlaneSurfaceTarget | ( | G4double | a = 0 , |
G4double | b = 0 , |
||
G4double | c = 0 , |
||
G4double | d = 0 |
||
) |
Definition at line 46 of file G4ErrorPlaneSurfaceTarget.cc.
G4ErrorPlaneSurfaceTarget::G4ErrorPlaneSurfaceTarget | ( | const G4Normal3D & | n, |
const G4Point3D & | p | ||
) |
Definition at line 62 of file G4ErrorPlaneSurfaceTarget.cc.
G4ErrorPlaneSurfaceTarget::G4ErrorPlaneSurfaceTarget | ( | const G4Point3D & | p1, |
const G4Point3D & | p2, | ||
const G4Point3D & | p3 | ||
) |
Definition at line 78 of file G4ErrorPlaneSurfaceTarget.cc.
G4ErrorPlaneSurfaceTarget::~G4ErrorPlaneSurfaceTarget | ( | ) |
Definition at line 95 of file G4ErrorPlaneSurfaceTarget.cc.
Implements G4ErrorSurfaceTarget.
Definition at line 175 of file G4ErrorPlaneSurfaceTarget.cc.
|
virtual |
Implements G4ErrorSurfaceTarget.
Definition at line 121 of file G4ErrorPlaneSurfaceTarget.cc.
|
virtual |
Implements G4ErrorSurfaceTarget.
Definition at line 148 of file G4ErrorPlaneSurfaceTarget.cc.
|
virtual |
Implements G4ErrorSurfaceTarget.
Definition at line 169 of file G4ErrorPlaneSurfaceTarget.cc.
|
virtual |
Definition at line 102 of file G4ErrorPlaneSurfaceTarget.cc.