VMTK
|
writes Fluent .msh files. More...
#include <vtkvmtkFluentWriter.h>
Public Types | |
typedef vtkUnstructuredGridWriter | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkvmtkFluentWriter * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE |
virtual void | SetBoundaryDataArrayName (const char *) |
virtual char * | GetBoundaryDataArrayName () |
Static Public Member Functions | |
static vtkvmtkFluentWriter * | New () |
static int | IsTypeOf (const char *type) |
static vtkvmtkFluentWriter * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkvmtkFluentWriter () | |
~vtkvmtkFluentWriter () | |
void | ConvertFaceToLeftHanded (vtkUnstructuredGrid *input, vtkIdType tetraCellId, vtkIdType &id0, vtkIdType &id1, vtkIdType &id2) |
void | WriteData () VTK_OVERRIDE |
Protected Attributes | |
char * | BoundaryDataArrayName |
writes Fluent .msh files.
vtkvmtkFluentWriter writes Fluent .msh files. Many thanks to M. Xenos, Y. Alemu and D. Bluestein, BioFluids Laboratory, Stony Brook University, Stony Brook, NY, for the inputs on the file format.
Definition at line 38 of file vtkvmtkFluentWriter.h.
typedef vtkUnstructuredGridWriter vtkvmtkFluentWriter::Superclass |
Definition at line 42 of file vtkvmtkFluentWriter.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
|
static |
|
protectedvirtual |
vtkvmtkFluentWriter* vtkvmtkFluentWriter::NewInstance | ( | ) | const |
void vtkvmtkFluentWriter::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
Definition at line 56 of file vtkvmtkFluentWriter.h.