VMTK
|
writes TetGen .msh files. More...
#include <vtkvmtkTetGenWriter.h>
Public Types | |
typedef vtkUnstructuredGridWriter | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkvmtkTetGenWriter * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE |
virtual void | SetBoundaryDataArrayName (const char *) |
virtual char * | GetBoundaryDataArrayName () |
Static Public Member Functions | |
static vtkvmtkTetGenWriter * | New () |
static int | IsTypeOf (const char *type) |
static vtkvmtkTetGenWriter * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkvmtkTetGenWriter () | |
~vtkvmtkTetGenWriter () | |
void | ConvertFaceToLeftHanded (vtkUnstructuredGrid *input, vtkIdType tetraCellId, vtkIdType &id0, vtkIdType &id1, vtkIdType &id2) |
void | WriteData () VTK_OVERRIDE |
Protected Attributes | |
char * | BoundaryDataArrayName |
writes TetGen .msh files.
vtkvmtkTetGenWriter writes TetGen .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 vtkvmtkTetGenWriter.h.
typedef vtkUnstructuredGridWriter vtkvmtkTetGenWriter::Superclass |
Definition at line 42 of file vtkvmtkTetGenWriter.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
|
static |
|
protectedvirtual |
vtkvmtkTetGenWriter* vtkvmtkTetGenWriter::NewInstance | ( | ) | const |
void vtkvmtkTetGenWriter::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
Definition at line 56 of file vtkvmtkTetGenWriter.h.