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

reads unstructured grid data from Tetgen node/elem format More...

#include <vtkvmtkTetGenReader.h>

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

Public Types

typedef vtkUnstructuredGridReader Superclass
 

Public Member Functions

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

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkvmtkTetGenReaderSafeDownCast (vtkObjectBase *o)
 
static vtkvmtkTetGenReaderNew ()
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkvmtkTetGenReader ()
 
 ~vtkvmtkTetGenReader ()
 
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE
 
void Tokenize (const std::string &str, std::vector< std::string > &tokens, const std::string &delimiters)
 

Protected Attributes

char * BoundaryDataArrayName
 

Detailed Description

reads unstructured grid data from Tetgen node/elem format

Sat Feb 19 15:15:16 CET 2011 Revision: 1.0

vtkvmtkTetGenReader reads unstructured grid data from Tetgen node/elem format Thanks to Sebastian Ordas for getting the class going.

Definition at line 37 of file vtkvmtkTetGenReader.h.

Member Typedef Documentation

◆ Superclass

typedef vtkUnstructuredGridReader vtkvmtkTetGenReader::Superclass

Definition at line 40 of file vtkvmtkTetGenReader.h.

Constructor & Destructor Documentation

◆ vtkvmtkTetGenReader()

vtkvmtkTetGenReader::vtkvmtkTetGenReader ( )
protected

◆ ~vtkvmtkTetGenReader()

vtkvmtkTetGenReader::~vtkvmtkTetGenReader ( )
protected

Member Function Documentation

◆ IsTypeOf()

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

◆ IsA()

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

◆ SafeDownCast()

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

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkvmtkTetGenReader::NewInstanceInternal ( ) const
protectedvirtual

◆ NewInstance()

vtkvmtkTetGenReader* vtkvmtkTetGenReader::NewInstance ( ) const

◆ PrintSelf()

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

◆ New()

static vtkvmtkTetGenReader* vtkvmtkTetGenReader::New ( )
static

◆ SetBoundaryDataArrayName()

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

◆ GetBoundaryDataArrayName()

virtual char* vtkvmtkTetGenReader::GetBoundaryDataArrayName ( )
virtual

◆ RequestData()

virtual int vtkvmtkTetGenReader::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protectedvirtual

◆ Tokenize()

void vtkvmtkTetGenReader::Tokenize ( const std::string &  str,
std::vector< std::string > &  tokens,
const std::string &  delimiters 
)
protected

Member Data Documentation

◆ BoundaryDataArrayName

char* vtkvmtkTetGenReader::BoundaryDataArrayName
protected

Definition at line 58 of file vtkvmtkTetGenReader.h.


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