Home Previous Up Next Index

armarx::DebugDrawerLineSet

Overview

struct DebugDrawerLineSet

Used By

DebugDrawerInterface::setLineSetDebugLayerVisu
DebugDrawerInterface::setLineSetVisu

Data Member Index

lineWidth
colorNoIntensity
colorFullIntensity
points
intensities
useHeatMap

Data Members

float lineWidth;
DrawColor colorNoIntensity;
DrawColor colorFullIntensity;
DebugDrawerLineSetPointList points;
DebugDrawerLineSetIntensityList intensities;
bool useHeatMap;

Home Previous Up Next Index