PPL API Reference
Overview Core Algorithm Abstractions Utilities Parallel Methods
Modules Class Hierarchy Classes Functions
Todo List Bug List Dead Code
List of all members
DrawablePath Class Referencefinal

Instructions for drawing a pmpl Path in the Simulator. More...

Public Member Functions

Construction
 DrawablePath (const std::vector< Cfg > &_cfgs, glutils::color _color)
 
virtual ~DrawablePath ()
 
drawable_display_list Overrides

Paths cannot be selected/highlighted.

virtual void build () override
 
virtual void build_select () override
 

Detailed Description

Instructions for drawing a pmpl Path in the Simulator.

Constructor & Destructor Documentation

◆ DrawablePath()

DrawablePath::DrawablePath ( const std::vector< Cfg > &  _cfgs,
glutils::color  _color 
)

Construct a drawable representation of a PMPL multibody.

Parameters
_cfgsThe path Cfgs.
_colorThe drawing color.

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