#include <drake/geometry/test_utilities/geometry_set_tester.h>
Public Member Functions | |
GeometrySetTester (const GeometrySet *set) | |
const std::unordered_set< FrameId > | frames () const |
int | num_frames () const |
const std::unordered_set< GeometryId > | geometries () const |
int | num_geometries () const |
bool | contains (FrameId frame_id) const |
bool | contains (GeometryId geometry_id) const |
|
explicit |
bool contains | ( | FrameId | frame_id | ) | const |
bool contains | ( | GeometryId | geometry_id | ) | const |
const std::unordered_set<FrameId> frames | ( | ) | const |
const std::unordered_set<GeometryId> geometries | ( | ) | const |
int num_frames | ( | ) | const |
int num_geometries | ( | ) | const |