00001
00003
00004
00005
00006
00007
00009
00010 #ifndef STAR_baseTypeDef
00011 #define STAR_baseTypeDef
00012
00013
00014
00015 class TCL;
00016 class TDataSet;
00017 class TDataSetIter;
00018 class TFileSet;
00019 class TVolume;
00020 class TVolumePosition;
00021 class TVolumeView;
00022 class TVolumeViewIter;
00023 class TObjectSet;
00024 class TPointPosition;
00025 class TPoints3D;
00026 class TPointsArray3D;
00027 class TPolyLineShape;
00028 class TTable;
00029 class TTable3Points;
00030 class TTableIter;
00031 class TTablePoints;
00032 class TTableSorter;
00033 class TTableDescriptor;
00034
00035 typedef TCL StCL;
00036 typedef TDataSet St_DataSet ;
00037 typedef TDataSetIter St_DataSetIter;
00038 typedef TFileSet St_FileSet;
00039 typedef TVolume St_Node;
00040 typedef TVolumePosition St_NodePosition;
00041 typedef TVolumeView St_NodeView;
00042 typedef TVolumeViewIter St_NodeViewIter;
00043 typedef TObjectSet St_ObjectSet;
00044 typedef TPointPosition St_PointPosition;
00045 typedef TPoints3D St_Points3D;
00046 typedef TPointsArray3D St_PointsArray3D;
00047 typedef TPolyLineShape St_PolyLineShape;
00048 typedef TTable St_Table;
00049 typedef TTable3Points St_Table3Points;
00050 typedef TTableIter St_TableIter;
00051 typedef TTablePoints St_TablePoints;
00052 typedef TTableSorter St_TableSorter;
00053 typedef TTableDescriptor St_tableDescriptor;
00054
00055
00056
00057
00058
00059
00060
00061
00062
00063
00064
00065
00066
00067
00068 #endif