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

writes libmesh Xda files More...

#include <vtkvmtkXdaWriter.h>

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

Public Types

typedef vtkUnstructuredGridWriter Superclass
 

Public Member Functions

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

Static Public Member Functions

static vtkvmtkXdaWriterNew ()
 
static int IsTypeOf (const char *type)
 
static vtkvmtkXdaWriterSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkvmtkXdaWriter ()
 
 ~vtkvmtkXdaWriter ()
 
void WriteData () VTK_OVERRIDE
 

Static Protected Member Functions

static void GetLibmeshConnectivity (int cellType, vtkIdList *libmeshConnectivity)
 
static void GetLibmeshFaceOrder (int cellType, vtkIdList *libmeshFaceOrder)
 

Protected Attributes

char * BoundaryDataArrayName
 

Detailed Description

writes libmesh Xda files

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

vtkvmtkXdaWriter writes libmesh Xda files

Definition at line 38 of file vtkvmtkXdaWriter.h.

Member Typedef Documentation

◆ Superclass

typedef vtkUnstructuredGridWriter vtkvmtkXdaWriter::Superclass

Definition at line 42 of file vtkvmtkXdaWriter.h.

Constructor & Destructor Documentation

◆ vtkvmtkXdaWriter()

vtkvmtkXdaWriter::vtkvmtkXdaWriter ( )
protected

◆ ~vtkvmtkXdaWriter()

vtkvmtkXdaWriter::~vtkvmtkXdaWriter ( )
protected

Member Function Documentation

◆ New()

static vtkvmtkXdaWriter* vtkvmtkXdaWriter::New ( )
static

◆ IsTypeOf()

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

◆ IsA()

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

◆ SafeDownCast()

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

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkvmtkXdaWriter::NewInstanceInternal ( ) const
protectedvirtual

◆ NewInstance()

vtkvmtkXdaWriter* vtkvmtkXdaWriter::NewInstance ( ) const

◆ PrintSelf()

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

◆ SetBoundaryDataArrayName()

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

◆ GetBoundaryDataArrayName()

virtual char* vtkvmtkXdaWriter::GetBoundaryDataArrayName ( )
virtual

◆ WriteData()

void vtkvmtkXdaWriter::WriteData ( )
protected

◆ GetLibmeshConnectivity()

static void vtkvmtkXdaWriter::GetLibmeshConnectivity ( int  cellType,
vtkIdList *  libmeshConnectivity 
)
staticprotected

◆ GetLibmeshFaceOrder()

static void vtkvmtkXdaWriter::GetLibmeshFaceOrder ( int  cellType,
vtkIdList *  libmeshFaceOrder 
)
staticprotected

Member Data Documentation

◆ BoundaryDataArrayName

char* vtkvmtkXdaWriter::BoundaryDataArrayName
protected

Definition at line 57 of file vtkvmtkXdaWriter.h.


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