2 if (! strstr(gSystem->GetLibraries(),
"libTable")) {
3 gSystem->Load(
"libGeom"); gSystem->Load(
"libTable");
5 gInterpreter->ProcessLine(
"typedef TCL StCL;");
6 gInterpreter->ProcessLine(
"typedef TDataSet St_DataSet ;");
7 gInterpreter->ProcessLine(
"typedef TDataSetIter St_DataSetIter;");
8 gInterpreter->ProcessLine(
"typedef TFileSet St_FileSet;");
9 gInterpreter->ProcessLine(
"typedef TVolume St_Node;");
10 gInterpreter->ProcessLine(
"typedef TVolumePosition St_NodePosition;");
11 gInterpreter->ProcessLine(
"typedef TVolumeView St_NodeView;");
12 gInterpreter->ProcessLine(
"typedef TVolumeViewIter St_NodeViewIter;");
13 gInterpreter->ProcessLine(
"typedef TObjectSet St_ObjectSet;");
15 gInterpreter->ProcessLine(
"typedef TPoints3D St_Points3D;");
16 gInterpreter->ProcessLine(
"typedef TPointsArray3D St_PointsArray3D;");
17 gInterpreter->ProcessLine(
"typedef TPolyLineShape St_PolyLineShape;");
18 gInterpreter->ProcessLine(
"typedef TTable St_Table;");
19 gInterpreter->ProcessLine(
"typedef TTable3Points St_Table3Points;");
20 gInterpreter->ProcessLine(
"typedef TTableIter St_TableIter;");
21 gInterpreter->ProcessLine(
"typedef TTablePoints St_TablePoints;");
22 gInterpreter->ProcessLine(
"typedef TTableSorter St_TableSorter;");
23 gInterpreter->ProcessLine(
"typedef TTableDescriptor St_tableDescriptor;");