Classes | Functions | Variables
collision_matrix_model.cpp File Reference
#include "collision_matrix_model.h"
#include <boost/unordered_map.hpp>
#include <boost/assign.hpp>
#include <QVector>
#include <QBrush>
#include <QColor>
#include <QPalette>
#include <QApplication>
#include <QItemSelection>
#include <QtCore/QRegularExpression>
Include dependency graph for collision_matrix_model.cpp:

Go to the source code of this file.

Classes

struct  PairMatcher
 

Functions

template<typename Container >
auto find (Container &pairs, const std::string &link1, const std::string &link2)
 

Variables

static const boost::unordered_map< moveit_setup_assistant::DisabledReason, QVariant > LONG_REASONS_TO_BRUSH
 Boost mapping of reasons to a background color. More...
 

Function Documentation

◆ find()

template<typename Container >
auto find ( Container &  pairs,
const std::string &  link1,
const std::string &  link2 
)

Definition at line 98 of file collision_matrix_model.cpp.

Variable Documentation

◆ LONG_REASONS_TO_BRUSH

const boost::unordered_map<moveit_setup_assistant::DisabledReason, QVariant> LONG_REASONS_TO_BRUSH
static
Initial value:
=
boost::assign::map_list_of
( moveit_setup_assistant::NEVER, QBrush(QColor("lightgreen")) )
( moveit_setup_assistant::DEFAULT, QBrush(QColor("lightpink")) )
( moveit_setup_assistant::ADJACENT, QBrush(QColor("powderblue")) )
( moveit_setup_assistant::ALWAYS, QBrush(QColor("tomato")) )
( moveit_setup_assistant::USER, QBrush(QColor("yellow")) )

Boost mapping of reasons to a background color.

Definition at line 49 of file collision_matrix_model.cpp.

moveit_setup_assistant::NEVER
@ NEVER
Definition: compute_default_collisions.h:54
moveit_setup_assistant::ALWAYS
@ ALWAYS
Definition: compute_default_collisions.h:57
moveit_setup_assistant::DEFAULT
@ DEFAULT
Definition: compute_default_collisions.h:55
moveit_setup_assistant::USER
@ USER
Definition: compute_default_collisions.h:58
moveit_setup_assistant::ADJACENT
@ ADJACENT
Definition: compute_default_collisions.h:56
moveit_setup_assistant::NOT_DISABLED
@ NOT_DISABLED
Definition: compute_default_collisions.h:59


moveit_setup_assistant
Author(s): Dave Coleman
autogenerated on Sat May 3 2025 02:28:05