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

X3DMaterialNode.cpp

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

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