GenerateRawVolumeTask
Inherits Task
Members
Name |
Documentation |
Type |
Description |
Optional |
---|---|---|---|---|
|
The lua dictionary file to export metadata to |
|
A valid filepath |
No |
|
A vector representing the number of cells in each dimension |
|
Value of type ‘Vector3 |
No |
|
A vector representing the lower bound of the domain |
|
Value of type ‘Vector3 |
No |
|
The raw volume file to export data to |
|
A valid filepath |
No |
|
The timestamp that is written to the metadata of this volume |
|
Value of type ‘String’ |
No |
|
A vector representing the upper bound of the domain |
|
Value of type ‘Vector3 |
No |
|
The Lua function used to compute the cell values |
|
A Lua expression that returns a function taking three numbers as arguments (x, y, z) and returning a number |
No |
Inherited members from Task
Name |
Documentation |
Type |
Description |
Optional |
---|---|---|---|---|
|
This key specifies the type of Task that gets created. It has to be one of the valid Tasks that are available for creation (see the FactoryDocumentation for a list of possible Tasks), which depends on the configration of the application |
|
A valid Task created by a factory |
No |