#ifndef MYMESHBUILDERRENDERINGVISITOR_H #define MYMESHBUILDERRENDERINGVISITOR_H #include #include "X3D_MyCoordinate.h" namespace X3DTK { namespace X3D { // Visitor for the Rendering component of the MyMeshBuilder processor. template class MyMeshBuilderRenderingVisitor : public TemplateMeshBuilderRenderingVisitor { public: MyMeshBuilderRenderingVisitor(); static void enterMyCoordinate(MyCoordinate *C); }; } } #include "X3D_MyMeshBuilderRenderingVisitor.inl" #endif