Public Types | Public Member Functions | Private Member Functions | Friends | List of all members
tesseract_common::ContactAllowedValidator Class Referenceabstract

Should return true if links are allowed to be in collision, otherwise false. More...

#include <contact_allowed_validator.h>

Inheritance diagram for tesseract_common::ContactAllowedValidator:
Inheritance graph
[legend]

Public Types

using ConstPtr = std::shared_ptr< const ContactAllowedValidator >
 
using ConstUPtr = std::unique_ptr< const ContactAllowedValidator >
 
using Ptr = std::shared_ptr< ContactAllowedValidator >
 
using UPtr = std::unique_ptr< ContactAllowedValidator >
 

Public Member Functions

virtual bool operator() (const std::string &, const std::string &) const =0
 
virtual ~ContactAllowedValidator ()=default
 

Private Member Functions

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

Friends

class boost::serialization::access
 
struct tesseract_common::Serialization
 

Detailed Description

Should return true if links are allowed to be in collision, otherwise false.

Definition at line 39 of file contact_allowed_validator.h.

Member Typedef Documentation

◆ ConstPtr

Definition at line 43 of file contact_allowed_validator.h.

◆ ConstUPtr

Definition at line 45 of file contact_allowed_validator.h.

◆ Ptr

Definition at line 42 of file contact_allowed_validator.h.

◆ UPtr

Definition at line 44 of file contact_allowed_validator.h.

Constructor & Destructor Documentation

◆ ~ContactAllowedValidator()

virtual tesseract_common::ContactAllowedValidator::~ContactAllowedValidator ( )
virtualdefault

Member Function Documentation

◆ operator()()

virtual bool tesseract_common::ContactAllowedValidator::operator() ( const std::string &  ,
const std::string &   
) const
pure virtual

◆ serialize()

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

Definition at line 37 of file contact_allowed_validator.cpp.

Friends And Related Function Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Definition at line 52 of file contact_allowed_validator.h.

◆ tesseract_common::Serialization

friend struct tesseract_common::Serialization
friend

Definition at line 53 of file contact_allowed_validator.h.


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


tesseract_common
Author(s): Levi Armstrong
autogenerated on Sun May 18 2025 03:01:40