Abstract class for deriving classes which format the data for visualization. More...
#include <output.h>
Inherited by GmshOutputEngine, and VtkOutputEngine.
Public Member Functions | |
| virtual | ~OutputEngine () |
| virtual void | out (MeshFunction *fn, const char *name, int item=FN_VAL_0)=0 |
| Run the output with specified output engine. | |
| virtual void | out (Mesh *mesh)=0 |
Abstract class for deriving classes which format the data for visualization.
| virtual OutputEngine::~OutputEngine | ( | ) | [inline, virtual] |
| virtual void OutputEngine::out | ( | Mesh * | mesh | ) | [pure virtual] |
Implemented in GmshOutputEngine, and VtkOutputEngine.
| virtual void OutputEngine::out | ( | MeshFunction * | fn, | |
| const char * | name, | |||
| int | item = FN_VAL_0 | |||
| ) | [pure virtual] |
Run the output with specified output engine.
| [in] | fn | A function that will be visualized |
Implemented in GmshOutputEngine, and VtkOutputEngine.
1.6.3