StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
St_NodeView.h
1 //*-- Author : Valery Fine(fine@bnl.gov) 25/12/98
2 // $Id: St_NodeView.h,v 1.1 2000/02/25 00:48:07 fine Exp $
3 // $Log: St_NodeView.h,v $
4 // Revision 1.1 2000/02/25 00:48:07 fine
5 // temporary interface for ROOT 2.23/12 with STAR classes inside
6 //
7 // Revision 1.22 1999/11/16 16:29:57 fine
8 // TObject::GetObjectInfo() implemented
9 //
10 // Revision 1.21 1999/11/13 16:59:17 fine
11 // St_Node and St_NodeView headers adjusted to ROOT 2.23/ not compatible with ROOT 2.22 anymore though!
12 //
13 // Revision 1.20 1999/09/22 03:51:50 fine
14 // New method and RMath class to manage different transformation have been introduced
15 //
16 // Revision 1.19 1999/07/09 17:52:56 fine
17 // New ctors to create sub-view between two nodes
18 //
19 // Revision 1.18 1999/07/09 01:56:39 fine
20 // New method to contrsuct sub views and manage visibilities
21 //
22 // Revision 1.17 1999/06/21 22:16:55 fine
23 // Some clean up
24 //
25 // Revision 1.16 1999/06/14 09:30:31 fine
26 // default ctor clean
27 //
28 // Revision 1.15 1999/06/14 08:45:28 fine
29 // List of the shapes have been introduced for St_NodeView
30 //
31 // Revision 1.14 1999/06/05 00:42:32 fine
32 // SetLineAttribute methods have been introduced
33 //
34 // Revision 1.13 1999/05/29 20:52:33 fine
35 // Several method to estimat range of 3D object were introduced
36 //
37 // Revision 1.12 1999/04/23 22:47:36 fine
38 // Node family has been adjusted for St_PolyLineShape class
39 //
40 // Revision 1.11 1999/04/23 00:09:19 fine
41 // Working verion of PolyLineShape. Some correction for St_Node family as well
42 //
43 // Revision 1.10 1999/04/13 14:26:41 fine
44 // Geometry-based dataset implementation, next step
45 //
46 // Revision 1.9 1999/04/10 15:05:05 fine
47 // First working version of SavePrimitive. New ctor has been introduced to back SavePrimitive
48 //
49 // Revision 1.8 1999/04/09 23:24:08 fine
50 // St_NodeView::SavePrimitive() - first approach
51 //
52 // Revision 1.7 1999/04/08 16:44:10 fine
53 // Working version of the NodeView family
54 //
55 // Revision 1.6 1999/03/30 16:24:02 fine
56 // Corrections towards GEANT manager
57 //
58 // Revision 1.5 1999/03/29 19:25:26 fine
59 // Visibility flag have been activated. Some working correction
60 //
61 #ifndef STAR_St_NodeView
62 #define STAR_St_NodeView
63 
65 // //
66 // St_NodeView - TVolumeView //
67 // //
69 
70 #include "StTypeDefs.h"
71 #include <TVolumeView.h>
72 
73 #endif
74