「eosAxisSource(API)」の版間の差分

提供: Eospedia
移動: 案内検索
(ページの作成:「DataExpress/TclTk/src/VTKorg/'''eosAxisSource'''はAPI です。 == 定数 == == 構造体 == ===eosAxisSourceCoordクラス=== double X; double Y; double Z; fl...」)
 
 
行1: 行1:
 
DataExpress/TclTk/src/VTKorg/'''eosAxisSource'''はAPI です。
 
DataExpress/TclTk/src/VTKorg/'''eosAxisSource'''はAPI です。
  
== 定数 ==
+
==eosAxisSourceCoordクラス==
 +
=== 定数 ===
  
== 構造体 ==
+
=== 構造体 ===
===eosAxisSourceCoordクラス===
+
 
   double X;
 
   double X;
 
   double Y;
 
   double Y;
行12: 行12:
 
   float Zcolor[3];
 
   float Zcolor[3];
  
== API ==
+
=== API ===
===eosAxisSourceCoordクラス===
+
 
   eosAxisSourceCoord();
 
   eosAxisSourceCoord();
 
   void Usage();
 
   void Usage();
  
===eosAxisSourceクラス===
+
==eosAxisSourceクラス==
 +
=== 定数 ===
 +
 
 +
=== 構造体 ===
 +
 
 +
=== API ===
 
   eosAxisSource();
 
   eosAxisSource();
 
   void SetScale(double s);
 
   void SetScale(double s);

2014年5月20日 (火) 06:04時点における最新版

DataExpress/TclTk/src/VTKorg/eosAxisSourceはAPI です。

eosAxisSourceCoordクラス

定数

構造体

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

API

 eosAxisSourceCoord();
 void Usage();

eosAxisSourceクラス

定数

構造体

API

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