メインページ   モジュール   クラス階層   アルファベット順一覧   構成   ファイル一覧   構成メンバ   ファイルメンバ   関連ページ    

TBox.hh

解説を見る。
00001 // =====================================================================
00021 // =====================================================================
00022 #ifndef __TBOX_HH
00023 #define __TBOX_HH
00024 
00025 #include "TSolid.hh"
00026 
00027 
00047 class TBox
00048   : public TSolid
00049 {
00050 
00051   public:
00052     TBox();
00053     ~TBox();
00054 
00055     TBox( const TBox& right );
00056 
00057 };
00058 
00059 #endif

CLDAQ - a Class Library for Data AcQuisition (Version 1.11.0)
Go IWAI <goiwai@users.sourceforge.jp>