set_active_discrete_contact_manager_command.h
Go to the documentation of this file.
1 
26 #ifndef TESSERACT_ENVIRONMENT_SET_ACTIVE_DISCRETE_CONTACT_MANAGER_COMMAND_H
27 #define TESSERACT_ENVIRONMENT_SET_ACTIVE_DISCRETE_CONTACT_MANAGER_COMMAND_H
28 
31 #include <memory>
32 #include <string>
33 #include <boost/serialization/export.hpp>
35 
37 
38 namespace boost::serialization
39 {
40 class access;
41 }
42 
43 namespace tesseract_environment
44 {
46 {
47 public:
48  using Ptr = std::shared_ptr<SetActiveDiscreteContactManagerCommand>;
49  using ConstPtr = std::shared_ptr<const SetActiveDiscreteContactManagerCommand>;
50 
52 
57  SetActiveDiscreteContactManagerCommand(std::string active_contact_manager);
58  const std::string& getName() const;
59 
62 
63 private:
65 
68  template <class Archive>
69  void serialize(Archive& ar, const unsigned int version); // NOLINT
70 };
71 } // namespace tesseract_environment
72 
74 #endif // TESSERACT_ENVIRONMENT_SET_ACTIVE_DISCRETE_CONTACT_MANAGER_COMMAND_H
tesseract_environment::Command::Ptr
std::shared_ptr< Command > Ptr
Definition: command.h:86
tesseract_environment
Definition: command.h:45
tesseract_environment::SetActiveDiscreteContactManagerCommand::getName
const std::string & getName() const
Definition: set_active_discrete_contact_manager_command.cpp:50
tesseract_environment::Command
Definition: command.h:83
TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
#define TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
tesseract_environment::SetActiveDiscreteContactManagerCommand::SetActiveDiscreteContactManagerCommand
SetActiveDiscreteContactManagerCommand()
Definition: set_active_discrete_contact_manager_command.cpp:39
tesseract_environment::SetActiveDiscreteContactManagerCommand::serialize
void serialize(Archive &ar, const unsigned int version)
Definition: set_active_discrete_contact_manager_command.cpp:65
tesseract_common::Serialization
tesseract_environment::SetActiveDiscreteContactManagerCommand::access
friend class boost::serialization::access
Definition: set_active_discrete_contact_manager_command.h:66
command.h
This contains classes for recording operations applied to the environment for tracking changes....
tesseract_environment::SetActiveDiscreteContactManagerCommand::operator==
bool operator==(const SetActiveDiscreteContactManagerCommand &rhs) const
Definition: set_active_discrete_contact_manager_command.cpp:52
boost::serialization
TESSERACT_COMMON_IGNORE_WARNINGS_POP
tesseract_environment::Command::ConstPtr
std::shared_ptr< const Command > ConstPtr
Definition: command.h:87
tesseract_environment::SetActiveDiscreteContactManagerCommand::operator!=
bool operator!=(const SetActiveDiscreteContactManagerCommand &rhs) const
Definition: set_active_discrete_contact_manager_command.cpp:59
macros.h
tesseract_environment::SetActiveDiscreteContactManagerCommand
Definition: set_active_discrete_contact_manager_command.h:45
tesseract_environment::SetActiveDiscreteContactManagerCommand::active_contact_manager_
std::string active_contact_manager_
Definition: set_active_discrete_contact_manager_command.h:64


tesseract_environment
Author(s): Levi Armstrong
autogenerated on Sun May 18 2025 03:02:21