Tesseract
Motion Planning Environment
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
tesseract_environment::RemoveAllowedCollisionLinkCommand Class Reference

#include <remove_allowed_collision_link_command.h>

Inheritance diagram for tesseract_environment::RemoveAllowedCollisionLinkCommand:
Inheritance graph
[legend]
Collaboration diagram for tesseract_environment::RemoveAllowedCollisionLinkCommand:
Collaboration graph
[legend]

Public Types

using Ptr = std::shared_ptr< RemoveAllowedCollisionLinkCommand >
 
using ConstPtr = std::shared_ptr< const RemoveAllowedCollisionLinkCommand >
 
- Public Types inherited from tesseract_environment::Command
using Ptr = std::shared_ptr< Command >
 
using ConstPtr = std::shared_ptr< const Command >
 

Public Member Functions

 RemoveAllowedCollisionLinkCommand ()
 
 RemoveAllowedCollisionLinkCommand (std::string link_name)
 Remove disabled collision for any pair with link_name from allowed collision matrix. More...
 
const std::string & getLinkName () const
 
bool operator== (const RemoveAllowedCollisionLinkCommand &rhs) const
 
bool operator!= (const RemoveAllowedCollisionLinkCommand &rhs) const
 
- Public Member Functions inherited from tesseract_environment::Command
 Command (CommandType type=CommandType::UNINITIALIZED)
 
virtual ~Command ()=default
 
 Command (const Command &)=default
 
Commandoperator= (const Command &)=default
 
 Command (Command &&)=default
 
Commandoperator= (Command &&)=default
 
CommandType getType () const
 
bool operator== (const Command &rhs) const
 
bool operator!= (const Command &rhs) const
 

Private Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Private Attributes

std::string link_name_
 

Friends

class boost::serialization::access
 

Member Typedef Documentation

◆ ConstPtr

◆ Ptr

Constructor & Destructor Documentation

◆ RemoveAllowedCollisionLinkCommand() [1/2]

tesseract_environment::RemoveAllowedCollisionLinkCommand::RemoveAllowedCollisionLinkCommand ( )
inline

◆ RemoveAllowedCollisionLinkCommand() [2/2]

tesseract_environment::RemoveAllowedCollisionLinkCommand::RemoveAllowedCollisionLinkCommand ( std::string  link_name)
inline

Remove disabled collision for any pair with link_name from allowed collision matrix.

Parameters
link_nameCollision object name

Member Function Documentation

◆ getLinkName()

const std::string & tesseract_environment::RemoveAllowedCollisionLinkCommand::getLinkName ( ) const
inline

◆ operator!=()

bool tesseract_environment::RemoveAllowedCollisionLinkCommand::operator!= ( const RemoveAllowedCollisionLinkCommand rhs) const

◆ operator==()

bool tesseract_environment::RemoveAllowedCollisionLinkCommand::operator== ( const RemoveAllowedCollisionLinkCommand rhs) const

◆ serialize()

template<class Archive >
void tesseract_environment::RemoveAllowedCollisionLinkCommand::serialize ( Archive &  ar,
const unsigned int  version 
)
private

Friends And Related Function Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Member Data Documentation

◆ link_name_

std::string tesseract_environment::RemoveAllowedCollisionLinkCommand::link_name_
private

The documentation for this class was generated from the following files: