#include <SimResFilterUtil.h>
Public Methods | |
| FieldInformation () | |
Public Attributes | |
| String | type |
| String | name |
| real | t |
| int | f |
| int | comp |
| int | maxcomp |
| String | output_filename |
NAME: FieldInformation - help class for class SimResFilter
class PlotSpecifications
{ public:
bool scalar; String fieldname; String filename; SetOfNo(real) time; SetOfNo(int) fieldnum;
String output_filename; bool descriptive_output_filename;
bool quiet; bool all_with_same_name; bool all_fields;
Format_type format;
bool type_found; bool fieldname_found; bool filename_found; bool format_found;
bool flip_x, flip_y, flip_z; real x0, y0, z0;
String drawgrid_prm;
ExternalScalarHandlerFP scalarCallBack; ExternalVectorHandlerFP vectorCallBack;
PlotSpecifications (); };
/*! \class PlotSpecifications docsrc/SimResFilterUtil.h SimResFilterUtil.h
NAME: PlotSpecifications - help class for class SimResFilter
DESCRIPTION:
Class "PlotSpecifications" contains the user given information about the fields that are to be extracted from a simres file. See the the "driver" in class "SimResFilter" for details on how the various data members of class "PlotSpecifications" are related to command line arguments of the simres export programs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|