Drake
Drake C++ Documentation
Loading...
Searching...
No Matches
render_label.h File Reference
#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>
Include dependency graph for render_label.h:
This graph shows which files directly or indirectly include this file:

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.)