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::RenderingVisitor X3DTK::X3D::ShapeVisitor X3DTK::X3D::TexturingVisitor List of all members.

Public Member Functions

Protected Member Functions


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::defineNewEnterFunction void(C::*  ptrF)(T *) const  )  [inline, protected]
 

Define a new enter function.

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

Define a new leave function.

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

Define a new walk On function.

EnterFunction* X3DTK::X3DComponentVisitor::getEnterFunctionOf const Type type  )  const
 

Gets the enter function of name.

LeaveFunction* X3DTK::X3DComponentVisitor::getLeaveFunctionOf const Type type  )  const
 

Gets the leave function of name.

WalkOnFunction* X3DTK::X3DComponentVisitor::getWalkOnFunctionOf const Type type  )  const
 

Gets the WalkOn function of name.

void X3DTK::X3DComponentVisitor::setActiveAllFunctions  ) 
 

Sets all the functions active.

template<class T>
void X3DTK::X3DComponentVisitor::setActiveEnterFunction  )  [inline]
 

Sets the function active.

template<class T>
void X3DTK::X3DComponentVisitor::setActiveLeaveFunction  )  [inline]
 

Sets the function active.

template<class T>
void X3DTK::X3DComponentVisitor::setActiveWalkOnFunction  )  [inline]
 

Sets the function active.

void X3DTK::X3DComponentVisitor::setInactiveAllFunctions  ) 
 

Sets all the functions inactive.

template<class T>
void X3DTK::X3DComponentVisitor::setInactiveEnterFunction  )  [inline]
 

Sets the function inactive.

template<class T>
void X3DTK::X3DComponentVisitor::setInactiveLeaveFunction  )  [inline]
 

Sets the function inactive.

template<class T>
void X3DTK::X3DComponentVisitor::setInactiveWalkOnFunction  )  [inline]
 

Sets the function inactive.


Generated on Tue Jul 15 16:46:55 2003 for X3DToolKit by doxygen1.3