ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkPOPReader Class Reference

vtkPOPReader - read POP data files More...

Inheritance diagram for Kitware.VTK.vtkPOPReader:
[legend]
Collaboration diagram for Kitware.VTK.vtkPOPReader:
[legend]

List of all members.

Public Member Functions

 vtkPOPReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkPOPReader ()
 Undocumented Block.
virtual int[] GetClipExtent ()
 Because the data can be so large, here is an option to clip while reading.
virtual void GetClipExtent (ref int _arg1, ref int _arg2, ref int _arg3, ref int _arg4, ref int _arg5, ref int _arg6)
 Because the data can be so large, here is an option to clip while reading.
virtual void GetClipExtent (IntPtr _arg)
 Because the data can be so large, here is an option to clip while reading.
virtual int[] GetDimensions ()
 This is the longitude and latitude dimensions of the structured grid.
virtual void GetDimensions (ref int _arg1, ref int _arg2)
 This is the longitude and latitude dimensions of the structured grid.
virtual void GetDimensions (IntPtr _arg)
 This is the longitude and latitude dimensions of the structured grid.
virtual string GetFileName ()
 This file contains information about all the files.
virtual string GetGridFileName ()
 This file contains the latitude and longitude of the grid. It must be double with no header.
virtual int GetNumberOfGhostLevels ()
 Set the number of ghost levels to include in the data.
virtual double GetRadius ()
 Radius of the earth.
virtual string GetUFlowFileName ()
 These files contains the u and v components of the flow.
virtual string GetVFlowFileName ()
 These files contains the u and v components of the flow.
override int IsA (string type)
 Undocumented Block.
new vtkPOPReader NewInstance ()
 Undocumented Block.
virtual void SetClipExtent (int _arg1, int _arg2, int _arg3, int _arg4, int _arg5, int _arg6)
 Because the data can be so large, here is an option to clip while reading.
virtual void SetClipExtent (IntPtr _arg)
 Because the data can be so large, here is an option to clip while reading.
virtual void SetFileName (string _arg)
 This file contains information about all the files.
virtual void SetNumberOfGhostLevels (int _arg)
 Set the number of ghost levels to include in the data.
virtual void SetRadius (double _arg)
 Radius of the earth.

Static Public Member Functions

static new vtkPOPReader New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkPOPReader SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkPOPReader"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "12vtkPOPReader"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal IntPtr vtkPOPReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPOPReader_GetClipExtent_01 (HandleRef pThis)
static internal void vtkPOPReader_GetClipExtent_02 (HandleRef pThis, ref int _arg1, ref int _arg2, ref int _arg3, ref int _arg4, ref int _arg5, ref int _arg6)
static internal void vtkPOPReader_GetClipExtent_03 (HandleRef pThis, IntPtr _arg)
static internal IntPtr vtkPOPReader_GetDimensions_04 (HandleRef pThis)
static internal void vtkPOPReader_GetDimensions_05 (HandleRef pThis, ref int _arg1, ref int _arg2)
static internal void vtkPOPReader_GetDimensions_06 (HandleRef pThis, IntPtr _arg)
static internal IntPtr vtkPOPReader_GetFileName_07 (HandleRef pThis)
static internal IntPtr vtkPOPReader_GetGridFileName_08 (HandleRef pThis)
static internal int vtkPOPReader_GetNumberOfGhostLevels_09 (HandleRef pThis)
static internal double vtkPOPReader_GetRadius_10 (HandleRef pThis)
static internal IntPtr vtkPOPReader_GetUFlowFileName_11 (HandleRef pThis)
static internal IntPtr vtkPOPReader_GetVFlowFileName_12 (HandleRef pThis)
static internal int vtkPOPReader_IsA_13 (HandleRef pThis, string type)
static internal int vtkPOPReader_IsTypeOf_14 (string type)
static internal IntPtr vtkPOPReader_NewInstance_16 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPOPReader_SafeDownCast_17 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPOPReader_SetClipExtent_18 (HandleRef pThis, int _arg1, int _arg2, int _arg3, int _arg4, int _arg5, int _arg6)
static internal void vtkPOPReader_SetClipExtent_19 (HandleRef pThis, IntPtr _arg)
static internal void vtkPOPReader_SetFileName_20 (HandleRef pThis, string _arg)
static internal void vtkPOPReader_SetNumberOfGhostLevels_21 (HandleRef pThis, int _arg)
static internal void vtkPOPReader_SetRadius_22 (HandleRef pThis, double _arg)

Static Private Member Functions

static vtkPOPReader ()
 Automatically generated type registration mechanics.

Detailed Description

vtkPOPReader - read POP data files

Description vtkPOPReader Just converts from images to a structured grid for now.


Constructor & Destructor Documentation

static Kitware.VTK.vtkPOPReader.vtkPOPReader ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkPOPReader.vtkPOPReader ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkPOPReader.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkStructuredGridAlgorithm.

virtual int [] Kitware.VTK.vtkPOPReader.GetClipExtent ( ) [virtual]

Because the data can be so large, here is an option to clip while reading.

virtual void Kitware.VTK.vtkPOPReader.GetClipExtent ( ref int  _arg1,
ref int  _arg2,
ref int  _arg3,
ref int  _arg4,
ref int  _arg5,
ref int  _arg6 
) [virtual]

Because the data can be so large, here is an option to clip while reading.

virtual void Kitware.VTK.vtkPOPReader.GetClipExtent ( IntPtr  _arg) [virtual]

Because the data can be so large, here is an option to clip while reading.

virtual int [] Kitware.VTK.vtkPOPReader.GetDimensions ( ) [virtual]

This is the longitude and latitude dimensions of the structured grid.

virtual void Kitware.VTK.vtkPOPReader.GetDimensions ( ref int  _arg1,
ref int  _arg2 
) [virtual]

This is the longitude and latitude dimensions of the structured grid.

virtual void Kitware.VTK.vtkPOPReader.GetDimensions ( IntPtr  _arg) [virtual]

This is the longitude and latitude dimensions of the structured grid.

virtual string Kitware.VTK.vtkPOPReader.GetFileName ( ) [virtual]

This file contains information about all the files.

virtual string Kitware.VTK.vtkPOPReader.GetGridFileName ( ) [virtual]

This file contains the latitude and longitude of the grid. It must be double with no header.

Set the number of ghost levels to include in the data.

virtual double Kitware.VTK.vtkPOPReader.GetRadius ( ) [virtual]

Radius of the earth.

virtual string Kitware.VTK.vtkPOPReader.GetUFlowFileName ( ) [virtual]

These files contains the u and v components of the flow.

virtual string Kitware.VTK.vtkPOPReader.GetVFlowFileName ( ) [virtual]

These files contains the u and v components of the flow.

override int Kitware.VTK.vtkPOPReader.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkStructuredGridAlgorithm.

static new int Kitware.VTK.vtkPOPReader.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkStructuredGridAlgorithm.

static new vtkPOPReader Kitware.VTK.vtkPOPReader.New ( ) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkStructuredGridAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkStructuredGridAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkStructuredGridAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkPOPReader.SetClipExtent ( int  _arg1,
int  _arg2,
int  _arg3,
int  _arg4,
int  _arg5,
int  _arg6 
) [virtual]

Because the data can be so large, here is an option to clip while reading.

virtual void Kitware.VTK.vtkPOPReader.SetClipExtent ( IntPtr  _arg) [virtual]

Because the data can be so large, here is an option to clip while reading.

virtual void Kitware.VTK.vtkPOPReader.SetFileName ( string  _arg) [virtual]

This file contains information about all the files.

virtual void Kitware.VTK.vtkPOPReader.SetNumberOfGhostLevels ( int  _arg) [virtual]

Set the number of ghost levels to include in the data.

virtual void Kitware.VTK.vtkPOPReader.SetRadius ( double  _arg) [virtual]

Radius of the earth.

static internal IntPtr Kitware.VTK.vtkPOPReader.vtkPOPReader_GetClipExtent_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPOPReader.vtkPOPReader_GetClipExtent_02 ( HandleRef  pThis,
ref int  _arg1,
ref int  _arg2,
ref int  _arg3,
ref int  _arg4,
ref int  _arg5,
ref int  _arg6 
) [private]
static internal void Kitware.VTK.vtkPOPReader.vtkPOPReader_GetClipExtent_03 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal IntPtr Kitware.VTK.vtkPOPReader.vtkPOPReader_GetDimensions_04 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPOPReader.vtkPOPReader_GetDimensions_05 ( HandleRef  pThis,
ref int  _arg1,
ref int  _arg2 
) [private]
static internal void Kitware.VTK.vtkPOPReader.vtkPOPReader_GetDimensions_06 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal IntPtr Kitware.VTK.vtkPOPReader.vtkPOPReader_GetFileName_07 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkPOPReader.vtkPOPReader_GetGridFileName_08 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPOPReader.vtkPOPReader_GetNumberOfGhostLevels_09 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkPOPReader.vtkPOPReader_GetRadius_10 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkPOPReader.vtkPOPReader_GetUFlowFileName_11 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkPOPReader.vtkPOPReader_GetVFlowFileName_12 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPOPReader.vtkPOPReader_IsA_13 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkPOPReader.vtkPOPReader_IsTypeOf_14 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkPOPReader.vtkPOPReader_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPOPReader.vtkPOPReader_NewInstance_16 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPOPReader.vtkPOPReader_SafeDownCast_17 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkPOPReader.vtkPOPReader_SetClipExtent_18 ( HandleRef  pThis,
int  _arg1,
int  _arg2,
int  _arg3,
int  _arg4,
int  _arg5,
int  _arg6 
) [private]
static internal void Kitware.VTK.vtkPOPReader.vtkPOPReader_SetClipExtent_19 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkPOPReader.vtkPOPReader_SetFileName_20 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkPOPReader.vtkPOPReader_SetNumberOfGhostLevels_21 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkPOPReader.vtkPOPReader_SetRadius_22 ( HandleRef  pThis,
double  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkPOPReader.MRClassNameKey = "12vtkPOPReader" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkStructuredGridAlgorithm.

new const string Kitware.VTK.vtkPOPReader.MRFullTypeName = "Kitware.VTK.vtkPOPReader"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkStructuredGridAlgorithm.


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