Class SoMultipleInstanceBase

All Implemented Interfaces:
SafeDisposable
Direct Known Subclasses:
SoMultipleInstance

public class SoMultipleInstanceBase extends SoGroup
Abstract group node that traverses its children multiple times. This abstract group node traverses its children, in order, multiple times, applying different per-instance attributes each time. This allows the user to put multiple copies of the same data in different locations easily and efficiently.

Traversing the Nth child sets the current switch value to N , for use with inherited switch values (see SoSwitch).

Action behavior:

SoGLRenderAction, SoCallbackAction, SoGetBoundingBoxAction, SoRayPickAction
Traverses all children for each matrix, saving and restoring state before and after each traversal. Sets: SoSwitchElement

SoSearchAction
Traverses all children once, setting the inherited switch value to SO_SWITCH_ALL first.

See Also: