man SoComposeVec4f () - composes 4D vectors from floating-point values
NAME
SoComposeVec4f - composes 4D vectors from floating-point values
INHERITS FROM
SoBase > SoFieldContainer > SoEngine > SoComposeVec4f
SYNOPSIS
#include <Inventor/engines/SoCompose.h>
Inputs from class SoComposeVec4f:
c
}
c
}
x
c
}
c
}
y
c
}
c
}
z
c
}
c
}
w
Outputs from class SoComposeVec4f:
c
}
c
}
vector
Methods from class SoComposeVec4f:
c
}
c
}
SoComposeVec4f()
Methods from class SoEngine:
c
}
c
}
getClassTypeId()
c
}
c
}
getOutputs(SoEngineOutputList &list) const
c
}
c
}
getOutput(const SbName &outputName) const
c
}
c
}
getOutputName(const SoEngineOutput *output, SbName &outputName) const
c
}
c
}
copy() const
c
}
c
}
getByName(const SbName &name)
c
}
c
}
getByName(const SbName &name, SoEngineList &list)
Methods from class SoFieldContainer:
c
}
c
}
setToDefaults()
c
}
c
}
hasDefaultValues() const
c
}
c
}
fieldsAreEqual(const SoFieldContainer *fc) const
c
}
c
}
copyFieldValues(const SoFieldContainer *fc, SbBool copyConnections = FALSE)
c
}
c
}
set(const char *fieldDataString)
c
}
c
}
get(SbString &fieldDataString)
c
}
c
}
getFields(SoFieldList &resultList) const
c
}
c
}
getField(const SbName &fieldName) const
c
}
c
}
getFieldName(const SoField *field, SbName &fieldName) const
c
}
c
}
isNotifyEnabled() const
c
}
c
}
enableNotify(SbBool flag)
Methods from class SoBase:
c
}
c
}
ref()
c
}
c
}
unref() const
c
}
c
}
unrefNoDelete() const
c
}
c
}
touch()
c
}
c
}
getTypeId() const
c
}
c
}
isOfType(SoType type) const
c
}
c
}
setName(const SbName &name)
c
}
c
}
getName() const
DESCRIPTION
This engine takes four floating-point inputs and composes a 4D vector. The input fields can have multiple values, allowing the engine to compose several vectors in parallel. Some inputs may have more values than others. In such cases, the last value of the shorter inputs will be repeated as necessary.
INPUTS
c
}
c
}
x
The x component.
c
}
c
}
y
The y component.
c
}
c
}
z
The z component.
c
}
c
}
w
The w component.
OUTPUTS
c
}
c
}
vector
Vector composed of x, y, z, and w.
METHODS
c
}
c
}
SoComposeVec4f()
Constructor
FILE FORMAT/DEFAULTS
ComposeVec4f { x 0 y 0 z 0 w 0 }
SEE ALSO
SoDecomposeVec4f, SoEngineOutput