Changes between Version 9 and Version 10 of Ticket #772


Ignore:
Timestamp:
Jul 14, 2015, 3:13:56 PM (9 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #772

    • Property Type defectenhancement
  • Ticket #772 – Description

    v9 v10  
    77Mandatory extra parameters:
    88- `domain` - minterval, e.g. `[1:5,0:10,2:3]`
    9 - `basetype` - array base type, e.g. `RGBPixel`, `long`, `char`, etc.
     9 - the domain has to match the number of cells read from the input file
     10- `basetype` - array base type, e.g. `long`, `char`, etc.
     11 - struct types have to be specified fully, e.g. `struct { char red, char blue, char green }`
    1012
    1113== Example ==