Raytrix Light Field SDK  v3.1
Logo
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Groups Pages
CLUViz::Net::LineStripViewPars Struct Reference

Detailed Description

Parameters determining the visual appearance of drawn line strips.

Public Member Functions

 LineStripViewPars ()
 Default constructor. More...
 

Public Attributes

System::Drawing::Color colPicked
 The color of not selected line strips while mouse over. Default: Red. More...
 
System::Drawing::Color colPickSel
 The color of selected line strips while mouse over. Default: Blue. More...
 
System::Drawing::Color colSelected
 The color of selected line strips while not mouse over. Default: Green. More...
 
float fGlowLength
 The length of the glow effects on animated line strips. Default is 0.5. More...
 
float fLineWidth
 The width of the lines in pixels. Default is 10. More...
 
float fPointsPerUnitLength
 The frequency of glowing effects on animated line strips. The higher the value the higher the number of glow effects. Default is 0.5. More...
 
float fUnitsPerSecond
 The speed of the movement of glowing effects on animated line strips. Default is 1. More...
 

Constructor & Destructor Documentation

CLUViz::Net::LineStripViewPars::LineStripViewPars ( )
inline

Default constructor.

Member Data Documentation

System::Drawing::Color CLUViz::Net::LineStripViewPars::colPicked

The color of not selected line strips while mouse over. Default: Red.

System::Drawing::Color CLUViz::Net::LineStripViewPars::colPickSel

The color of selected line strips while mouse over. Default: Blue.

System::Drawing::Color CLUViz::Net::LineStripViewPars::colSelected

The color of selected line strips while not mouse over. Default: Green.

float CLUViz::Net::LineStripViewPars::fGlowLength

The length of the glow effects on animated line strips. Default is 0.5.

float CLUViz::Net::LineStripViewPars::fLineWidth

The width of the lines in pixels. Default is 10.

float CLUViz::Net::LineStripViewPars::fPointsPerUnitLength

The frequency of glowing effects on animated line strips. The higher the value the higher the number of glow effects. Default is 0.5.

float CLUViz::Net::LineStripViewPars::fUnitsPerSecond

The speed of the movement of glowing effects on animated line strips. Default is 1.