Geant4
10.02.p03
|
#include <G4ErrorPlaneSurfaceTarget.hh>
Additional Inherited Members | |
![]() | |
G4ErrorTargetType | theType |
![]() | |
Plane3D () | |
Plane3D (G4double a1, G4double b1, G4double c1, G4double d1) | |
Plane3D (const Normal3D< G4double > &n, const Point3D< G4double > &p) | |
Plane3D (const Point3D< G4double > &p1, const Point3D< G4double > &p2, const Point3D< G4double > &p3) | |
Plane3D (const Plane3D< float > &p) | |
~Plane3D () | |
Plane3D< G4double > & | operator= (const Plane3D< G4double > &p) |
G4double | a () const |
G4double | b () const |
G4double | c () const |
G4double | d () const |
Normal3D< G4double > | normal () const |
Plane3D< G4double > & | normalize () |
G4double | distance (const Point3D< G4double > &p) const |
Point3D< G4double > | point (const Point3D< G4double > &p) const |
Point3D< G4double > | point () const |
bool | operator== (const Plane3D< G4double > &p) const |
bool | operator!= (const Plane3D< G4double > &p) const |
Plane3D< G4double > & | transform (const Transform3D &m) |
![]() | |
G4double | a_ |
G4double | b_ |
G4double | c_ |
G4double | d_ |
![]() | |
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.
|
virtual |
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.