Raytrix Light Field SDK  4.0
Logo
Public Member Functions | Public Attributes | List of all members
CLUViz::Net::PointViewPars Struct Reference

Detailed Description

Parameters determining the visual appearance of drawn points.

Public Member Functions

 PointViewPars ()
 Default constructor. More...
 

Public Attributes

System::Drawing::Color colPicked
 The color of not selected points while mouse over. Default: Red. More...
 
System::Drawing::Color colPickSel
 The color of selected points while mouse over. Default: Blue. More...
 
System::Drawing::Color colSelected
 The color of selected points while not mouse over. Default: Green. More...
 
float fPointSize
 The mean size of the points in pixels. The size varies with the zoom of the visualization. Default is 20. More...
 

Constructor & Destructor Documentation

CLUViz::Net::PointViewPars::PointViewPars ( )
inline

Default constructor.

Member Data Documentation

System::Drawing::Color CLUViz::Net::PointViewPars::colPicked

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

System::Drawing::Color CLUViz::Net::PointViewPars::colPickSel

The color of selected points while mouse over. Default: Blue.

System::Drawing::Color CLUViz::Net::PointViewPars::colSelected

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

float CLUViz::Net::PointViewPars::fPointSize

The mean size of the points in pixels. The size varies with the zoom of the visualization. Default is 20.