ivutils
|
Class for requesting dumps of objects and components (including geometric) into files. More...
#include <component.h>
Public Member Functions | |
apDump (apConfig *config_=theConfig, apMPIComm *comm_=&theComm) | |
Constructor, all specializations are on by default. | |
virtual void | Dump (const apComponent *comp, bool lim=false) |
find if this dump and component are presented in fmap and apply corresponding dump function | |
Protected Member Functions | |
std::string | add_spec (const apComponent *comp, std::string name) |
add prefix and component name as a prefix to given name | |
Protected Attributes | |
file_manager | fm |
collection of files currently used for dumping | |
std::map< std::string, int > | regindex |
Map between filename and current index of the region. | |
Class for requesting dumps of objects and components (including geometric) into files.
Manager files to manage file which are opened or closed
|
protected |
Map between filename and current index of the region.
Ads index information for each region in gnuplot comment. May be used in gnuplot to plot selected regions with index a:b.