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

writes TetGen .msh files. More...

#include <vtkvmtkTetGenWriter.h>

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

Public Types

typedef vtkUnstructuredGridWriter Superclass
 

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

writes TetGen .msh files.

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

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.

Member Typedef Documentation

◆ Superclass

typedef vtkUnstructuredGridWriter vtkvmtkTetGenWriter::Superclass

Definition at line 42 of file vtkvmtkTetGenWriter.h.

Constructor & Destructor Documentation

◆ vtkvmtkTetGenWriter()

vtkvmtkTetGenWriter::vtkvmtkTetGenWriter ( )
protected

◆ ~vtkvmtkTetGenWriter()

vtkvmtkTetGenWriter::~vtkvmtkTetGenWriter ( )
protected

Member Function Documentation

◆ New()

static vtkvmtkTetGenWriter* vtkvmtkTetGenWriter::New ( )
static

◆ IsTypeOf()

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

◆ IsA()

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

◆ SafeDownCast()

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

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkvmtkTetGenWriter::NewInstanceInternal ( ) const
protectedvirtual

◆ NewInstance()

vtkvmtkTetGenWriter* vtkvmtkTetGenWriter::NewInstance ( ) const

◆ PrintSelf()

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

◆ SetBoundaryDataArrayName()

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

◆ GetBoundaryDataArrayName()

virtual char* vtkvmtkTetGenWriter::GetBoundaryDataArrayName ( )
virtual

◆ ConvertFaceToLeftHanded()

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

◆ WriteData()

void vtkvmtkTetGenWriter::WriteData ( )
protected

Member Data Documentation

◆ BoundaryDataArrayName

char* vtkvmtkTetGenWriter::BoundaryDataArrayName
protected

Definition at line 56 of file vtkvmtkTetGenWriter.h.


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