#include <include/maliput/test_utilities/mock_math.h>
|
| MOCK_METHOD ((const Vector3 &), do_position,(),(const, override)) |
|
| MOCK_METHOD ((bool), DoContains,(const Vector3 &),(const, override)) |
|
| MOCK_METHOD ((OverlappingType), DoOverlaps,(const BoundingRegion< Vector3 > &),(const, override)) |
|
virtual | ~BoundingRegion ()=default |
|
const Vector3 & | position () const |
| Obtains the bounding region's position in the Inertial-frame. More...
|
|
bool | Contains (const Vector3 &position) const |
| Determines whether a position in the Inertial-frame is contained in this bounding region. More...
|
|
OverlappingType | Overlaps (const BoundingRegion< Vector3 > &other) const |
| Determines the overlapping type with other BoundingRegion instance. More...
|
|
◆ MOCK_METHOD() [1/3]
MOCK_METHOD |
( |
(bool) |
, |
|
|
DoContains |
, |
|
|
(const Vector3 &) |
, |
|
|
(const, override) |
|
|
) |
| |
◆ MOCK_METHOD() [2/3]
MOCK_METHOD |
( |
(const Vector3 &) |
, |
|
|
do_position |
, |
|
|
() |
, |
|
|
(const, override) |
|
|
) |
| |
◆ MOCK_METHOD() [3/3]
The documentation for this class was generated from the following file: