#include "X3D_ShapeVisitor.h" #include using namespace std; namespace X3DTK { namespace X3D { ShapeVisitor::ShapeVisitor() { defineComponentName("Shape", "X3D"); } ShapeVisitor::~ShapeVisitor() { } } }