ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/externals/clhep/include/CLHEP/Geometry/Plane3D.h>
Public Member Functions | |
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< T > &)=default | |
template<typename U = T, typename = typename std::enable_if<!std::is_same<U,float>::value >::type> | |
Plane3D (const Plane3D< float > &p) | |
Plane3D (Plane3D< T > &&)=default | |
~Plane3D ()=default | |
Plane3D< T > & | operator= (const Plane3D< T > &)=default |
Plane3D< T > & | operator= (Plane3D< T > &&)=default |
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) |
Protected Attributes | |
T | a_ |
T | b_ |
T | c_ |
T | d_ |
Related Functions | |
(Note that these are not member functions.) | |
std::ostream & | operator<< (std::ostream &os, const Plane3D< float > &p) |
std::ostream & | operator<< (std::ostream &os, const Plane3D< double > &p) |
Template class for geometrical plane in 3D.
Definition at line 28 of file Plane3D.h.
View newest version in sPHENIX GitHub at line 28 of file Plane3D.h
|
inline |
|
default |
Copy constructor.
|
inline |
|
default |
Move constructor.
|
default |
Destructor.
|
inline |
Returns the a-coefficient in the plane equation: a*x+b*y+c*z+d=0.
Definition at line 84 of file Plane3D.h.
View newest version in sPHENIX GitHub at line 84 of file Plane3D.h
Referenced by G4VSceneHandler::CreateSectionSolid(), HepGeom::Plane3D< G4double >::distance(), HepGeom::Plane3D< G4double >::operator!=(), HepGeom::Plane3D< G4double >::operator==(), and HepGeom::Plane3D< G4double >::point().
|
inline |
Returns the b-coefficient in the plane equation: a*x+b*y+c*z+d=0.
Definition at line 87 of file Plane3D.h.
View newest version in sPHENIX GitHub at line 87 of file Plane3D.h
Referenced by G4VSceneHandler::CreateSectionSolid(), HepGeom::Plane3D< G4double >::distance(), HepGeom::Plane3D< G4double >::operator!=(), HepGeom::Plane3D< G4double >::operator==(), and HepGeom::Plane3D< G4double >::point().
|
inline |
Returns the c-coefficient in the plane equation: a*x+b*y+c*z+d=0.
Definition at line 90 of file Plane3D.h.
View newest version in sPHENIX GitHub at line 90 of file Plane3D.h
Referenced by G4VSceneHandler::CreateSectionSolid(), HepGeom::Plane3D< G4double >::distance(), HepGeom::Plane3D< G4double >::operator!=(), HepGeom::Plane3D< G4double >::operator==(), and HepGeom::Plane3D< G4double >::point().
|
inline |
Returns the free member of the plane equation: a*x+b*y+c*z+d=0.
Definition at line 93 of file Plane3D.h.
View newest version in sPHENIX GitHub at line 93 of file Plane3D.h
Referenced by G4VSceneHandler::CreateSectionSolid(), HepGeom::Plane3D< G4double >::distance(), HepGeom::Plane3D< G4double >::operator!=(), HepGeom::Plane3D< G4double >::operator==(), and HepGeom::Plane3D< G4double >::point().
|
inline |
Returns distance to the point.
Definition at line 109 of file Plane3D.h.
View newest version in sPHENIX GitHub at line 109 of file Plane3D.h
Referenced by HepGeom::Plane3D< G4double >::point().
|
inline |
Returns normal.
Definition at line 97 of file Plane3D.h.
View newest version in sPHENIX GitHub at line 97 of file Plane3D.h
Referenced by G4ErrorPlaneSurfaceTarget::Dump(), G4ErrorPlaneSurfaceTarget::GetDistanceFromPoint(), G4ErrorPropagationNavigator::GetGlobalExitNormal(), G4ViewParameters::SceneModifyingCommands(), G4ErrorSurfaceTrajParam::SetParameters(), and HepGeom::Plane3D< G4double >::transform().
|
inline |
|
inline |
Assignment.
Move assignment.
|
inline |
Returns projection of the point to the plane.
Definition at line 115 of file Plane3D.h.
View newest version in sPHENIX GitHub at line 115 of file Plane3D.h
Referenced by G4ViewParameters::SceneModifyingCommands().
|
inline |
Returns projection of the origin to the plane.
Definition at line 122 of file Plane3D.h.
View newest version in sPHENIX GitHub at line 122 of file Plane3D.h
Referenced by G4ErrorPlaneSurfaceTarget::Dump(), G4ErrorPlaneSurfaceTarget::GetDistanceFromPoint(), and HepGeom::Plane3D< G4double >::transform().
|
inline |
Transformation by Transform3D.
Definition at line 141 of file Plane3D.h.
View newest version in sPHENIX GitHub at line 141 of file Plane3D.h
|
related |
Output to the stream.
Definition at line 21 of file Plane3D.cc.
View newest version in sPHENIX GitHub at line 21 of file Plane3D.cc
|
related |
Output to the stream.
Definition at line 28 of file Plane3D.cc.
View newest version in sPHENIX GitHub at line 28 of file Plane3D.cc
|
protected |
Definition at line 30 of file Plane3D.h.
View newest version in sPHENIX GitHub at line 30 of file Plane3D.h
Referenced by HepGeom::Plane3D< G4double >::a(), G4ErrorPlaneSurfaceTarget::GetDistanceFromPoint(), HepGeom::Plane3D< G4double >::normal(), HepGeom::Plane3D< G4double >::normalize(), HepGeom::Plane3D< G4double >::Plane3D(), and HepGeom::Plane3D< G4double >::transform().
|
protected |
Definition at line 30 of file Plane3D.h.
View newest version in sPHENIX GitHub at line 30 of file Plane3D.h
Referenced by HepGeom::Plane3D< G4double >::b(), G4ErrorPlaneSurfaceTarget::GetDistanceFromPoint(), HepGeom::Plane3D< G4double >::normal(), HepGeom::Plane3D< G4double >::normalize(), HepGeom::Plane3D< G4double >::Plane3D(), and HepGeom::Plane3D< G4double >::transform().
|
protected |
Definition at line 30 of file Plane3D.h.
View newest version in sPHENIX GitHub at line 30 of file Plane3D.h
Referenced by HepGeom::Plane3D< G4double >::c(), G4ErrorPlaneSurfaceTarget::GetDistanceFromPoint(), HepGeom::Plane3D< G4double >::normal(), HepGeom::Plane3D< G4double >::normalize(), HepGeom::Plane3D< G4double >::Plane3D(), and HepGeom::Plane3D< G4double >::transform().
|
protected |
Definition at line 30 of file Plane3D.h.
View newest version in sPHENIX GitHub at line 30 of file Plane3D.h
Referenced by HepGeom::Plane3D< G4double >::d(), G4ErrorPlaneSurfaceTarget::GetDistanceFromPoint(), HepGeom::Plane3D< G4double >::normalize(), HepGeom::Plane3D< G4double >::Plane3D(), and HepGeom::Plane3D< G4double >::transform().