15 #include "CeeUnstructGrid/Base.h" 16 #include "CeeCore/RefCountedObject.h" 34 void setInputDimensions(
const std::vector<size_t>& inputDimensions);
35 void setOutputDimension(
size_t outputDimension);
37 size_t inputCount()
const;
38 size_t inputDimension(
size_t argumentIndex)
const;
39 size_t outputDimension()
const;
41 virtual bool computeItem(
const std::vector<const double*>& inputValues,
double* outputValues);
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
Base class for all reference counted objects with built-in support for intrusive reference counting...
Definition: RefCountedObject.h:34
A CustomResultFunction produces the output values of a custom result on a given item.
Definition: CustomResultFunction.h:28