VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Member Functions | Protected Attributes | Static Protected Attributes
vtkWindBladeReader Class Reference

class for reading WindBlade data files More...

#include <vtkWindBladeReader.h>

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

List of all members.

Public Types

typedef vtkStructuredGridAlgorithm Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkWindBladeReaderNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetFilename (const char *)
virtual char * GetFilename ()
virtual void SetWholeExtent (int, int, int, int, int, int)
virtual void SetWholeExtent (int[6])
virtual intGetWholeExtent ()
virtual void GetWholeExtent (int &, int &, int &, int &, int &, int &)
virtual void GetWholeExtent (int[6])
virtual void SetSubExtent (int, int, int, int, int, int)
virtual void SetSubExtent (int[6])
virtual intGetSubExtent ()
virtual void GetSubExtent (int &, int &, int &, int &, int &, int &)
virtual void GetSubExtent (int[6])
int GetPointArrayStatus (const char *name)
void SetPointArrayStatus (const char *name, int status)
void DisableAllPointArrays ()
void EnableAllPointArrays ()
vtkStructuredGridGetFieldOutput ()
vtkUnstructuredGridGetBladeOutput ()
vtkStructuredGridGetGroundOutput ()
int GetNumberOfPointArrays ()
const char * GetPointArrayName (int index)

Static Public Member Functions

static vtkWindBladeReaderNew ()
static int IsTypeOf (const char *type)
static vtkWindBladeReaderSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkWindBladeReader ()
 ~vtkWindBladeReader ()
virtual bool ReadGlobalData ()
void ReadDataVariables (istream &inStr)
virtual bool FindVariableOffsets ()
virtual void SetupBladeData ()
virtual void LoadBladeData (int timeStep)
void FillCoordinates ()
void FillGroundCoordinates ()
void CreateCoordinates ()
virtual void CreateZTopography (float *zdata)
float GDeform (float sigma, float sigmaMax, int flag)
void Spline (float *x, float *y, int n, float yp1, float ypn, float *y2)
void Splint (float *xa, float *ya, float *y2a, int n, float x, float *y, int)
virtual void LoadVariableData (int var)
void DivideByDensity (const char *name)
virtual void CalculatePressure (int pres, int prespre, int tempg, int density)
virtual void CalculateVorticity (int vort, int uvw, int density)
void InitFieldData (vtkInformationVector *outVector, std::ostringstream &fileName, vtkStructuredGrid *field)
void SetUpFieldVars (vtkStructuredGrid *field)
void InitBladeData (vtkInformationVector *outVector)
void SetUpGroundData (vtkInformationVector *outVector)
void InitPressureData (int pressure, int prespre, float *&pressureData, float *&prespreData)
void SetUpPressureData (float *pressureData, float *prespreData, float *tempgData, float *densityData)
void SetUpVorticityData (float *uData, float *vData, float *densityData, float *vortData)
void InitVariableData (int var, int &numberOfComponents, float *&varData, int &planeSize, int &rowSize)
bool SetUpGlobalData (const std::string &fileName, std::stringstream &inStr)
void ProcessZCoords (float *topoData, float *zValues)
void ReadBladeHeader (const std::string &fileName, std::stringstream &inStr, int &numColumns)
void ReadBladeData (std::stringstream &inStr)
virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int FillOutputPortInformation (int, vtkInformation *)

Static Protected Member Functions

static void SelectionCallback (vtkObject *caller, unsigned long eid, void *clientdata, void *calldata)
static void EventCallback (vtkObject *caller, unsigned long eid, void *clientdata, void *calldata)

Protected Attributes

char * Filename
vtkIdType NumberOfTuples
int WholeExtent [6]
int SubExtent [6]
int UpdateExtent [6]
int Dimension [3]
int SubDimension [3]
int GExtent [6]
int GSubExtent [6]
int GDimension [3]
float Step [3]
int UseTopographyFile
vtkStdString TopographyFile
vtkPointsPoints
vtkPointsGPoints
vtkPointsBPoints
float Compression
float Fit
vtkFloatArrayXSpacing
vtkFloatArrayYSpacing
vtkFloatArrayZSpacing
floatZTopographicValues
float ZMinValue
int NumberOfFileVariables
int NumberOfDerivedVariables
int NumberOfVariables
vtkStringArrayDivideVariables
vtkStdStringVariableName
intVariableStruct
intVariableCompSize
intVariableBasicType
intVariableByteCount
long intVariableOffset
unsigned int BlockSize
int GBlockSize
vtkFloatArray ** Data
vtkStdString RootDirectory
vtkStdString DataDirectory
vtkStdString DataBaseName
int NumberOfTimeSteps
int TimeStepFirst
int TimeStepLast
int TimeStepDelta
doubleTimeSteps
int NumberOfBladeTowers
int NumberOfBladePoints
int NumberOfBladeCells
vtkFloatArrayXPosition
vtkFloatArrayYPosition
vtkFloatArrayHubHeight
vtkFloatArrayAngularVeloc
vtkFloatArrayBladeLength
vtkIntArrayBladeCount
int UseTurbineFile
vtkStdString TurbineDirectory
vtkStdString TurbineTowerName
vtkStdString TurbineBladeName
int NumberOfLinesToSkip
vtkDataArraySelectionPointDataArraySelection
vtkCallbackCommandSelectionObserver

Static Protected Attributes

static float DRY_AIR_CONSTANT
static int NUM_PART_SIDES
static const int NUM_BASE_SIDES
static const int LINE_SIZE
static int DIMENSION
static int BYTES_PER_DATA
static int SCALAR
static int VECTOR
static int FLOAT
static int INTEGER
int ProcessRequest (vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)

Detailed Description

class for reading WindBlade data files

vtkWindBladeReader 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.

Tests:
vtkWindBladeReader (Tests)

Definition at line 50 of file vtkWindBladeReader.h.


Member Typedef Documentation

Reimplemented from vtkStructuredGridAlgorithm.

Reimplemented in vtkPWindBladeReader.

Definition at line 54 of file vtkWindBladeReader.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 vtkStructuredGridAlgorithm.

Reimplemented in vtkPWindBladeReader.

static int vtkWindBladeReader::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 vtkStructuredGridAlgorithm.

Reimplemented in vtkPWindBladeReader.

virtual int vtkWindBladeReader::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 vtkStructuredGridAlgorithm.

Reimplemented in vtkPWindBladeReader.

Reimplemented from vtkStructuredGridAlgorithm.

Reimplemented in vtkPWindBladeReader.

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

Reimplemented from vtkStructuredGridAlgorithm.

Reimplemented in vtkPWindBladeReader.

Reimplemented from vtkStructuredGridAlgorithm.

Reimplemented in vtkPWindBladeReader.

void vtkWindBladeReader::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 vtkStructuredGridAlgorithm.

Reimplemented in vtkPWindBladeReader.

virtual void vtkWindBladeReader::SetFilename ( const char *  ) [virtual]
virtual char* vtkWindBladeReader::GetFilename ( ) [virtual]
virtual void vtkWindBladeReader::SetWholeExtent ( int  ,
int  ,
int  ,
int  ,
int  ,
int   
) [virtual]
virtual void vtkWindBladeReader::SetWholeExtent ( int  [6]) [virtual]
virtual int* vtkWindBladeReader::GetWholeExtent ( ) [virtual]
virtual void vtkWindBladeReader::GetWholeExtent ( int ,
int ,
int ,
int ,
int ,
int  
) [virtual]
virtual void vtkWindBladeReader::GetWholeExtent ( int  [6]) [virtual]
virtual void vtkWindBladeReader::SetSubExtent ( int  ,
int  ,
int  ,
int  ,
int  ,
int   
) [virtual]
virtual void vtkWindBladeReader::SetSubExtent ( int  [6]) [virtual]
virtual int* vtkWindBladeReader::GetSubExtent ( ) [virtual]
virtual void vtkWindBladeReader::GetSubExtent ( int ,
int ,
int ,
int ,
int ,
int  
) [virtual]
virtual void vtkWindBladeReader::GetSubExtent ( int  [6]) [virtual]

Get the reader's output

Get the reader's output

Get the reader's output

The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.

The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.

void vtkWindBladeReader::SetPointArrayStatus ( const char *  name,
int  status 
)
virtual bool vtkWindBladeReader::ReadGlobalData ( ) [protected, virtual]

Reimplemented in vtkPWindBladeReader.

void vtkWindBladeReader::ReadDataVariables ( istream &  inStr) [protected]
virtual bool vtkWindBladeReader::FindVariableOffsets ( ) [protected, virtual]

Reimplemented in vtkPWindBladeReader.

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

Reimplemented in vtkPWindBladeReader.

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

Reimplemented in vtkPWindBladeReader.

virtual void vtkWindBladeReader::CreateZTopography ( float zdata) [protected, virtual]

Reimplemented in vtkPWindBladeReader.

float vtkWindBladeReader::GDeform ( float  sigma,
float  sigmaMax,
int  flag 
) [protected]
void vtkWindBladeReader::Spline ( float x,
float y,
int  n,
float  yp1,
float  ypn,
float y2 
) [protected]
void vtkWindBladeReader::Splint ( float xa,
float ya,
float y2a,
int  n,
float  x,
float y,
int   
) [protected]
virtual void vtkWindBladeReader::LoadVariableData ( int  var) [protected, virtual]

Reimplemented in vtkPWindBladeReader.

void vtkWindBladeReader::DivideByDensity ( const char *  name) [protected]
virtual void vtkWindBladeReader::CalculatePressure ( int  pres,
int  prespre,
int  tempg,
int  density 
) [protected, virtual]

Reimplemented in vtkPWindBladeReader.

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

Reimplemented in vtkPWindBladeReader.

void vtkWindBladeReader::InitFieldData ( vtkInformationVector outVector,
std::ostringstream &  fileName,
vtkStructuredGrid field 
) [protected]
void vtkWindBladeReader::InitBladeData ( vtkInformationVector outVector) [protected]
void vtkWindBladeReader::SetUpGroundData ( vtkInformationVector outVector) [protected]
void vtkWindBladeReader::InitPressureData ( int  pressure,
int  prespre,
float *&  pressureData,
float *&  prespreData 
) [protected]
void vtkWindBladeReader::SetUpPressureData ( float pressureData,
float prespreData,
float tempgData,
float densityData 
) [protected]
void vtkWindBladeReader::SetUpVorticityData ( float uData,
float vData,
float densityData,
float vortData 
) [protected]
void vtkWindBladeReader::InitVariableData ( int  var,
int numberOfComponents,
float *&  varData,
int planeSize,
int rowSize 
) [protected]
bool vtkWindBladeReader::SetUpGlobalData ( const std::string &  fileName,
std::stringstream &  inStr 
) [protected]
void vtkWindBladeReader::ProcessZCoords ( float topoData,
float zValues 
) [protected]
void vtkWindBladeReader::ReadBladeHeader ( const std::string &  fileName,
std::stringstream &  inStr,
int numColumns 
) [protected]
void vtkWindBladeReader::ReadBladeData ( std::stringstream &  inStr) [protected]

Reimplemented from vtkStructuredGridAlgorithm.

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

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

Reimplemented from vtkStructuredGridAlgorithm.

Reimplemented in vtkPWindBladeReader.

static void vtkWindBladeReader::SelectionCallback ( vtkObject caller,
unsigned long  eid,
void *  clientdata,
void *  calldata 
) [static, protected]
static void vtkWindBladeReader::EventCallback ( vtkObject caller,
unsigned long  eid,
void *  clientdata,
void *  calldata 
) [static, protected]
virtual int vtkWindBladeReader::FillOutputPortInformation ( int  port,
vtkInformation info 
) [protected, virtual]

Fill the output port information objects for this algorithm. This is invoked by the first call to GetOutputPortInformation for each port so subclasses can specify what they can handle.

Reimplemented from vtkStructuredGridAlgorithm.

int vtkWindBladeReader::ProcessRequest ( vtkInformation request,
vtkInformationVector **  inInfo,
vtkInformationVector outInfo 
) [protected, virtual]

We intercept the requests to check for which port information is being requested for and if there is a REQUEST_DATA_NOT_GENERATED request then we mark which ports won't have data generated for that request.

Reimplemented from vtkStructuredGridAlgorithm.


Member Data Documentation

Definition at line 89 of file vtkWindBladeReader.h.

Definition at line 90 of file vtkWindBladeReader.h.

const int vtkWindBladeReader::NUM_BASE_SIDES [static, protected]

Definition at line 91 of file vtkWindBladeReader.h.

const int vtkWindBladeReader::LINE_SIZE [static, protected]

Definition at line 92 of file vtkWindBladeReader.h.

int vtkWindBladeReader::DIMENSION [static, protected]

Definition at line 93 of file vtkWindBladeReader.h.

Definition at line 94 of file vtkWindBladeReader.h.

int vtkWindBladeReader::SCALAR [static, protected]

Definition at line 95 of file vtkWindBladeReader.h.

int vtkWindBladeReader::VECTOR [static, protected]

Definition at line 96 of file vtkWindBladeReader.h.

int vtkWindBladeReader::FLOAT [static, protected]

Definition at line 97 of file vtkWindBladeReader.h.

int vtkWindBladeReader::INTEGER [static, protected]

Definition at line 98 of file vtkWindBladeReader.h.

char* vtkWindBladeReader::Filename [protected]

Definition at line 104 of file vtkWindBladeReader.h.

Definition at line 107 of file vtkWindBladeReader.h.

Definition at line 110 of file vtkWindBladeReader.h.

Definition at line 111 of file vtkWindBladeReader.h.

Definition at line 112 of file vtkWindBladeReader.h.

Definition at line 113 of file vtkWindBladeReader.h.

Definition at line 114 of file vtkWindBladeReader.h.

Definition at line 117 of file vtkWindBladeReader.h.

Definition at line 118 of file vtkWindBladeReader.h.

Definition at line 119 of file vtkWindBladeReader.h.

Definition at line 121 of file vtkWindBladeReader.h.

Definition at line 122 of file vtkWindBladeReader.h.

Definition at line 123 of file vtkWindBladeReader.h.

Definition at line 124 of file vtkWindBladeReader.h.

Definition at line 125 of file vtkWindBladeReader.h.

Definition at line 126 of file vtkWindBladeReader.h.

Definition at line 127 of file vtkWindBladeReader.h.

Definition at line 128 of file vtkWindBladeReader.h.

Definition at line 131 of file vtkWindBladeReader.h.

Definition at line 132 of file vtkWindBladeReader.h.

Definition at line 133 of file vtkWindBladeReader.h.

Definition at line 134 of file vtkWindBladeReader.h.

Definition at line 135 of file vtkWindBladeReader.h.

Definition at line 138 of file vtkWindBladeReader.h.

Definition at line 139 of file vtkWindBladeReader.h.

Definition at line 140 of file vtkWindBladeReader.h.

Definition at line 142 of file vtkWindBladeReader.h.

Definition at line 143 of file vtkWindBladeReader.h.

Definition at line 144 of file vtkWindBladeReader.h.

Definition at line 145 of file vtkWindBladeReader.h.

Definition at line 146 of file vtkWindBladeReader.h.

Definition at line 147 of file vtkWindBladeReader.h.

Definition at line 148 of file vtkWindBladeReader.h.

unsigned int vtkWindBladeReader::BlockSize [protected]

Definition at line 149 of file vtkWindBladeReader.h.

Definition at line 150 of file vtkWindBladeReader.h.

Definition at line 152 of file vtkWindBladeReader.h.

Definition at line 153 of file vtkWindBladeReader.h.

Definition at line 154 of file vtkWindBladeReader.h.

Definition at line 155 of file vtkWindBladeReader.h.

Definition at line 158 of file vtkWindBladeReader.h.

Definition at line 159 of file vtkWindBladeReader.h.

Definition at line 160 of file vtkWindBladeReader.h.

Definition at line 161 of file vtkWindBladeReader.h.

Definition at line 162 of file vtkWindBladeReader.h.

Definition at line 165 of file vtkWindBladeReader.h.

Definition at line 166 of file vtkWindBladeReader.h.

Definition at line 167 of file vtkWindBladeReader.h.

Definition at line 169 of file vtkWindBladeReader.h.

Definition at line 170 of file vtkWindBladeReader.h.

Definition at line 171 of file vtkWindBladeReader.h.

Definition at line 172 of file vtkWindBladeReader.h.

Definition at line 173 of file vtkWindBladeReader.h.

Definition at line 174 of file vtkWindBladeReader.h.

Definition at line 176 of file vtkWindBladeReader.h.

Definition at line 177 of file vtkWindBladeReader.h.

Definition at line 178 of file vtkWindBladeReader.h.

Definition at line 179 of file vtkWindBladeReader.h.

Definition at line 180 of file vtkWindBladeReader.h.

Definition at line 184 of file vtkWindBladeReader.h.

Definition at line 187 of file vtkWindBladeReader.h.


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