#include "carla/rpc/ActorAttribute.h"#include "carla/sensor/data/Color.h"#include <cstdlib>#include <exception>#include <type_traits>
Include dependency graph for LibCarla/source/carla/client/ActorAttribute.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | carla::client::ActorAttribute |
| An attribute of an ActorBlueprint. More... | |
| class | carla::client::ActorAttributeValue |
| class | carla::client::ActorAttributeValueAccess |
| class | carla::client::BadAttributeCast |
| Exception thrown when the value of an ActorAttribute cannot be cast to the requested type. More... | |
| class | carla::client::InvalidAttributeValue |
| Exception thrown when the value given to an ActorAttribute cannot be converted to its type. More... | |
Namespaces | |
| carla | |
| This file contains definitions of common data structures used in traffic manager. | |
| carla::client | |
Functions | |
| template<> | |
| auto | carla::client::ActorAttributeValueAccess::As< rpc::ActorAttributeType::Bool > () const |
| template<> | |
| auto | carla::client::ActorAttributeValueAccess::As< rpc::ActorAttributeType::Float > () const |
| template<> | |
| auto | carla::client::ActorAttributeValueAccess::As< rpc::ActorAttributeType::Int > () const |
| template<> | |
| auto | carla::client::ActorAttributeValueAccess::As< rpc::ActorAttributeType::RGBColor > () const |
| template<> | |
| auto | carla::client::ActorAttributeValueAccess::As< rpc::ActorAttributeType::String > () const |
| template<> | |
| sensor::data::Color | carla::client::ActorAttributeValueAccess::As< sensor::data::Color > () const |
| template<> | |
| std::string | carla::client::ActorAttributeValueAccess::As< std::string > () const |
1.8.13