libsim Versione 7.2.6
Riferimenti per il modulo vol7d_serialize_class

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...
 

Funzioni/Subroutine

type(vol7d_serialize) function, public vol7d_serialize_new ()
 Constructor for the vol7d_serialize class.
 
subroutine vol7d_serialize_optionparser (this, opt, ext)
 Method for adding the standard vol7d_serialize command-line options to a program.
 
subroutine vol7d_serialize_parse (this, category)
 Method for parsing the command-line options provided.
 

Descrizione dettagliata

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.


Generated with Doxygen.