basic/geometry/vrml_reader/VrmlBboxSize.h

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

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