|
libsim
Versione7.1.6
|
Extension of vol7d_class for serializing the contents of a volume. Continua...
Tipi di dato | |
| type | vol7d_serialize |
| Class for serializing a vol7d object. Continua... | |
| type | vol7d_serialize_itercol |
| Iterator object for iterating over "column" of a line in a vol7d serialization. Continua... | |
| type | vol7d_serialize_iterline |
| Iterator object for iterating over "lines" in a vol7d serialization. Continua... | |
Membri pubblici | |
| type(vol7d_serialize) function, public | vol7d_serialize_new () |
| Constructor for the vol7d_serialize class. Continua... | |
Membri privati | |
| subroutine | vol7d_serialize_optionparser (this, opt, ext) |
| Method for adding the standard vol7d_serialize command-line options to a program. Continua... | |
| subroutine | vol7d_serialize_parse (this, category) |
| Method for parsing the command-line options provided. Continua... | |
Extension of vol7d_class for serializing the contents of a volume.
This module defines a class which allows to iterate over all the elements of a vol7d object and call specific callbacks for every element encountered. The default callbacks provided generate a csv representation of the volume, but che class can be extended in F2003 sense and the callbacks can be redefined in order to obtain a fully configurable serialized output from a vol7d object.
Definizione alla linea 61 del file vol7d_serialize_class.F03.