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

X3DTK::X3DComponentVisitor Class Reference
[processor]

Abstract class declared in <X3DTK/kernel.h> 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 Member Functions

Protected Member Functions


Detailed Description

Abstract class declared in <X3DTK/kernel.h> 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 T>
void X3DTK::X3DComponentVisitor::defineEnterFunction void(*  ptrF)(T *)  )  [protected]
 

Define a new enter function.

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

Define a new leave function.

template<class T>
void X3DTK::X3DComponentVisitor::defineWalkOnFunction bool(*  ptrF)(T *, SFAbstractNode)  )  [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 Wed Apr 7 12:15:29 2004 for X3DToolKit by doxygen 1.3.3