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

X3DTK::X3DComponentVisitor Class Reference

Abstract class defining the concept of component visitor. More...

Inheritance diagram for X3DTK::X3DComponentVisitor:

X3DTK::X3DComponent X3DTK::AbstractVisitor X3DTK::GL::CoreVisitor X3DTK::GL::Geometry3DVisitor X3DTK::GL::GroupingVisitor X3DTK::GL::RenderingVisitor X3DTK::GL::ShapeVisitor X3DTK::GL::TexturingVisitor X3DTK::MESH::CoreVisitor X3DTK::X3D::CoreVisitor X3DTK::X3D::Geometry3DVisitor X3DTK::X3D::GroupingVisitor X3DTK::X3D::InterpolationVisitor X3DTK::X3D::LightingVisitor X3DTK::X3D::NavigationVisitor X3DTK::X3D::NetworkingVisitor X3DTK::X3D::NURBSVisitor X3DTK::X3D::RenderingVisitor X3DTK::X3D::ShapeVisitor X3DTK::X3D::TexturingVisitor List of all members.

Public Methods

Protected Methods


Detailed Description

Abstract class defining the concept of component visitor.


Constructor & Destructor Documentation

X3DTK::X3DComponentVisitor::X3DComponentVisitor  
 

Constructor.

virtual X3DTK::X3DComponentVisitor::~X3DComponentVisitor   [pure virtual]
 

Destructor.


Member Function Documentation

template<class C, class T>
void X3DTK::X3DComponentVisitor::defineEnterFunction void(C::*    ptrF)(T *) const [protected]
 

Define a new enter function.

template<class C, class T>
void X3DTK::X3DComponentVisitor::defineLeaveFunction void(C::*    ptrF)(T *) const [protected]
 

Define a new leave function.

template<class C, class T>
void X3DTK::X3DComponentVisitor::defineWalkOnFunction bool(C::*    ptrF)(T *, SFAbstractNode) const [protected]
 

Define a new walk On function.

EnterFunction* X3DTK::X3DComponentVisitor::getEnterFunctionOf const SFType   type const
 

Gets the enter function of name.

LeaveFunction* X3DTK::X3DComponentVisitor::getLeaveFunctionOf const SFType   type const
 

Gets the leave function of name.

WalkOnFunction* X3DTK::X3DComponentVisitor::getWalkOnFunctionOf const SFType   type const
 

Gets the WalkOn function of name.


Generated on Mon Jan 19 10:32:13 2004 for X3DToolKit by doxygen1.2.18