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

VisitingFunctions Class Reference

Concrete class defining the concept of visiting functions, by grouping the 3 visiting functions: enter, walkOn, leave. More...

List of all members.

Public Member Functions


Detailed Description

Concrete class defining the concept of visiting functions, by grouping the 3 visiting functions: enter, walkOn, leave.

Definition at line 17 of file VisitingFunctions.h.


Constructor & Destructor Documentation

VisitingFunctions const EnterFunction enter,
const WalkOnFunction walkon,
const LeaveFunction leave
 

Constructor.

~VisitingFunctions  ) 
 

Destructor.


Member Function Documentation

void enter SFNode  N  )  const [inline]
 

Enter the node.

Definition at line 33 of file VisitingFunctions.h.

References EnterFunction::enter().

void leave SFNode  N  )  const [inline]
 

leave the node.

Definition at line 37 of file VisitingFunctions.h.

References LeaveFunction::leave().

void setEnterFunction const EnterFunction enter  ) 
 

Sets the enter function.

void setLeaveFunction const LeaveFunction leave  ) 
 

Sets the leave function.

void setWalkOnFunction const WalkOnFunction walkon  ) 
 

Sets the walkOn function.

bool walkOn SFNode  N,
SFNode  child = 0
const [inline]
 

continue the node.

Definition at line 35 of file VisitingFunctions.h.

References WalkOnFunction::walkOn().


The documentation for this class was generated from the following file:
Generated on Wed May 14 10:38:16 2003 for X3DToolKit by doxygen1.3