Difference between revisions of "eosAxisSource(API)"

From EosPedia
Jump to: navigation, search
(Created page with "DataExpress/TclTk/src/VTKorg/'''eosAxisSource''' is API. ==eosAxisSourceCoord Class== === constant === === struct === double X; double Y; double Z; float Xcolor[3];...")
(No difference)

Revision as of 07:59, 28 July 2014

DataExpress/TclTk/src/VTKorg/eosAxisSource is API.

eosAxisSourceCoord Class

constant

struct

 double X;
 double Y;
 double Z;
 float Xcolor[3];
 float Ycolor[3];
 float Zcolor[3];

API

 eosAxisSourceCoord();
 void Usage();

eosAxisSource Class

constant

struct

API

 eosAxisSource();
 void SetScale(double s);
 void SetLength(double l);
 void SetRenderer(vtkRenderer* ren); 
 void Draw(); 
 void Draw(vtkRenderer* ren); 
 void Usage();