|
ivutils
|
Saving grid data in VTK format. More...
#include <vtk_writer.h>


Additional Inherited Members | |
Public Member Functions inherited from apComponent | |
| void | InitComponent (const apComponent &other, const std::vector< int > &p_id=std::vector< int >()) |
| borrow settings from other component | |
| virtual void | DumpOther (const apComponent *comp, bool lim=false) |
| dump some component using dumper | |
| virtual void | DumpOther (int flags, const apComponent *comp, bool lim=false) |
| dump some component using dumper and checking bit flags | |
| virtual void | Dump (bool lim=false) |
| dump itself using dumper | |
Protected Types inherited from apComponent | |
| typedef std::set< apComponent * > | registry_t |
| name used in dump and runlog files | |
Protected Member Functions inherited from apComponent | |
| virtual void | AddDefaultTimers (const std::vector< int > &p_id) |
| connect internal timers hierarchy from log to external timers p_id | |
| void | start (int id) |
| start timers | |
| void | stop (int id, int force=0) |
| stop timers | |
Protected Attributes inherited from apComponent | |
| int | ut |
| if information about this object will be dumped | |
| std::string | name |
| if timers will be used | |
Saving grid data in VTK format.