00001 #include "GLShapeVisitor.h" 00002 00003 #include <iostream> 00004 00005 using namespace X3DTK; 00006 using namespace std; 00007 00008 GLShapeVisitor::GLShapeVisitor() 00009 { 00010 defineComponentName("GLShape"); 00011 } 00012 00013 GLShapeVisitor::~GLShapeVisitor() 00014 { 00015 } 00016