VMTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkvmtkFluentWriter Class Reference

writes Fluent .msh files. More...

#include <vtkvmtkFluentWriter.h>

Inheritance diagram for vtkvmtkFluentWriter:
[legend]
Collaboration diagram for vtkvmtkFluentWriter:
[legend]

Public Types

typedef vtkUnstructuredGridWriter Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkvmtkFluentWriterNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE
 
virtual void SetBoundaryDataArrayName (const char *)
 
virtual char * GetBoundaryDataArrayName ()
 

Static Public Member Functions

static vtkvmtkFluentWriterNew ()
 
static int IsTypeOf (const char *type)
 
static vtkvmtkFluentWriterSafeDownCast (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
 

Detailed Description

writes Fluent .msh files.

Date
2006/04/06 16:47:47
Revision
1.2

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.

Member Typedef Documentation

◆ Superclass

typedef vtkUnstructuredGridWriter vtkvmtkFluentWriter::Superclass

Definition at line 42 of file vtkvmtkFluentWriter.h.

Constructor & Destructor Documentation

◆ vtkvmtkFluentWriter()

vtkvmtkFluentWriter::vtkvmtkFluentWriter ( )
protected

◆ ~vtkvmtkFluentWriter()

vtkvmtkFluentWriter::~vtkvmtkFluentWriter ( )
protected

Member Function Documentation

◆ New()

static vtkvmtkFluentWriter* vtkvmtkFluentWriter::New ( )
static

◆ IsTypeOf()

static int vtkvmtkFluentWriter::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkvmtkFluentWriter::IsA ( const char *  type)
virtual

◆ SafeDownCast()

static vtkvmtkFluentWriter* vtkvmtkFluentWriter::SafeDownCast ( vtkObjectBase *  o)
static

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkvmtkFluentWriter::NewInstanceInternal ( ) const
protectedvirtual

◆ NewInstance()

vtkvmtkFluentWriter* vtkvmtkFluentWriter::NewInstance ( ) const

◆ PrintSelf()

void vtkvmtkFluentWriter::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

◆ SetBoundaryDataArrayName()

virtual void vtkvmtkFluentWriter::SetBoundaryDataArrayName ( const char *  )
virtual

◆ GetBoundaryDataArrayName()

virtual char* vtkvmtkFluentWriter::GetBoundaryDataArrayName ( )
virtual

◆ ConvertFaceToLeftHanded()

void vtkvmtkFluentWriter::ConvertFaceToLeftHanded ( vtkUnstructuredGrid *  input,
vtkIdType  tetraCellId,
vtkIdType &  id0,
vtkIdType &  id1,
vtkIdType &  id2 
)
protected

◆ WriteData()

void vtkvmtkFluentWriter::WriteData ( )
protected

Member Data Documentation

◆ BoundaryDataArrayName

char* vtkvmtkFluentWriter::BoundaryDataArrayName
protected

Definition at line 56 of file vtkvmtkFluentWriter.h.


The documentation for this class was generated from the following file: