|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef TRKVOLUMES_COMBINEDVOLUMEBOUNDS_H
10 #define TRKVOLUMES_COMBINEDVOLUMEBOUNDS_H
73 bool forceInside =
false)
const override final;
88 virtual MsgStream&
dump(MsgStream& sl)
const override final;
91 virtual std::ostream&
dump(std::ostream& sl)
const override final;
134 #endif // TRKVOLUMES_COMBINEDVOLUMEBOUNDS_H
bool intersection() const
This method distinguishes between Union(0) and Intersection(1)
virtual ObjectAccessor boundarySurfaceAccessor(const Amg::Vector3D &gp, const Amg::Vector3D &dir, bool forceInside=false) const override final
Provide accessor for BoundarySurfaces.
std::vector< bool > m_boundsOrientation
CombinedVolumeBounds & operator=(const CombinedVolumeBounds &bobo)
Assignment operator.
bool inside(const Amg::Vector3D &gp, double tol=0.) const
Inside() method for checks.
std::array< ObjectAccessor::value_type, 8 > EightObjectsAccessor
virtual CombinedVolumeBounds * clone() const override final
Virtual constructor.
const Volume * first() const
This method returns the first VolumeBounds.
virtual ~CombinedVolumeBounds()
Destructor.
virtual MsgStream & dump(MsgStream &sl) const override final
Output Method for MsgStream.
static Trk::Volume * createSubtractedVolume(const Amg::Transform3D &transf, Trk::Volume *subtrVol)
Eigen::Affine3d Transform3D
Amg::Vector3D transform(Amg::Vector3D &v, Amg::Transform3D &tr)
Transform a point from a Trasformation3D.
EightObjectsAccessor m_objectAccessor
CombinedVolumeBounds()
Default Constructor.
Ensure that the ATLAS eigen extensions are properly loaded.
Eigen::Matrix< double, 3, 1 > Vector3D
virtual bool inside(const Amg::Vector3D &, double tol=0.) const override final
This method checks if position in the 3D volume frame is inside the volume.
std::vector< bool > boundsOrientation() const
This method returns bounds orientation.
const Volume * second() const
This method returns the second VolumeBounds.
virtual const std::vector< const Trk::Surface * > * decomposeToSurfaces(const Amg::Transform3D &transform) override final
Method to decompose the Bounds into boundarySurfaces.