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.vtkXMLStructuredDataReader Class Reference

vtkXMLStructuredDataReader - Superclass for structured data XML readers. More...

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

List of all members.

Public Member Functions

 vtkXMLStructuredDataReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
override void CopyOutputInformation (vtkInformation outInfo, int port)
 For the specified port, copy the information this reader sets up in SetupOutputInformation to outInfo.
override int GetNumberOfCells ()
 Get the number of cells in the output.
override int GetNumberOfPoints ()
 Get the number of points in the output.
virtual int GetWholeSlices ()
 Get/Set whether the reader gets a whole slice from disk when only a rectangle inside it is needed. This mode reads more data than necessary, but prevents many short reads from interacting poorly with the compression and encoding schemes.
override int IsA (string type)
 Undocumented Block.
new vtkXMLStructuredDataReader NewInstance ()
 Undocumented Block.
virtual void SetWholeSlices (int _arg)
 Get/Set whether the reader gets a whole slice from disk when only a rectangle inside it is needed. This mode reads more data than necessary, but prevents many short reads from interacting poorly with the compression and encoding schemes.
virtual void WholeSlicesOff ()
 Get/Set whether the reader gets a whole slice from disk when only a rectangle inside it is needed. This mode reads more data than necessary, but prevents many short reads from interacting poorly with the compression and encoding schemes.
virtual void WholeSlicesOn ()
 Get/Set whether the reader gets a whole slice from disk when only a rectangle inside it is needed. This mode reads more data than necessary, but prevents many short reads from interacting poorly with the compression and encoding schemes.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "26vtkXMLStructuredDataReader"
 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 void vtkXMLStructuredDataReader_CopyOutputInformation_01 (HandleRef pThis, HandleRef outInfo, int port)
static internal int vtkXMLStructuredDataReader_GetNumberOfCells_02 (HandleRef pThis)
static internal int vtkXMLStructuredDataReader_GetNumberOfPoints_03 (HandleRef pThis)
static internal int vtkXMLStructuredDataReader_GetWholeSlices_04 (HandleRef pThis)
static internal int vtkXMLStructuredDataReader_IsA_05 (HandleRef pThis, string type)
static internal int vtkXMLStructuredDataReader_IsTypeOf_06 (string type)
static internal IntPtr vtkXMLStructuredDataReader_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXMLStructuredDataReader_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkXMLStructuredDataReader_SetWholeSlices_09 (HandleRef pThis, int _arg)
static internal void vtkXMLStructuredDataReader_WholeSlicesOff_10 (HandleRef pThis)
static internal void vtkXMLStructuredDataReader_WholeSlicesOn_11 (HandleRef pThis)

Static Private Member Functions

static vtkXMLStructuredDataReader ()
 Automatically generated type registration mechanics.

Detailed Description

vtkXMLStructuredDataReader - Superclass for structured data XML readers.

Description vtkXMLStructuredDataReader provides functionality common to all structured data format readers.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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


Member Function Documentation

override void Kitware.VTK.vtkXMLStructuredDataReader.CopyOutputInformation ( vtkInformation  outInfo,
int  port 
) [virtual]

For the specified port, copy the information this reader sets up in SetupOutputInformation to outInfo.

Reimplemented from Kitware.VTK.vtkXMLDataReader.

Reimplemented in Kitware.VTK.vtkXMLImageDataReader.

override void Kitware.VTK.vtkXMLStructuredDataReader.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.vtkXMLDataReader.

Reimplemented in Kitware.VTK.vtkXMLImageDataReader, Kitware.VTK.vtkXMLRectilinearGridReader, and Kitware.VTK.vtkXMLStructuredGridReader.

Get the number of cells in the output.

Reimplemented from Kitware.VTK.vtkXMLDataReader.

Get the number of points in the output.

Reimplemented from Kitware.VTK.vtkXMLDataReader.

Get/Set whether the reader gets a whole slice from disk when only a rectangle inside it is needed. This mode reads more data than necessary, but prevents many short reads from interacting poorly with the compression and encoding schemes.

override int Kitware.VTK.vtkXMLStructuredDataReader.IsA ( string  type) [virtual]
static new int Kitware.VTK.vtkXMLStructuredDataReader.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLDataReader.

Reimplemented in Kitware.VTK.vtkXMLImageDataReader, Kitware.VTK.vtkXMLRectilinearGridReader, and Kitware.VTK.vtkXMLStructuredGridReader.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkXMLStructuredDataReader.SetWholeSlices ( int  _arg) [virtual]

Get/Set whether the reader gets a whole slice from disk when only a rectangle inside it is needed. This mode reads more data than necessary, but prevents many short reads from interacting poorly with the compression and encoding schemes.

static internal void Kitware.VTK.vtkXMLStructuredDataReader.vtkXMLStructuredDataReader_CopyOutputInformation_01 ( HandleRef  pThis,
HandleRef  outInfo,
int  port 
) [private]
static internal int Kitware.VTK.vtkXMLStructuredDataReader.vtkXMLStructuredDataReader_IsA_05 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLStructuredDataReader.vtkXMLStructuredDataReader_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLStructuredDataReader.vtkXMLStructuredDataReader_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkXMLStructuredDataReader.vtkXMLStructuredDataReader_SetWholeSlices_09 ( HandleRef  pThis,
int  _arg 
) [private]

Get/Set whether the reader gets a whole slice from disk when only a rectangle inside it is needed. This mode reads more data than necessary, but prevents many short reads from interacting poorly with the compression and encoding schemes.

Get/Set whether the reader gets a whole slice from disk when only a rectangle inside it is needed. This mode reads more data than necessary, but prevents many short reads from interacting poorly with the compression and encoding schemes.


Member Data Documentation

new readonly string Kitware.VTK.vtkXMLStructuredDataReader.MRClassNameKey = "26vtkXMLStructuredDataReader" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkXMLDataReader.

Reimplemented in Kitware.VTK.vtkXMLImageDataReader, Kitware.VTK.vtkXMLRectilinearGridReader, and Kitware.VTK.vtkXMLStructuredGridReader.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkXMLDataReader.

Reimplemented in Kitware.VTK.vtkXMLImageDataReader, Kitware.VTK.vtkXMLRectilinearGridReader, and Kitware.VTK.vtkXMLStructuredGridReader.


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