Inheritance diagram for X3DTK::X3DComponentVisitor:
A component visitor is a visitor for a component of the X3D nodes. It records callbacks of three different types. Enter, walkOn and leave functions can be recorded. For more details about defining and recording callbacks, see the processor page. Two syntaxes can be used depending on the compiler used.
|
Constructor.
|
|
Destructor.
|
|
Define a new leave function. The node of type T must belong to the component, otherwise the function is not recorded. Portable syntax. |
|
Define a new walk On function. The node of type T must belong to the component, otherwise the function is not recorded. Portable syntax. |
|
Define a new enter function. The node of type T must belong to the component, otherwise the function is not recorded. Portable syntax. |
|
Define a new enter function. The node of type T must belong to the component, otherwise the function is not recorded. Preferred syntax. |
|
Define a new leave function. The node of type T must belong to the component, otherwise the function is not recorded. Preferred syntax. |
|
Define a new walk On function. The node of type T must belong to the component, otherwise the function is not recorded. Preferred syntax. |
|
Gets the enter function of SFType type.
|
|
Gets the leave function of SFType type.
|
|
Gets the WalkOn function of SFType type.
|