Main Page | Namespace List | Class Hierarchy | Data Structures | File List | Data Fields | Globals

rootnode.h

Go to the documentation of this file.
00001 //--- < ROOTNODE.H > ------------| ViewGraph - A Flexible Graph view Framework |
00002 //
00003 // RootNode is the scene root node.
00004 // It has no parent.
00005 // 
00006 // $Author: botik32 $
00007 // $Revision: 1.1.1.1 $
00008 // $Date: 2004/03/26 10:50:24 $
00009 //-----------------------------------------------------------------------------/
00010 
00011 #ifndef ROOTNODE_H
00012 #define ROOTNODE_H
00013 
00014 class RootNode
00015 {
00016 protected:
00017         SceneNode *children;
00018 public:
00019         void AddNode( SceneNode * );
00020         void RemoveNode( SceneNode * );
00021 
00022         RootNode();
00023 }
00024 #endif
00025 
00026 /// $Log: rootnode.h,v $
00027 /// Revision 1.1.1.1  2004/03/26 10:50:24  botik32
00028 /// Initial release
00029 ///
00030 /// Revision 1.1.1.1  2004/03/26 08:53:33  botik
00031 /// initial import
00032 ///
00033 ///
00034 /// Revision 1.1  2003/10/24 16:29:10  botik
00035 /// Added more scene support: special scene nodes as well as a
00036 /// camera class that acts as glue between the graph master and the
00037 /// surface.
00038 ///
00039 

Generated on Wed Jun 23 18:47:21 2004 for cZUI by doxygen 1.3.5