include
tesseract_environment
commands
add_kinematics_information_command.h
Go to the documentation of this file.
1
26
#ifndef TESSERACT_ENVIRONMENT_ADD_KINEMATICS_INFORMATION_COMMAND_H
27
#define TESSERACT_ENVIRONMENT_ADD_KINEMATICS_INFORMATION_COMMAND_H
28
29
#include <
tesseract_common/macros.h
>
30
TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
31
#include <memory>
32
#include <boost/serialization/export.hpp>
33
TESSERACT_COMMON_IGNORE_WARNINGS_POP
34
35
#include <
tesseract_environment/command.h
>
36
#include <
tesseract_srdf/kinematics_information.h
>
37
38
namespace
boost::serialization
39
{
40
class
access;
41
}
42
43
namespace
tesseract_environment
44
{
45
class
AddKinematicsInformationCommand
:
public
Command
46
{
47
public
:
48
using
Ptr
= std::shared_ptr<AddKinematicsInformationCommand>;
49
using
ConstPtr
= std::shared_ptr<const AddKinematicsInformationCommand>;
50
51
AddKinematicsInformationCommand
();
56
AddKinematicsInformationCommand
(
tesseract_srdf::KinematicsInformation
kinematics_information);
57
58
const
tesseract_srdf::KinematicsInformation
&
getKinematicsInformation
()
const
;
59
60
bool
operator==
(
const
AddKinematicsInformationCommand
& rhs)
const
;
61
bool
operator!=
(
const
AddKinematicsInformationCommand
& rhs)
const
;
62
63
private
:
64
tesseract_srdf::KinematicsInformation
kinematics_information_
;
65
66
friend
class
boost::serialization::access
;
67
friend
struct
tesseract_common::Serialization
;
68
template
<
class
Archive>
69
void
serialize
(Archive& ar,
const
unsigned
int
version);
// NOLINT
70
};
71
}
// namespace tesseract_environment
72
73
BOOST_CLASS_EXPORT_KEY(
tesseract_environment::AddKinematicsInformationCommand
)
74
#endif // TESSERACT_ENVIRONMENT_ADD_KINEMATICS_INFORMATION_COMMAND_H
tesseract_environment::Command::Ptr
std::shared_ptr< Command > Ptr
Definition:
command.h:86
tesseract_environment
Definition:
command.h:45
tesseract_environment::Command
Definition:
command.h:83
tesseract_environment::AddKinematicsInformationCommand::AddKinematicsInformationCommand
AddKinematicsInformationCommand()
Definition:
add_kinematics_information_command.cpp:38
TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
#define TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
tesseract_common::Serialization
command.h
This contains classes for recording operations applied to the environment for tracking changes....
tesseract_environment::AddKinematicsInformationCommand::access
friend class boost::serialization::access
Definition:
add_kinematics_information_command.h:66
tesseract_environment::AddKinematicsInformationCommand::getKinematicsInformation
const tesseract_srdf::KinematicsInformation & getKinematicsInformation() const
Definition:
add_kinematics_information_command.cpp:46
kinematics_information.h
tesseract_environment::AddKinematicsInformationCommand
Definition:
add_kinematics_information_command.h:45
tesseract_srdf::KinematicsInformation
boost::serialization
TESSERACT_COMMON_IGNORE_WARNINGS_POP
tesseract_environment::AddKinematicsInformationCommand::kinematics_information_
tesseract_srdf::KinematicsInformation kinematics_information_
Definition:
add_kinematics_information_command.h:64
tesseract_environment::AddKinematicsInformationCommand::serialize
void serialize(Archive &ar, const unsigned int version)
Definition:
add_kinematics_information_command.cpp:64
tesseract_environment::Command::ConstPtr
std::shared_ptr< const Command > ConstPtr
Definition:
command.h:87
tesseract_environment::AddKinematicsInformationCommand::operator!=
bool operator!=(const AddKinematicsInformationCommand &rhs) const
Definition:
add_kinematics_information_command.cpp:58
macros.h
tesseract_environment::AddKinematicsInformationCommand::operator==
bool operator==(const AddKinematicsInformationCommand &rhs) const
Definition:
add_kinematics_information_command.cpp:51
tesseract_environment
Author(s): Levi Armstrong
autogenerated on Sun May 18 2025 03:02:21