National Institute of Advanced Industrial Science and Technology (AIST) This page is a page of the former research institute. We stopped updating on March 31.2001.
E-mail to webmaster (Japanese) E-mail to webmaster (English)
next up previous contents index
Next: プロセスイメージ保存 Up: 評価 Previous: デバッグ補助

ダンプオブジェクト

EusLispのリーダとプリンタは、どのようなオブジェクトも再読みだし可能な書式 でファイルに出力できるように設計されている。 オブジェクトは相互参照あるいは再帰参照を持っていてもよい。 *print-circle**print-object*にTを設定したとき、この特徴は は可能となる。 次の関数はこれらの変数をTにし、ファイルをオープンし、オブジェクトを表示する。 これらの関数のもっとも重要な用途は、相互参照を持つ3Dモデルの 構造体をダンプすることである。

  dump-object file &rest objects [関数]

  dump-structure file &rest objects [関数]   dump-loadable-structure file &rest symbols [関数]

Hirofumi Nakagaki
Fri Mar 22 14:04:29 JST 1996