#include <IGeometryInfo.h>
Public Member Functions | |
| IGeometryInfo_isInside (const Gaudi::XYZPoint &Point) | |
| explicit constructor | |
| bool | operator() (const IGeometryInfo *gi) const |
| check for 3D-point | |
Private Attributes | |
| Gaudi::XYZPoint | m_point |
| point in Global Reference System | |
Definition at line 672 of file IGeometryInfo.h.
| IGeometryInfo_isInside::IGeometryInfo_isInside | ( | const Gaudi::XYZPoint & | Point | ) | [inline, explicit] |
explicit constructor
| Point | point in the Global Referency System |
Definition at line 679 of file IGeometryInfo.h.
00680 : m_point( Point ) {};
| bool IGeometryInfo_isInside::operator() | ( | const IGeometryInfo * | gi | ) | const [inline] |
check for 3D-point
| gi | poiner to IGeometryInfo object |
Definition at line 688 of file IGeometryInfo.h.
1.4.7