2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
8NoBounds::operator==(const SurfaceBounds&) const
14NoBounds::inside(const Amg::Vector2D&, double, double) const
20NoBounds::inside(const Amg::Vector2D&, const BoundaryCheck&) const
26NoBounds::insideLoc1(const Amg::Vector2D&, double) const
32NoBounds::insideLoc2(const Amg::Vector2D&, double) const
38NoBounds::minDistance(const Amg::Vector2D&) const
44NoBounds::clone() const
46 return new NoBounds();
56NoBounds::dump(MsgStream& sl) const
58 sl << "Trk::NoBounds ... boundless surface" << endmsg;
63NoBounds::dump(std::ostream& sl) const
65 sl << "Trk::NoBounds ... boundless surface" << std::endl;