SimoxCSpaceVisualizerWidgetController::PathData Struct Reference

#include <RobotComponents/gui-plugins/MotionPlanning/SimoxCSpaceVisualizer/SimoxCSpaceVisualizerWidgetController.h>

Public Member Functions

float getLength () const
 

Static Public Member Functions

static std::string getEdgeLayerName (std::size_t i)
 

Public Attributes

std::vector< floataccPathLength
 The path's length up to the i-th node. More...
 
float dcdStep = std::numeric_limits<float>::infinity()
 
VectorXfSeq path
 
bool visible = true
 

Detailed Description

Definition at line 107 of file SimoxCSpaceVisualizerWidgetController.h.

Member Function Documentation

◆ getEdgeLayerName()

static std::string getEdgeLayerName ( std::size_t  i)
inlinestatic

Definition at line 127 of file SimoxCSpaceVisualizerWidgetController.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getLength()

float getLength ( ) const
inline
Returns
The path's length.

Definition at line 118 of file SimoxCSpaceVisualizerWidgetController.h.

Member Data Documentation

◆ accPathLength

std::vector<float> accPathLength

The path's length up to the i-th node.

Definition at line 125 of file SimoxCSpaceVisualizerWidgetController.h.

◆ dcdStep

float dcdStep = std::numeric_limits<float>::infinity()

Definition at line 111 of file SimoxCSpaceVisualizerWidgetController.h.

◆ path

VectorXfSeq path

Definition at line 109 of file SimoxCSpaceVisualizerWidgetController.h.

◆ visible

bool visible = true

Definition at line 113 of file SimoxCSpaceVisualizerWidgetController.h.


The documentation for this struct was generated from the following file: