VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Member Functions | Protected Attributes | List of all members
vtkWindBladeReader Class Reference

class for reading WindBlade data files More...

#include <vtkWindBladeReader.h>

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

Public Types

typedef vtkStructuredGridAlgorithm Superclass
 
- Public Types inherited from vtkStructuredGridAlgorithm
typedef vtkAlgorithm Superclass
 
- Public Types inherited from vtkAlgorithm
typedef vtkObject Superclass
 
- Public Types inherited from vtkObject
typedef vtkObjectBase Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
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 int * GetWholeExtent ()
 
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 int * GetSubExtent ()
 
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)
 
- Public Member Functions inherited from vtkStructuredGridAlgorithm
vtkDataObjectGetInput ()
 
vtkDataObjectGetInput (int port)
 
vtkStructuredGridGetStructuredGridInput (int port)
 
vtkStructuredGridGetOutput ()
 
vtkStructuredGridGetOutput (int)
 
virtual void SetOutput (vtkDataObject *d)
 
virtual int ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
void SetInput (vtkDataObject *)
 
void SetInput (int, vtkDataObject *)
 
void AddInput (vtkDataObject *)
 
void AddInput (int, vtkDataObject *)
 
- Public Member Functions inherited from vtkAlgorithm
int HasExecutive ()
 
vtkExecutiveGetExecutive ()
 
virtual void SetExecutive (vtkExecutive *executive)
 
virtual int ModifyRequest (vtkInformation *request, int when)
 
vtkInformationGetInputPortInformation (int port)
 
vtkInformationGetOutputPortInformation (int port)
 
int GetNumberOfInputPorts ()
 
int GetNumberOfOutputPorts ()
 
void UpdateProgress (double amount)
 
vtkInformationGetInputArrayInformation (int idx)
 
void RemoveAllInputs ()
 
vtkDataObjectGetOutputDataObject (int port)
 
virtual void RemoveInputConnection (int port, vtkAlgorithmOutput *input)
 
int GetNumberOfInputConnections (int port)
 
int GetTotalNumberOfInputConnections ()
 
vtkAlgorithmOutputGetInputConnection (int port, int index)
 
virtual void Update ()
 
virtual void UpdateInformation ()
 
virtual void UpdateWholeExtent ()
 
void ConvertTotalInputToPortConnection (int ind, int &port, int &conn)
 
virtual double ComputePriority ()
 
int ProcessRequest (vtkInformation *request, vtkCollection *inInfo, vtkInformationVector *outInfo)
 
virtual int ComputePipelineMTime (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, unsigned long *mtime)
 
virtual vtkInformationGetInformation ()
 
virtual void SetInformation (vtkInformation *)
 
virtual void Register (vtkObjectBase *o)
 
virtual void UnRegister (vtkObjectBase *o)
 
virtual void SetAbortExecute (int)
 
virtual int GetAbortExecute ()
 
virtual void AbortExecuteOn ()
 
virtual void AbortExecuteOff ()
 
virtual void SetProgress (double)
 
virtual double GetProgress ()
 
void SetProgressText (const char *ptext)
 
virtual char * GetProgressText ()
 
virtual unsigned long GetErrorCode ()
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, const char *name)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, int fieldAttributeType)
 
virtual void SetInputArrayToProcess (int idx, vtkInformation *info)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, const char *fieldAssociation, const char *attributeTypeorName)
 
vtkDataObjectGetInputDataObject (int port, int connection)
 
virtual void SetInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void SetInputConnection (vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (vtkAlgorithmOutput *input)
 
vtkAlgorithmOutputGetOutputPort (int index)
 
vtkAlgorithmOutputGetOutputPort ()
 
virtual void SetReleaseDataFlag (int)
 
virtual int GetReleaseDataFlag ()
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
int UpdateExtentIsEmpty (vtkDataObject *output)
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, int extentType)
 
- Public Member Functions inherited from vtkObject
virtual void DebugOn ()
 
virtual void DebugOff ()
 
unsigned char GetDebug ()
 
void SetDebug (unsigned char debugFlag)
 
virtual void Modified ()
 
virtual unsigned long GetMTime ()
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 
vtkCommandGetCommand (unsigned long tag)
 
void RemoveObserver (vtkCommand *)
 
void RemoveObservers (unsigned long event, vtkCommand *)
 
void RemoveObservers (const char *event, vtkCommand *)
 
int HasObserver (unsigned long event, vtkCommand *)
 
int HasObserver (const char *event, vtkCommand *)
 
void RemoveObserver (unsigned long tag)
 
void RemoveObservers (unsigned long event)
 
void RemoveObservers (const char *event)
 
void RemoveAllObservers ()
 
int HasObserver (unsigned long event)
 
int HasObserver (const char *event)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
int InvokeEvent (unsigned long event, void *callData)
 
int InvokeEvent (const char *event, void *callData)
 
int InvokeEvent (unsigned long event)
 
int InvokeEvent (const char *event)
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 
virtual void Delete ()
 
virtual void FastDelete ()
 
void Print (ostream &os)
 
void SetReferenceCount (int)
 
void PrintRevisions (ostream &os)
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 
int GetReferenceCount ()
 

Static Public Member Functions

static vtkWindBladeReaderNew ()
 
static int IsTypeOf (const char *type)
 
static vtkWindBladeReaderSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkStructuredGridAlgorithm
static vtkStructuredGridAlgorithmNew ()
 
static int IsTypeOf (const char *type)
 
static vtkStructuredGridAlgorithmSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkAlgorithm
static vtkAlgorithmNew ()
 
static int IsTypeOf (const char *type)
 
static vtkAlgorithmSafeDownCast (vtkObject *o)
 
static void SetDefaultExecutivePrototype (vtkExecutive *proto)
 
static vtkInformationIntegerKeyINPUT_IS_OPTIONAL ()
 
static vtkInformationIntegerKeyINPUT_IS_REPEATABLE ()
 
static vtkInformationInformationVectorKeyINPUT_REQUIRED_FIELDS ()
 
static vtkInformationStringVectorKeyINPUT_REQUIRED_DATA_TYPE ()
 
static vtkInformationInformationVectorKeyINPUT_ARRAYS_TO_PROCESS ()
 
static vtkInformationIntegerKeyINPUT_PORT ()
 
static vtkInformationIntegerKeyINPUT_CONNECTION ()
 
static vtkInformationIntegerKeyPRESERVES_DATASET ()
 
static vtkInformationIntegerKeyPRESERVES_GEOMETRY ()
 
static vtkInformationIntegerKeyPRESERVES_BOUNDS ()
 
static vtkInformationIntegerKeyPRESERVES_TOPOLOGY ()
 
static vtkInformationIntegerKeyPRESERVES_ATTRIBUTES ()
 
static vtkInformationIntegerKeyPRESERVES_RANGES ()
 
- Static Public Member Functions inherited from vtkObject
static int IsTypeOf (const char *type)
 
static vtkObjectSafeDownCast (vtkObject *o)
 
static vtkObjectNew ()
 
static void BreakOnError ()
 
static void SetGlobalWarningDisplay (int val)
 
static void GlobalWarningDisplayOn ()
 
static void GlobalWarningDisplayOff ()
 
static int GetGlobalWarningDisplay ()
 
- Static Public Member Functions inherited from vtkObjectBase
static int IsTypeOf (const char *name)
 
static vtkObjectBaseNew ()
 

Protected Member Functions

 vtkWindBladeReader ()
 
 ~vtkWindBladeReader ()
 
void ReadGlobalData ()
 
void ReadDataVariables (ifstream &inStr)
 
void FindVariableOffsets ()
 
void SetupBladeData ()
 
void LoadBladeData (int timeStep)
 
void FillCoordinates ()
 
void FillGroundCoordinates ()
 
void CreateCoordinates ()
 
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)
 
void LoadVariableData (int var)
 
void DivideByDensity (const char *name)
 
void CalculateVorticity (int vort, int uvw, int density)
 
void CalculatePressure (int pres, int prespre, int tempg, int density)
 
virtual int RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
virtual int RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
virtual int FillOutputPortInformation (int, vtkInformation *)
 
- Protected Member Functions inherited from vtkStructuredGridAlgorithm
 vtkStructuredGridAlgorithm ()
 
 ~vtkStructuredGridAlgorithm ()
 
virtual int FillInputPortInformation (int port, vtkInformation *info)
 
virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual void ExecuteData (vtkDataObject *output)
 
virtual void Execute ()
 
- Protected Member Functions inherited from vtkAlgorithm
 vtkAlgorithm ()
 
 ~vtkAlgorithm ()
 
virtual void SetNumberOfInputPorts (int n)
 
virtual void SetNumberOfOutputPorts (int n)
 
int InputPortIndexInRange (int index, const char *action)
 
int OutputPortIndexInRange (int index, const char *action)
 
int GetInputArrayAssociation (int idx, vtkInformationVector **inputVector)
 
virtual vtkExecutiveCreateDefaultExecutive ()
 
virtual void ReportReferences (vtkGarbageCollector *)
 
virtual void SetNumberOfInputConnections (int port, int n)
 
int GetInputArrayAssociation (int idx, int connection, vtkInformationVector **inputVector)
 
int GetInputArrayAssociation (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkInformationGetInputArrayFieldInformation (int idx, vtkInformationVector **inputVector)
 
virtual void SetNthInputConnection (int port, int index, vtkAlgorithmOutput *input)
 
virtual void SetErrorCode (unsigned long)
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
virtual ~vtkObject ()
 
virtual void RegisterInternal (vtkObjectBase *, int check)
 
virtual void UnRegisterInternal (vtkObjectBase *, int check)
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
 
void InternalReleaseFocus ()
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void CollectRevisions (ostream &os)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

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)
 
- Static Protected Member Functions inherited from vtkAlgorithm
static vtkInformationIntegerKeyPORT_REQUIREMENTS_FILLED ()
 

Protected Attributes

char * Filename
 
FILE * FilePtr
 
int Rank
 
int TotalRank
 
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
 
float * zTopographicValues
 
float zMinValue
 
int NumberOfFileVariables
 
int NumberOfDerivedVariables
 
int NumberOfVariables
 
vtkStringArrayDivideVariables
 
vtkStdStringVariableName
 
int * VariableStruct
 
int * VariableCompSize
 
int * VariableBasicType
 
int * VariableByteCount
 
long int * VariableOffset
 
int BlockSize
 
int GBlockSize
 
vtkFloatArray ** data
 
vtkStdString RootDirectory
 
vtkStdString DataDirectory
 
vtkStdString DataBaseName
 
int NumberOfTimeSteps
 
int TimeStepFirst
 
int TimeStepLast
 
int TimeStepDelta
 
double * TimeSteps
 
int NumberOfBladeTowers
 
int NumberOfBladePoints
 
int NumberOfBladeCells
 
vtkFloatArrayXPosition
 
vtkFloatArrayYPosition
 
vtkFloatArrayHubHeight
 
vtkIntArrayBladeCount
 
int UseTurbineFile
 
vtkStdString TurbineDirectory
 
vtkStdString TurbineTowerName
 
vtkStdString TurbineBladeName
 
vtkDataArraySelectionPointDataArraySelection
 
vtkCallbackCommandSelectionObserver
 
vtkMultiProcessControllerMPIController
 
- Protected Attributes inherited from vtkAlgorithm
vtkInformationInformation
 
double Progress
 
char * ProgressText
 
unsigned long ErrorCode
 
- Protected Attributes inherited from vtkObject
unsigned char Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
- Protected Attributes inherited from vtkObjectBase
int ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Additional Inherited Members

- Public Attributes inherited from vtkAlgorithm
int AbortExecute
 
- Static Protected Attributes inherited from vtkAlgorithm
static vtkExecutiveDefaultExecutivePrototype
 

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. The data is 3D rectilinear with irregular spacing on the Z dimension.

Definition at line 58 of file vtkWindBladeReader.h.

Member Typedef Documentation

Definition at line 62 of file vtkWindBladeReader.h.

Constructor & Destructor Documentation

vtkWindBladeReader::vtkWindBladeReader ( )
protected
vtkWindBladeReader::~vtkWindBladeReader ( )
protected

Member Function Documentation

static vtkWindBladeReader* vtkWindBladeReader::New ( )
static
virtual const char* vtkWindBladeReader::GetClassName ( )
virtual

Reimplemented from vtkStructuredGridAlgorithm.

static int vtkWindBladeReader::IsTypeOf ( const char *  type)
static
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.

static vtkWindBladeReader* vtkWindBladeReader::SafeDownCast ( vtkObject o)
static
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.

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
vtkStructuredGrid* vtkWindBladeReader::GetFieldOutput ( )

Get the reader's output

vtkUnstructuredGrid* vtkWindBladeReader::GetBladeOutput ( )

Get the reader's output

vtkStructuredGrid* vtkWindBladeReader::GetGroundOutput ( )

Get the reader's output

int vtkWindBladeReader::GetNumberOfPointArrays ( )

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

const char* vtkWindBladeReader::GetPointArrayName ( int  index)

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

int vtkWindBladeReader::GetPointArrayStatus ( const char *  name)
void vtkWindBladeReader::SetPointArrayStatus ( const char *  name,
int  status 
)
void vtkWindBladeReader::DisableAllPointArrays ( )
void vtkWindBladeReader::EnableAllPointArrays ( )
void vtkWindBladeReader::ReadGlobalData ( )
protected
void vtkWindBladeReader::ReadDataVariables ( ifstream &  inStr)
protected
void vtkWindBladeReader::FindVariableOffsets ( )
protected
void vtkWindBladeReader::SetupBladeData ( )
protected
void vtkWindBladeReader::LoadBladeData ( int  timeStep)
protected
void vtkWindBladeReader::FillCoordinates ( )
protected
void vtkWindBladeReader::FillGroundCoordinates ( )
protected
void vtkWindBladeReader::CreateCoordinates ( )
protected
void vtkWindBladeReader::CreateZTopography ( float *  zdata)
protected
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
void vtkWindBladeReader::LoadVariableData ( int  var)
protected
void vtkWindBladeReader::DivideByDensity ( const char *  name)
protected
void vtkWindBladeReader::CalculateVorticity ( int  vort,
int  uvw,
int  density 
)
protected
void vtkWindBladeReader::CalculatePressure ( int  pres,
int  prespre,
int  tempg,
int  density 
)
protected
virtual int vtkWindBladeReader::RequestData ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
)
protectedvirtual

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

Reimplemented from vtkStructuredGridAlgorithm.

virtual int vtkWindBladeReader::RequestInformation ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
)
protectedvirtual

Reimplemented from vtkStructuredGridAlgorithm.

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

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.

Member Data Documentation

char* vtkWindBladeReader::Filename
protected

Definition at line 99 of file vtkWindBladeReader.h.

FILE* vtkWindBladeReader::FilePtr
protected

Definition at line 100 of file vtkWindBladeReader.h.

int vtkWindBladeReader::Rank
protected

Definition at line 102 of file vtkWindBladeReader.h.

int vtkWindBladeReader::TotalRank
protected

Definition at line 103 of file vtkWindBladeReader.h.

vtkIdType vtkWindBladeReader::NumberOfTuples
protected

Definition at line 106 of file vtkWindBladeReader.h.

int vtkWindBladeReader::WholeExtent[6]
protected

Definition at line 109 of file vtkWindBladeReader.h.

int vtkWindBladeReader::SubExtent[6]
protected

Definition at line 110 of file vtkWindBladeReader.h.

int vtkWindBladeReader::UpdateExtent[6]
protected

Definition at line 111 of file vtkWindBladeReader.h.

int vtkWindBladeReader::Dimension[3]
protected

Definition at line 112 of file vtkWindBladeReader.h.

int vtkWindBladeReader::SubDimension[3]
protected

Definition at line 113 of file vtkWindBladeReader.h.

int vtkWindBladeReader::GExtent[6]
protected

Definition at line 116 of file vtkWindBladeReader.h.

int vtkWindBladeReader::GSubExtent[6]
protected

Definition at line 117 of file vtkWindBladeReader.h.

int vtkWindBladeReader::GDimension[3]
protected

Definition at line 118 of file vtkWindBladeReader.h.

float vtkWindBladeReader::Step[3]
protected

Definition at line 120 of file vtkWindBladeReader.h.

int vtkWindBladeReader::UseTopographyFile
protected

Definition at line 121 of file vtkWindBladeReader.h.

vtkStdString vtkWindBladeReader::TopographyFile
protected

Definition at line 122 of file vtkWindBladeReader.h.

vtkPoints* vtkWindBladeReader::Points
protected

Definition at line 123 of file vtkWindBladeReader.h.

vtkPoints* vtkWindBladeReader::GPoints
protected

Definition at line 124 of file vtkWindBladeReader.h.

vtkPoints* vtkWindBladeReader::BPoints
protected

Definition at line 125 of file vtkWindBladeReader.h.

float vtkWindBladeReader::Compression
protected

Definition at line 126 of file vtkWindBladeReader.h.

float vtkWindBladeReader::Fit
protected

Definition at line 127 of file vtkWindBladeReader.h.

vtkFloatArray* vtkWindBladeReader::xSpacing
protected

Definition at line 130 of file vtkWindBladeReader.h.

vtkFloatArray* vtkWindBladeReader::ySpacing
protected

Definition at line 131 of file vtkWindBladeReader.h.

vtkFloatArray* vtkWindBladeReader::zSpacing
protected

Definition at line 132 of file vtkWindBladeReader.h.

float* vtkWindBladeReader::zTopographicValues
protected

Definition at line 133 of file vtkWindBladeReader.h.

float vtkWindBladeReader::zMinValue
protected

Definition at line 134 of file vtkWindBladeReader.h.

int vtkWindBladeReader::NumberOfFileVariables
protected

Definition at line 137 of file vtkWindBladeReader.h.

int vtkWindBladeReader::NumberOfDerivedVariables
protected

Definition at line 138 of file vtkWindBladeReader.h.

int vtkWindBladeReader::NumberOfVariables
protected

Definition at line 139 of file vtkWindBladeReader.h.

vtkStringArray* vtkWindBladeReader::DivideVariables
protected

Definition at line 141 of file vtkWindBladeReader.h.

vtkStdString* vtkWindBladeReader::VariableName
protected

Definition at line 142 of file vtkWindBladeReader.h.

int* vtkWindBladeReader::VariableStruct
protected

Definition at line 143 of file vtkWindBladeReader.h.

int* vtkWindBladeReader::VariableCompSize
protected

Definition at line 144 of file vtkWindBladeReader.h.

int* vtkWindBladeReader::VariableBasicType
protected

Definition at line 145 of file vtkWindBladeReader.h.

int* vtkWindBladeReader::VariableByteCount
protected

Definition at line 146 of file vtkWindBladeReader.h.

long int* vtkWindBladeReader::VariableOffset
protected

Definition at line 147 of file vtkWindBladeReader.h.

int vtkWindBladeReader::BlockSize
protected

Definition at line 148 of file vtkWindBladeReader.h.

int vtkWindBladeReader::GBlockSize
protected

Definition at line 149 of file vtkWindBladeReader.h.

vtkFloatArray** vtkWindBladeReader::data
protected

Definition at line 151 of file vtkWindBladeReader.h.

vtkStdString vtkWindBladeReader::RootDirectory
protected

Definition at line 152 of file vtkWindBladeReader.h.

vtkStdString vtkWindBladeReader::DataDirectory
protected

Definition at line 153 of file vtkWindBladeReader.h.

vtkStdString vtkWindBladeReader::DataBaseName
protected

Definition at line 154 of file vtkWindBladeReader.h.

int vtkWindBladeReader::NumberOfTimeSteps
protected

Definition at line 157 of file vtkWindBladeReader.h.

int vtkWindBladeReader::TimeStepFirst
protected

Definition at line 158 of file vtkWindBladeReader.h.

int vtkWindBladeReader::TimeStepLast
protected

Definition at line 159 of file vtkWindBladeReader.h.

int vtkWindBladeReader::TimeStepDelta
protected

Definition at line 160 of file vtkWindBladeReader.h.

double* vtkWindBladeReader::TimeSteps
protected

Definition at line 161 of file vtkWindBladeReader.h.

int vtkWindBladeReader::NumberOfBladeTowers
protected

Definition at line 164 of file vtkWindBladeReader.h.

int vtkWindBladeReader::NumberOfBladePoints
protected

Definition at line 165 of file vtkWindBladeReader.h.

int vtkWindBladeReader::NumberOfBladeCells
protected

Definition at line 166 of file vtkWindBladeReader.h.

vtkFloatArray* vtkWindBladeReader::XPosition
protected

Definition at line 168 of file vtkWindBladeReader.h.

vtkFloatArray* vtkWindBladeReader::YPosition
protected

Definition at line 169 of file vtkWindBladeReader.h.

vtkFloatArray* vtkWindBladeReader::HubHeight
protected

Definition at line 170 of file vtkWindBladeReader.h.

vtkIntArray* vtkWindBladeReader::BladeCount
protected

Definition at line 171 of file vtkWindBladeReader.h.

int vtkWindBladeReader::UseTurbineFile
protected

Definition at line 173 of file vtkWindBladeReader.h.

vtkStdString vtkWindBladeReader::TurbineDirectory
protected

Definition at line 174 of file vtkWindBladeReader.h.

vtkStdString vtkWindBladeReader::TurbineTowerName
protected

Definition at line 175 of file vtkWindBladeReader.h.

vtkStdString vtkWindBladeReader::TurbineBladeName
protected

Definition at line 176 of file vtkWindBladeReader.h.

vtkDataArraySelection* vtkWindBladeReader::PointDataArraySelection
protected

Definition at line 179 of file vtkWindBladeReader.h.

vtkCallbackCommand* vtkWindBladeReader::SelectionObserver
protected

Definition at line 182 of file vtkWindBladeReader.h.

vtkMultiProcessController* vtkWindBladeReader::MPIController
protected

Definition at line 185 of file vtkWindBladeReader.h.


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