VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkPWindBladeReader Class Reference

class for reading WindBlade data files More...

#include <vtkPWindBladeReader.h>

Inheritance diagram for vtkPWindBladeReader:
Inheritance graph
[legend]
Collaboration diagram for vtkPWindBladeReader:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkWindBladeReader Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkPWindBladeReaderNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)

Static Public Member Functions

static vtkPWindBladeReaderNew ()
static int IsTypeOf (const char *type)
static vtkPWindBladeReaderSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkPWindBladeReader ()
 ~vtkPWindBladeReader ()
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual void CalculatePressure (int pressure, int prespre, int tempg, int density)
virtual void CalculateVorticity (int vort, int uvw, int density)
virtual void LoadVariableData (int var)
virtual bool ReadGlobalData ()
virtual bool FindVariableOffsets ()
virtual void CreateZTopography (float *zValues)
virtual void SetupBladeData ()
virtual void LoadBladeData (int timeStep)

Detailed Description

class for reading WindBlade data files

vtkPWindBladeReader is a source object that reads WindBlade files which are block binary files with tags before and after each block giving the number of bytes within the block. The number of data variables dumped varies. There are 3 output ports with the first being a structured grid with irregular spacing in the Z dimension. The second is an unstructured grid only read on on process 0 and used to represent the blade. The third is also a structured grid with irregular spacing on the Z dimension. Only the first and second output ports have time dependent data. Parallel version of vtkWindBladeReader.h

Tests:
vtkPWindBladeReader (Tests)

Definition at line 41 of file vtkPWindBladeReader.h.


Member Typedef Documentation

Reimplemented from vtkWindBladeReader.

Definition at line 45 of file vtkPWindBladeReader.h.


Constructor & Destructor Documentation


Member Function Documentation

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkWindBladeReader.

static int vtkPWindBladeReader::IsTypeOf ( const char *  name) [static]

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkWindBladeReader.

virtual int vtkPWindBladeReader::IsA ( const char *  name) [virtual]

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkWindBladeReader.

Reimplemented from vtkWindBladeReader.

virtual vtkObjectBase* vtkPWindBladeReader::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkWindBladeReader.

Reimplemented from vtkWindBladeReader.

void vtkPWindBladeReader::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkWindBladeReader.

virtual int vtkPWindBladeReader::RequestData ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [protected, virtual]

This is called by the superclass. This is the method you should override.

Reimplemented from vtkWindBladeReader.

virtual void vtkPWindBladeReader::CalculatePressure ( int  pressure,
int  prespre,
int  tempg,
int  density 
) [protected, virtual]

Reimplemented from vtkWindBladeReader.

virtual void vtkPWindBladeReader::CalculateVorticity ( int  vort,
int  uvw,
int  density 
) [protected, virtual]

Reimplemented from vtkWindBladeReader.

virtual void vtkPWindBladeReader::LoadVariableData ( int  var) [protected, virtual]

Reimplemented from vtkWindBladeReader.

virtual bool vtkPWindBladeReader::ReadGlobalData ( ) [protected, virtual]

Reimplemented from vtkWindBladeReader.

virtual bool vtkPWindBladeReader::FindVariableOffsets ( ) [protected, virtual]

Reimplemented from vtkWindBladeReader.

virtual void vtkPWindBladeReader::CreateZTopography ( float zValues) [protected, virtual]

Reimplemented from vtkWindBladeReader.

virtual void vtkPWindBladeReader::SetupBladeData ( ) [protected, virtual]

Reimplemented from vtkWindBladeReader.

virtual void vtkPWindBladeReader::LoadBladeData ( int  timeStep) [protected, virtual]

Reimplemented from vtkWindBladeReader.


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