Diffpack Documentation


Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

SimRes2bob.h

Go to the documentation of this file.
00001 
00005 class SimRes2bob : public SimResFilter
00006 
00007 {
00008 public:
00009 
00010   SimRes2bob ();
00011  ~SimRes2bob () {}
00012 
00013  virtual void usage ();
00014  virtual void simresHeader (PlotSpecifications& plotspec);
00015  virtual void simresFooter  (PlotSpecifications& plotspec);
00016  virtual void processFormatSpecificOptions
00017    (VecSimple(String)&  arguments, PlotSpecifications& plotspec);
00018 
00019  virtual void exportScalarField
00020    (
00021     Field&               scalarfield,
00022     FieldInformation&    fieldinfo,
00023     PlotSpecifications&  plotspec
00024    );
00025 
00026  virtual void exportVectorField
00027    (
00028     Fields&              vectorfield,
00029     FieldInformation&    fieldinfo,
00030     PlotSpecifications&  plotspec
00031    );
00032 };
00033 
00034 

Copyright © 2003 inuTech GmbH. All rights reserved.