basic/geometry/vrml_reader/VrmlWorldInfo.h

Go to the documentation of this file.
00001 #ifndef _VRMLWORLDINFO_H_
00002 #define _VRMLWORLDINFO_H_
00003 
00004 #include "VrmlNode.h"
00005 
00006 class VrmlWorldInfo 
00007 :
00008         public VrmlNode
00009 {
00010 public:
00011         //data
00012 
00013         //methods
00014         virtual void Parse( char*& buffer );
00015         virtual void Render( VrmlStack& stack ) const;
00016         virtual IGS_Object* RenderToIGS( VrmlStack& stack ) const;
00017 
00018 protected:
00019 };
00020 
00021 
00022 #endif

Generated on Sat Apr 1 21:30:34 2006 for Motion Planning Kernel by  doxygen 1.4.6-NO