Next: Interfaces
Up: IsoSurfacer
Previous: Acknowledgements
Contents
allow_empty_sends |
Scope: private |
| BOOLEAN |
Description:Allow the Isosurfacer to send zero-length vertex lists to the client application. Ordinarily these zero-length sends are supressed. |
|
|
|
| Default: no |
compute_normals |
Scope: private |
| BOOLEAN |
Description:Compute Vertex Normals. |
|
|
|
| Default: no |
controlport |
Scope: private |
| INT |
Description:controlport for socket connection (input port) |
|
Range |
|
| Default: 7050 |
1:65535 |
some positive integer |
|
dataport |
Scope: private |
| INT |
Description:dataport for socket connection (output port) |
|
Range |
|
| Default: 7051 |
1:65535 |
Some positive integer |
|
format_str |
Scope: private |
| STRING |
Description:If the precision specified in the default format string is less than what you need, then insert your own format for floating point numbers here |
|
Range |
|
| Default: %3.3f |
.* |
A regex which matches everything |
|
isosurfacer |
Scope: private |
| STRING |
Description:What to isosurface and how. Format:{(functionName) (isolevel1, isolevel2, ...) (format1, format2, ...) (itiso, resolution, firstIteration, uniqverts)} {} ...:: only for backward compability with old isosurfacer |
|
Range |
|
| Default: (none) |
.* |
compatability with original isosurfacer |
|
isovalue |
Scope: private |
| REAL |
Description:Isosurface value |
|
Range |
|
| Default: 1.0 |
: |
Any floating point value |
|
out_dir |
Scope: private |
| STRING |
Description:Output directory for IsoSurfacer files, overrides IO::out_dir |
|
Range |
|
| Default: (none) |
.+ |
A valid directory name |
|
^$ |
An empty string to choose the default from IO::out_dir |
|
out_every |
Scope: private |
| INT |
Description:How often to output isosurfaces, overrides IO::out_every |
|
Range |
|
| Default: -1 |
1:* |
Every so many iterations |
|
0: |
Disable IsoSurfacer output |
|
-1: |
Default to IO::out_every |
|
out_format |
Scope: private |
| STRING |
Description:What format to output isosufaces |
|
Range |
|
| Default: None |
.* |
Comma separated list. Can be UCD, VRML, ASCII, SOCK or None |
|
out_start |
Scope: private |
| INT |
Description:First iteration to start drawing isosurfaces |
|
Range |
|
| Default: 1 |
1: |
Some positive integer |
|
out_vars |
Scope: private |
| STRING |
Description:Variable to output isosurfaces for |
|
Range |
|
| Default: (none) |
.+ |
Fully qualified variable name |
|
^$ |
An empty string to output nothing |
|
send_normals |
Scope: private |
| BOOLEAN |
Description:Send Vertex Normals. |
|
|
|
| Default: no |
io_out_dir |
Scope: shared from IO |
| STRING |
io_out_every |
Scope: shared from IO |
| INT |
verbose |
Scope: shared from IO |
| KEYWORD |
Next: Interfaces
Up: IsoSurfacer
Previous: Acknowledgements
Contents
|