|
KSeExpr 6.0.0.0
|
Classes | |
| struct | Data |
Public Member Functions | |
| MapFuncX () | |
| ~MapFuncX () override=default | |
| MapFuncX & | operator= (MapFuncX &&)=default |
| MapFuncX & | operator= (const MapFuncX &)=default |
| MapFuncX (MapFuncX &&)=default | |
| MapFuncX (const MapFuncX &)=default | |
Public Member Functions inherited from KSeExpr::ExprFuncSimple | |
| ExprFuncSimple (const bool threadSafe) | |
| int | buildInterpreter (const ExprFuncNode *node, Interpreter *interpreter) const override |
| Build an interpreter to evaluate the expression. | |
Public Member Functions inherited from KSeExpr::ExprFuncX | |
| ExprFuncX (const bool threadSafe) | |
| ExprFuncX (const ExprFuncX &)=default | |
| ExprFuncX (ExprFuncX &&)=default | |
| ExprFuncX & | operator= (const ExprFuncX &)=default |
| ExprFuncX & | operator= (ExprFuncX &&)=default |
| virtual ExprType | type () const |
| virtual | ~ExprFuncX ()=default |
| bool | isThreadSafe () const |
| virtual size_t | sizeInBytes () const |
| Return memory usage of a funcX in bytes. | |
| virtual void | statistics (Statistics &) const |
| Give this function a chance to populate its statistics. | |
Private Member Functions | |
| ExprType | prep (ExprFuncNode *node, bool, ExprVarEnvBuilder &envBuilder) const override |
| ExprFuncNode::Data * | evalConstant (const ExprFuncNode *, ArgHandle) const override |
| void | eval (ArgHandle args) override |
Additional Inherited Members | |
Protected Attributes inherited from KSeExpr::ExprFuncX | |
| bool | _isScalar {} |
| ExprType | _type |
Definition at line 68 of file imageSynthForPaint3d.cpp.
|
inline |
Definition at line 104 of file imageSynthForPaint3d.cpp.
|
overridedefault |
|
default |
Implements KSeExpr::ExprFuncSimple.
Definition at line 89 of file imageSynthForPaint3d.cpp.
References KSeExpr::ExprFuncSimple::ArgHandle::inFp(), KSeExpr::ExprFuncSimple::ArgHandle::nargs(), and KSeExpr::ExprFuncSimple::ArgHandle::outFp.
|
inlineoverrideprivatevirtual |
Implements KSeExpr::ExprFuncSimple.
Definition at line 84 of file imageSynthForPaint3d.cpp.
|
inlineoverrideprivatevirtual |
prep the expression by doing all type checking argument checking, etc.
Implements KSeExpr::ExprFuncSimple.
Definition at line 75 of file imageSynthForPaint3d.cpp.
References KSeExpr::ExprType::Error(), KSeExpr::ExprType::FP(), and KSeExpr::ExprType::Varying().