可視化オブジェクト生成
以下の関数は、既存のデータセットからサーフェスとRakeを作成するために使用されます。各々の関数はテーブルを入力引数とし、作成したサーフェスまたはRakeのハンドルを出力します。ハンドルは、汎用関数modify()、delete()、およびquery()を呼び出す際に使用できます。
create_boundary(boundary_table)
create_comp(comp_table)
create_iso(iso_table)
create_coord(coord_table)
create_streamline(streamline_table)
read_particle_paths(particle_path_data)
アノテーションオブジェクト(注釈と矢印)を作成する関数は次のとおりです。
create_text(text_description)
create_arrow(arrow_description)
次の表はこれらの関数で共通する入力テーブルのフィールドをまとめています。個々のフィールドの詳細については、後続のFAQでそのカテゴリ別の使用に従って説明します。
| |
boundary_table |
comp_table |
iso_table |
coord_table |
streamline_table |
particle_path_data |
text_description |
arrow_description |
| 入力フィールド |
|
|
|
|
|
|
|
|
| contours |
* |
* |
* |
* |
|
|
|
|
| dataset |
* |
* |
* |
* |
* |
* |
|
|
| display_type |
* |
* |
* |
* |
** |
** |
|
|
| geometric_color |
* |
* |
* |
* |
* |
* |
* |
* |
| line_type |
* |
* |
* |
* |
* |
* |
|
|
| number_of_contours |
* |
* |
* |
* |
|
|
|
|
| scalar_func |
* |
* |
* |
* |
* |
* |
|
|
| scalar_colormap |
* |
* |
* |
* |
* |
* |
|
|
| scalar_range |
* |
* |
* |
* |
* |
* |
|
|
| show_mesh |
* |
* |
* |
* |
|
|
|
|
| threshold_func |
* |
* |
* |
* |
|
|
|
|
| threshold_range |
* |
* |
* |
* |
|
|
|
|
| transparency |
* |
* |
* |
* |
|
|
|
|
| vector_func |
* |
* |
* |
* |
* |
|
|
|
| visibility |
* |
* |
* |
* |
* |
* |
* |
* |
** display_attributesの項を参照
|