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

Read an MPAS netCDF file. More...

#include <vtkMPASReader.h>

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

Public Types

typedef
vtkUnstructuredGridAlgorithm 
Superclass
- Public Types inherited from vtkUnstructuredGridAlgorithm
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)
int GetNumberOfCellArrays ()
const char * GetCellArrayName (int index)
int GetCellArrayStatus (const char *name)
void SetCellArrayStatus (const char *name, int status)
void DisableAllCellArrays ()
void EnableAllCellArrays ()
void SetVerticalLevel (int level)
virtual int * GetVerticalLevelRange ()
virtual void GetVerticalLevelRange (int &, int &)
virtual void GetVerticalLevelRange (int[2])
void SetLayerThickness (int val)
virtual int * GetLayerThicknessRange ()
virtual void GetLayerThicknessRange (int &, int &)
virtual void GetLayerThicknessRange (int[2])
void SetCenterLon (int val)
virtual int * GetCenterLonRange ()
virtual void GetCenterLonRange (int &, int &)
virtual void GetCenterLonRange (int[2])
void SetProjectLatLon (bool val)
virtual bool GetProjectLatLon ()
void SetIsAtmosphere (bool val)
virtual bool GetIsAtmosphere ()
void SetIsZeroCentered (bool val)
virtual bool GetIsZeroCentered ()
void SetShowMultilayerView (bool val)
virtual bool GetShowMultilayerView ()
virtual void SetFileName (const char *)
virtual char * GetFileName ()
virtual int GetmaxCells ()
virtual int GetmaxPoints ()
virtual int GetnumCellVars ()
virtual int GetnumPointVars ()
vtkUnstructuredGridGetOutput ()
vtkUnstructuredGridGetOutput (int index)
int GetNumberOfPointArrays ()
const char * GetPointArrayName (int index)
int GetPointArrayStatus (const char *name)
void SetPointArrayStatus (const char *name, int status)
void DisableAllPointArrays ()
void EnableAllPointArrays ()
- Public Member Functions inherited from vtkUnstructuredGridAlgorithm
vtkDataObjectGetInput (int port)
vtkDataObjectGetInput ()
vtkUnstructuredGridGetUnstructuredGridInput (int port)
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 vtkMPASReaderNew ()
static int IsTypeOf (const char *type)
static vtkMPASReaderSafeDownCast (vtkObject *o)
static int CanReadFile (const char *filename)

Protected Member Functions

 vtkMPASReader ()
 ~vtkMPASReader ()
void DestroyData ()
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetDefaults ()
int GetNcDims ()
int CheckParams ()
int GetNcVars (const char *cellDimName, const char *pointDimName)
int ReadAndOutputGrid (bool init)
int ReadAndOutputVariableData ()
int BuildVarArrays ()
int AllocSphereGeometry ()
int AllocLatLonGeometry ()
void ShiftLonData ()
int AddMirrorPoint (int index, double dividerX)
void FixPoints ()
int EliminateXWrap ()
void OutputPoints (bool init)
void OutputCells (bool init)
unsigned char GetCellType ()
void LoadGeometryData (int var, double dTime)
int LoadPointVarData (int variable, double dTime)
int LoadCellVarData (int variable, double dTime)
int RegenerateGeometry ()
- Protected Member Functions inherited from vtkUnstructuredGridAlgorithm
 vtkUnstructuredGridAlgorithm ()
 ~vtkUnstructuredGridAlgorithm ()
virtual int FillOutputPortInformation (int port, vtkInformation *info)
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)

Protected Attributes

char * FileName
vtkStdStringVariableName
int * VariableType
int NumberOfTimeSteps
double * TimeSteps
double dTime
vtkCallbackCommandSelectionObserver
bool infoRequested
bool dataRequested
vtkDataArraySelectionPointDataArraySelection
vtkDataArraySelectionCellDataArraySelection
vtkDoubleArray ** cellVarDataArray
vtkDoubleArray ** pointVarDataArray
int VerticalLevelSelected
int VerticalLevelRange [2]
int LayerThickness
int LayerThicknessRange [2]
int CenterLon
int CenterLonRange [2]
bool ProjectLatLon
bool IsAtmosphere
bool IsZeroCentered
bool ShowMultilayerView
bool includeTopography
bool doBugFix
double centerRad
int maxNVertLevels
int numCells
int numPoints
int cellOffset
int pointOffset
int pointsPerCell
int currentExtraPoint
int currentExtraCell
double * pointX
double * pointY
double * pointZ
int modNumPoints
int modNumCells
int * origConnections
int * modConnections
int * cellMap
int * pointMap
int * maxLevelPoint
int maxCells
int maxPoints
int verticalIndex
int numCellVars
int numPointVars
double * pointVarData
double * cellVarData

Additional Inherited Members

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

Detailed Description

Read an MPAS netCDF file.

This program reads an MPAS netCDF data file to allow paraview to display a dual-grid sphere or latlon projection. Also allows display of primal-grid sphere. The variables that have time dim are available to ParaView.

Assume all variables are of interest if they have dims (Time, nCells|nVertices, nVertLevels, [nTracers]) Assume no more than 100 vars each for cell and point data Does not deal with edge data.

When using this reader, it is important that you remember to do the following:

  1. When changing a selected variable, remember to select it also in the drop down box to "color by". It doesn't color by that variable automatically.
  2. When selecting multilayer sphere view, make layer thickness around 100,000.
  3. When selecting multilayer lat/lon view, make layer thickness around 10.
  4. Always click the -Z orientation after making a switch from lat/lon to sphere, from single to multilayer or changing thickness.
  5. Be conservative on the number of changes you make before hitting Apply, since there may be bugs in this reader. Just make one change and then hit Apply.

Christine Ahrens (cahre.nosp@m.ns@l.nosp@m.anl.g.nosp@m.ov) Version 1.3

Definition at line 91 of file vtkMPASReader.h.

Member Typedef Documentation

Definition at line 95 of file vtkMPASReader.h.

Constructor & Destructor Documentation

vtkMPASReader::vtkMPASReader ( )
protected
vtkMPASReader::~vtkMPASReader ( )
protected

Member Function Documentation

static vtkMPASReader* vtkMPASReader::New ( )
static

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

Reimplemented from vtkUnstructuredGridAlgorithm.

virtual const char* vtkMPASReader::GetClassName ( )
virtual

Reimplemented from vtkUnstructuredGridAlgorithm.

static int vtkMPASReader::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 vtkUnstructuredGridAlgorithm.

virtual int vtkMPASReader::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 vtkUnstructuredGridAlgorithm.

static vtkMPASReader* vtkMPASReader::SafeDownCast ( vtkObject o)
static

Reimplemented from vtkUnstructuredGridAlgorithm.

void vtkMPASReader::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 vtkUnstructuredGridAlgorithm.

virtual void vtkMPASReader::SetFileName ( const char *  )
virtual

Specify file name of MPAS data file to read.

virtual char* vtkMPASReader::GetFileName ( )
virtual

Specify file name of MPAS data file to read.

virtual int vtkMPASReader::GetmaxCells ( )
virtual

Get the number of data cells

virtual int vtkMPASReader::GetmaxPoints ( )
virtual

Get the number of points

virtual int vtkMPASReader::GetnumCellVars ( )
virtual

Get the number of data variables at the cell centers and points

virtual int vtkMPASReader::GetnumPointVars ( )
virtual

Get the number of data variables at the cell centers and points

vtkUnstructuredGrid* vtkMPASReader::GetOutput ( )

Get the reader's output

Reimplemented from vtkUnstructuredGridAlgorithm.

vtkUnstructuredGrid* vtkMPASReader::GetOutput ( int  index)

Get the reader's output

Reimplemented from vtkUnstructuredGridAlgorithm.

int vtkMPASReader::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* vtkMPASReader::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 vtkMPASReader::GetPointArrayStatus ( const char *  name)

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 vtkMPASReader::SetPointArrayStatus ( const char *  name,
int  status 
)

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 vtkMPASReader::DisableAllPointArrays ( )

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 vtkMPASReader::EnableAllPointArrays ( )

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 vtkMPASReader::GetNumberOfCellArrays ( )
const char* vtkMPASReader::GetCellArrayName ( int  index)
int vtkMPASReader::GetCellArrayStatus ( const char *  name)
void vtkMPASReader::SetCellArrayStatus ( const char *  name,
int  status 
)
void vtkMPASReader::DisableAllCellArrays ( )
void vtkMPASReader::EnableAllCellArrays ( )
void vtkMPASReader::SetVerticalLevel ( int  level)
virtual int* vtkMPASReader::GetVerticalLevelRange ( )
virtual
virtual void vtkMPASReader::GetVerticalLevelRange ( int &  ,
int &   
)
virtual
virtual void vtkMPASReader::GetVerticalLevelRange ( int  [2])
virtual
void vtkMPASReader::SetLayerThickness ( int  val)
virtual int* vtkMPASReader::GetLayerThicknessRange ( )
virtual
virtual void vtkMPASReader::GetLayerThicknessRange ( int &  ,
int &   
)
virtual
virtual void vtkMPASReader::GetLayerThicknessRange ( int  [2])
virtual
void vtkMPASReader::SetCenterLon ( int  val)
virtual int* vtkMPASReader::GetCenterLonRange ( )
virtual
virtual void vtkMPASReader::GetCenterLonRange ( int &  ,
int &   
)
virtual
virtual void vtkMPASReader::GetCenterLonRange ( int  [2])
virtual
void vtkMPASReader::SetProjectLatLon ( bool  val)
virtual bool vtkMPASReader::GetProjectLatLon ( )
virtual
void vtkMPASReader::SetIsAtmosphere ( bool  val)
virtual bool vtkMPASReader::GetIsAtmosphere ( )
virtual
void vtkMPASReader::SetIsZeroCentered ( bool  val)
virtual bool vtkMPASReader::GetIsZeroCentered ( )
virtual
void vtkMPASReader::SetShowMultilayerView ( bool  val)
virtual bool vtkMPASReader::GetShowMultilayerView ( )
virtual
static int vtkMPASReader::CanReadFile ( const char *  filename)
static

Returns true if the given file can be read.

void vtkMPASReader::DestroyData ( )
protected
int vtkMPASReader::RequestData ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
)
protectedvirtual

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

Reimplemented from vtkUnstructuredGridAlgorithm.

int vtkMPASReader::RequestInformation ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
)
protectedvirtual

Reimplemented from vtkUnstructuredGridAlgorithm.

static void vtkMPASReader::SelectionCallback ( vtkObject caller,
unsigned long  eid,
void *  clientdata,
void *  calldata 
)
staticprotected
void vtkMPASReader::SetDefaults ( )
protected
int vtkMPASReader::GetNcDims ( )
protected
int vtkMPASReader::CheckParams ( )
protected
int vtkMPASReader::GetNcVars ( const char *  cellDimName,
const char *  pointDimName 
)
protected
int vtkMPASReader::ReadAndOutputGrid ( bool  init)
protected
int vtkMPASReader::ReadAndOutputVariableData ( )
protected
int vtkMPASReader::BuildVarArrays ( )
protected
int vtkMPASReader::AllocSphereGeometry ( )
protected
int vtkMPASReader::AllocLatLonGeometry ( )
protected
void vtkMPASReader::ShiftLonData ( )
protected
int vtkMPASReader::AddMirrorPoint ( int  index,
double  dividerX 
)
protected
void vtkMPASReader::FixPoints ( )
protected
int vtkMPASReader::EliminateXWrap ( )
protected
void vtkMPASReader::OutputPoints ( bool  init)
protected
void vtkMPASReader::OutputCells ( bool  init)
protected
unsigned char vtkMPASReader::GetCellType ( )
protected
void vtkMPASReader::LoadGeometryData ( int  var,
double  dTime 
)
protected
int vtkMPASReader::LoadPointVarData ( int  variable,
double  dTime 
)
protected
int vtkMPASReader::LoadCellVarData ( int  variable,
double  dTime 
)
protected
int vtkMPASReader::RegenerateGeometry ( )
protected

Member Data Documentation

char* vtkMPASReader::FileName
protected

Definition at line 174 of file vtkMPASReader.h.

vtkStdString* vtkMPASReader::VariableName
protected

Definition at line 183 of file vtkMPASReader.h.

int* vtkMPASReader::VariableType
protected

Definition at line 184 of file vtkMPASReader.h.

int vtkMPASReader::NumberOfTimeSteps
protected

Definition at line 186 of file vtkMPASReader.h.

double* vtkMPASReader::TimeSteps
protected

Definition at line 187 of file vtkMPASReader.h.

double vtkMPASReader::dTime
protected

Definition at line 188 of file vtkMPASReader.h.

vtkCallbackCommand* vtkMPASReader::SelectionObserver
protected

Definition at line 192 of file vtkMPASReader.h.

bool vtkMPASReader::infoRequested
protected

Definition at line 203 of file vtkMPASReader.h.

bool vtkMPASReader::dataRequested
protected

Definition at line 204 of file vtkMPASReader.h.

vtkDataArraySelection* vtkMPASReader::PointDataArraySelection
protected

Definition at line 209 of file vtkMPASReader.h.

vtkDataArraySelection* vtkMPASReader::CellDataArraySelection
protected

Definition at line 210 of file vtkMPASReader.h.

vtkDoubleArray** vtkMPASReader::cellVarDataArray
protected

Definition at line 212 of file vtkMPASReader.h.

vtkDoubleArray** vtkMPASReader::pointVarDataArray
protected

Definition at line 213 of file vtkMPASReader.h.

int vtkMPASReader::VerticalLevelSelected
protected

Definition at line 215 of file vtkMPASReader.h.

int vtkMPASReader::VerticalLevelRange[2]
protected

Definition at line 216 of file vtkMPASReader.h.

int vtkMPASReader::LayerThickness
protected

Definition at line 218 of file vtkMPASReader.h.

int vtkMPASReader::LayerThicknessRange[2]
protected

Definition at line 219 of file vtkMPASReader.h.

int vtkMPASReader::CenterLon
protected

Definition at line 221 of file vtkMPASReader.h.

int vtkMPASReader::CenterLonRange[2]
protected

Definition at line 222 of file vtkMPASReader.h.

bool vtkMPASReader::ProjectLatLon
protected

Definition at line 224 of file vtkMPASReader.h.

bool vtkMPASReader::IsAtmosphere
protected

Definition at line 225 of file vtkMPASReader.h.

bool vtkMPASReader::IsZeroCentered
protected

Definition at line 226 of file vtkMPASReader.h.

bool vtkMPASReader::ShowMultilayerView
protected

Definition at line 227 of file vtkMPASReader.h.

bool vtkMPASReader::includeTopography
protected

Definition at line 229 of file vtkMPASReader.h.

bool vtkMPASReader::doBugFix
protected

Definition at line 230 of file vtkMPASReader.h.

double vtkMPASReader::centerRad
protected

Definition at line 231 of file vtkMPASReader.h.

int vtkMPASReader::maxNVertLevels
protected

Definition at line 235 of file vtkMPASReader.h.

int vtkMPASReader::numCells
protected

Definition at line 236 of file vtkMPASReader.h.

int vtkMPASReader::numPoints
protected

Definition at line 237 of file vtkMPASReader.h.

int vtkMPASReader::cellOffset
protected

Definition at line 238 of file vtkMPASReader.h.

int vtkMPASReader::pointOffset
protected

Definition at line 239 of file vtkMPASReader.h.

int vtkMPASReader::pointsPerCell
protected

Definition at line 240 of file vtkMPASReader.h.

int vtkMPASReader::currentExtraPoint
protected

Definition at line 241 of file vtkMPASReader.h.

int vtkMPASReader::currentExtraCell
protected

Definition at line 242 of file vtkMPASReader.h.

double* vtkMPASReader::pointX
protected

Definition at line 243 of file vtkMPASReader.h.

double* vtkMPASReader::pointY
protected

Definition at line 244 of file vtkMPASReader.h.

double* vtkMPASReader::pointZ
protected

Definition at line 245 of file vtkMPASReader.h.

int vtkMPASReader::modNumPoints
protected

Definition at line 246 of file vtkMPASReader.h.

int vtkMPASReader::modNumCells
protected

Definition at line 247 of file vtkMPASReader.h.

int* vtkMPASReader::origConnections
protected

Definition at line 248 of file vtkMPASReader.h.

int* vtkMPASReader::modConnections
protected

Definition at line 249 of file vtkMPASReader.h.

int* vtkMPASReader::cellMap
protected

Definition at line 250 of file vtkMPASReader.h.

int* vtkMPASReader::pointMap
protected

Definition at line 251 of file vtkMPASReader.h.

int* vtkMPASReader::maxLevelPoint
protected

Definition at line 252 of file vtkMPASReader.h.

int vtkMPASReader::maxCells
protected

Definition at line 253 of file vtkMPASReader.h.

int vtkMPASReader::maxPoints
protected

Definition at line 254 of file vtkMPASReader.h.

int vtkMPASReader::verticalIndex
protected

Definition at line 255 of file vtkMPASReader.h.

int vtkMPASReader::numCellVars
protected

Definition at line 258 of file vtkMPASReader.h.

int vtkMPASReader::numPointVars
protected

Definition at line 259 of file vtkMPASReader.h.

double* vtkMPASReader::pointVarData
protected

Definition at line 260 of file vtkMPASReader.h.

double* vtkMPASReader::cellVarData
protected

Definition at line 261 of file vtkMPASReader.h.


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