#include <SimRes2explorer.h>
Inheritance diagram for SimRes2explorer::

Public Methods | |
| SimRes2explorer () | |
| ~SimRes2explorer () | |
| virtual void | usage () |
| virtual void | simresHeader (PlotSpecifications &plotspec) |
| virtual void | simresFooter (PlotSpecifications &plotspec) |
| virtual void | processFormatSpecificOptions (VecSimple(String) &arguments, PlotSpecifications &plotspec) |
| virtual void | exportScalarField (Field &scalarfield, FieldInformation &fieldinfo, PlotSpecifications &plotspec) |
| virtual void | exportVectorField (Fields &vectorfield, FieldInformation &fieldinfo, PlotSpecifications &plotspec) |
Static Public Methods | |
| void | plotVector (const FieldsFE &vector_field, const String &filename, const Format_type format=ASCII, const char *label="Vector,*") |
| void | plotScalar (const FieldFE &scalar_field, const String &filename, const Format_type format=ASCII, const char *label="Scalar,*") |
| void | plotVector (const FieldsLattice &vector_field, const String &filename, const Format_type format=ASCII) |
| void | plotScalar (const FieldLattice &scalar_field, const String &filename, const Format_type format=ASCII) |
Public Attributes | |
| String | label |
NAME: SimRes2explorer - class for exporting simres data to IRIS Explorer
DESCRIPTION:
This class filters data in SimRes format to the format used by the visualization program IRIS Explorer.
|
|
See class "SimResFilter". |
|
|
|
|
|
export a scalar field to a file format that can be read by a specific visualization program. Reimplemented from SimResFilter. |
|
|
as "exportScalarField", but handles vector fields instead. Reimplemented from SimResFilter. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
process remaining command line arguments in derived classes (after "SimResFilter driver" has processed the arguments that are common to all filters). Reimplemented from SimResFilter. |
|
|
task to be done just before exiting the filter. Reimplemented from SimResFilter. |
|
|
task to be done once initially, after processing of command line args (in "driver"). Reimplemented from SimResFilter. |
|
|
description of various command line arguments. The command line arguments that are common to all filters are explained in "SimResFilter usage" and processed in "SimResFilter driver". Additional command line arguments can be explained in the "usage" function in derived classes and processed in the "processFormatSpecificOptions" function in the derived class. Reimplemented from SimResFilter. |
|
|
|