Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

X3DAppearanceNode.cpp

Go to the documentation of this file.
00001 #include "X3DAppearanceNode.h"
00002 
00003 using namespace X3DTK;
00004 
00005 X3DAppearanceNode::X3DAppearanceNode()
00006 : X3DNode()
00007 {
00008   defineTagName("X3DAppearanceNode", "Shape");
00009 }
00010 
00011 X3DAppearanceNode::X3DAppearanceNode(const X3DAppearanceNode &N)
00012 : X3DNode(N)
00013 {
00014   defineTagName("X3DAppearanceNode", "Shape");
00015 }
00016 
00017 SFNode X3DAppearanceNode::clone() const
00018 {
00019   return 0;
00020 }
00021 
00022 X3DAppearanceNode::~X3DAppearanceNode()
00023 {
00024 }

Generated on Wed May 14 10:03:11 2003 for X3DToolKit by doxygen1.3