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

Reads FDNEUT Fidap files. More...

#include <vtkvmtkFDNEUTReader.h>

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

Public Types

enum  {
  EDGE = 0, QUADRILATERAL, TRIANGLE, BRICK,
  WEDGE, TETRAHEDRON
}
 
typedef vtkUnstructuredGridReader Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkvmtkFDNEUTReaderNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE
 
virtual void SetSingleCellDataEntityArrayName (const char *)
 
virtual char * GetSingleCellDataEntityArrayName ()
 
virtual void SetGhostNodes (int)
 
virtual int GetGhostNodes ()
 
virtual void GhostNodesOn ()
 
virtual void GhostNodesOff ()
 
virtual void SetVolumeElementsOnly (int)
 
virtual int GetVolumeElementsOnly ()
 
virtual void VolumeElementsOnlyOn ()
 
virtual void VolumeElementsOnlyOff ()
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkvmtkFDNEUTReaderSafeDownCast (vtkObjectBase *o)
 
static vtkvmtkFDNEUTReaderNew ()
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkvmtkFDNEUTReader ()
 
 ~vtkvmtkFDNEUTReader ()
 
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE
 

Static Protected Member Functions

static void OneToZeroOffset (int npts, int *pts)
 

Protected Attributes

char * SingleCellDataEntityArrayName
 
int GhostNodes
 
int VolumeElementsOnly
 

Detailed Description

Reads FDNEUT Fidap files.

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

vtkvmtkFDNEUTReader reads unstructured grid data from Fidap FDNEUT format

See also
vtkvmtkFDNEUTWriter

Definition at line 36 of file vtkvmtkFDNEUTReader.h.

Member Typedef Documentation

◆ Superclass

typedef vtkUnstructuredGridReader vtkvmtkFDNEUTReader::Superclass

Definition at line 39 of file vtkvmtkFDNEUTReader.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Constructor & Destructor Documentation

◆ vtkvmtkFDNEUTReader()

vtkvmtkFDNEUTReader::vtkvmtkFDNEUTReader ( )
protected

◆ ~vtkvmtkFDNEUTReader()

vtkvmtkFDNEUTReader::~vtkvmtkFDNEUTReader ( )
protected

Member Function Documentation

◆ IsTypeOf()

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

◆ IsA()

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

◆ SafeDownCast()

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

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkvmtkFDNEUTReader::NewInstanceInternal ( ) const
protectedvirtual

◆ NewInstance()

vtkvmtkFDNEUTReader* vtkvmtkFDNEUTReader::NewInstance ( ) const

◆ PrintSelf()

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

◆ New()

static vtkvmtkFDNEUTReader* vtkvmtkFDNEUTReader::New ( )
static

◆ SetSingleCellDataEntityArrayName()

virtual void vtkvmtkFDNEUTReader::SetSingleCellDataEntityArrayName ( const char *  )
virtual

◆ GetSingleCellDataEntityArrayName()

virtual char* vtkvmtkFDNEUTReader::GetSingleCellDataEntityArrayName ( )
virtual

◆ SetGhostNodes()

virtual void vtkvmtkFDNEUTReader::SetGhostNodes ( int  )
virtual

◆ GetGhostNodes()

virtual int vtkvmtkFDNEUTReader::GetGhostNodes ( )
virtual

◆ GhostNodesOn()

virtual void vtkvmtkFDNEUTReader::GhostNodesOn ( )
virtual

◆ GhostNodesOff()

virtual void vtkvmtkFDNEUTReader::GhostNodesOff ( )
virtual

◆ SetVolumeElementsOnly()

virtual void vtkvmtkFDNEUTReader::SetVolumeElementsOnly ( int  )
virtual

◆ GetVolumeElementsOnly()

virtual int vtkvmtkFDNEUTReader::GetVolumeElementsOnly ( )
virtual

◆ VolumeElementsOnlyOn()

virtual void vtkvmtkFDNEUTReader::VolumeElementsOnlyOn ( )
virtual

◆ VolumeElementsOnlyOff()

virtual void vtkvmtkFDNEUTReader::VolumeElementsOnlyOff ( )
virtual

◆ RequestData()

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

◆ OneToZeroOffset()

static void vtkvmtkFDNEUTReader::OneToZeroOffset ( int  npts,
int *  pts 
)
inlinestaticprotected

Definition at line 73 of file vtkvmtkFDNEUTReader.h.

74  { for (int i=0; i<npts; i++) --pts[i]; }

Member Data Documentation

◆ SingleCellDataEntityArrayName

char* vtkvmtkFDNEUTReader::SingleCellDataEntityArrayName
protected

Definition at line 76 of file vtkvmtkFDNEUTReader.h.

◆ GhostNodes

int vtkvmtkFDNEUTReader::GhostNodes
protected

Definition at line 78 of file vtkvmtkFDNEUTReader.h.

◆ VolumeElementsOnly

int vtkvmtkFDNEUTReader::VolumeElementsOnly
protected

Definition at line 79 of file vtkvmtkFDNEUTReader.h.


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