#include <cstdint>#include <limits>#include <string>#include "drake/common/drake_copyable.h"#include "drake/common/drake_deprecated.h"#include "drake/common/fmt.h"#include "drake/common/hash.h"#include "drake/systems/sensors/pixel_types.h"#include <ostream>Classes | |
| class | RenderLabel |
| Class representing object "labels" for rendering. More... | |
| struct | hash< drake::geometry::render::RenderLabel > |
| Enables use of the label to serve as a key in STL containers. More... | |
Namespaces | |
| namespace | drake |
| namespace | drake::geometry |
| namespace | drake::geometry::render |
| namespace | std |
| STL namespace. | |
Functions | |
| std::ostream & | operator<< (std::ostream &out, const RenderLabel &label) |
| (Deprecated.) | |
| std::string | to_string (const RenderLabel &label) |
| (Deprecated.) | |