Ellipsoid() | state_representation::Ellipsoid | |
Ellipsoid(const std::string &name, const std::string &reference_frame="world") | state_representation::Ellipsoid | explicit |
Ellipsoid(const Ellipsoid &ellipsoid) | state_representation::Ellipsoid | |
fit(const std::string &name, const std::list< CartesianPose > &points, const std::string &reference_frame="world", double noise_level=0.01) | state_representation::Ellipsoid | static |
from_algebraic_equation(const std::string &name, const std::vector< double > &coefficients, const std::string &reference_frame="world") | state_representation::Ellipsoid | static |
get_axis_length(unsigned int index) const | state_representation::Ellipsoid | inline |
get_axis_lengths() const | state_representation::Ellipsoid | inline |
get_center_orientation() const | state_representation::Shape | inline |
get_center_pose() const | state_representation::Shape | inline |
get_center_position() const | state_representation::Shape | inline |
get_center_state() const | state_representation::Shape | inline |
get_center_twist() const | state_representation::Shape | inline |
get_name() const | state_representation::State | |
get_rotation() const (defined in state_representation::Ellipsoid) | state_representation::Ellipsoid | inline |
get_rotation_angle() const | state_representation::Ellipsoid | inline |
get_timestamp() const | state_representation::State | |
get_type() const | state_representation::State | |
initialize() | state_representation::State | virtual |
is_compatible(const State &state) const | state_representation::State | virtual |
is_deprecated(const std::chrono::duration< int64_t, DurationT > &time_delay) | state_representation::State | inline |
is_empty() const | state_representation::State | |
operator bool() const noexcept | state_representation::State | explicit |
operator<< | state_representation::Ellipsoid | friend |
operator=(const Ellipsoid &state) | state_representation::Ellipsoid | inline |
state_representation::Shape::operator=(const Shape &state) | state_representation::Shape | inline |
state_representation::State::operator=(const State &state) | state_representation::State | inline |
reset_timestamp() | state_representation::State | |
sample_from_parameterization(unsigned int nb_samples) const | state_representation::Ellipsoid | |
set_axis_lengths(const std::vector< double > &axis_lengths) | state_representation::Ellipsoid | inline |
set_axis_lengths(unsigned int index, double axis_length) | state_representation::Ellipsoid | inline |
set_center_orientation(const Eigen::Quaterniond &orientation) | state_representation::Shape | inline |
set_center_pose(const CartesianPose &pose) | state_representation::Shape | inline |
set_center_position(const Eigen::Vector3d &position) | state_representation::Shape | inline |
set_center_state(const CartesianState &state) | state_representation::Shape | inline |
set_data(const Eigen::VectorXd &data) override | state_representation::Ellipsoid | virtual |
set_data(const std::vector< double > &data) override | state_representation::Ellipsoid | virtual |
state_representation::Shape::set_data(const Eigen::MatrixXd &data) | state_representation::State | virtual |
set_empty(bool empty=true) | state_representation::State | |
set_filled() | state_representation::State | |
set_name(const std::string &name) | state_representation::State | virtual |
set_rotation_angle(double rotation_angle) | state_representation::Ellipsoid | inline |
set_timestamp(const std::chrono::time_point< std::chrono::steady_clock > &timepoint) | state_representation::State | |
set_type(const StateType &type) | state_representation::State | protected |
Shape(const StateType &type) | state_representation::Shape | explicit |
Shape(const StateType &type, const std::string &name, const std::string &reference_frame="world") | state_representation::Shape | explicit |
Shape(const Shape &shape) | state_representation::Shape | explicit |
State() | state_representation::State | explicit |
State(const StateType &type) | state_representation::State | explicit |
State(const StateType &type, const std::string &name, const bool &empty=true) | state_representation::State | explicit |
State(const State &state) | state_representation::State | |
to_std_vector() const | state_representation::Ellipsoid | inline |
~State()=default | state_representation::State | virtual |