instantreality 1.0

Component:
EventUtilities
Status:
fully implemented
Structure type:
concrete
Standard:
Avalon

Splitter

Splits incoming MF values into the single components and transfers each single value to one single ROUTE connected to the "out" outslot. I.e. when you send the MFInt32 value [ 0 8 15 ] to the "in" inslot of this node, the SFInt32 value 0 is sent via the first ROUTE connected to the "out" outslot of this node, 8 is sent to the second ROUTE, and 15 to the third ROUTE.

Inheritance

Code

XML encoding
<Splitter mode='sorted'
minIndex='0'
maxIndex='-1'
enabled='TRUE'
logFeature=''
 />
Classic encoding
Splitter {
	mode "sorted"
	minIndex 0
	maxIndex -1
	enabled TRUE
	logFeature [""]
}

Interface

Filter: X3D only | Avalon only | All
id Name DataType PartType Default ValueType Description
SFNode metadata SFNode inputOutput MetadataObject container for payload metadata inside MetadataSet element