13#ifndef SO_CALCULATOR_WRAPPER_H
14#define SO_CALCULATOR_WRAPPER_H
19#include <ThirdPartyWarningsDisable.h>
20#include <Inventor/engines/SoSubEngine.h>
21#include <Inventor/fields/SoSFFloat.h>
22#include <Inventor/fields/SoSFVec3f.h>
23#include <ThirdPartyWarningsRestore.h>
SoCalculatorWrapper wraps the SoCalculator engine to make it usable inside of MeVisLab.
SoCalculatorWrapper()
Constructor.
static void initClass()
inventor runtime type system init
void inputChanged(SoField *whichField) override
handle input field changes and recompute output fields
~SoCalculatorWrapper() override
SoSFVec3f ova
output vector fields
SoSFString expression
expression that is used to calculate the results
void evaluate() override
empty reimplementation of SoEngine method
SoSFVec3f va
input vector fields
SoSFFloat oa
output float fields
Target mlrange_cast(Source arg)
Generic version of checked ML casts.