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

vtkXMLPImageDataReader - Read PVTK XML ImageData files. More...

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

List of all members.

Public Member Functions

 vtkXMLPImageDataReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkXMLPImageDataReader ()
 Undocumented Block.
override void CopyOutputInformation (vtkInformation outInfo, int port)
 For the specified port, copy the information this reader sets up in SetupOutputInformation to outInfo.
vtkImageData GetOutput ()
 Get the reader's output.
vtkImageData GetOutput (int idx)
 Get the reader's output.
override int IsA (string type)
 Undocumented Block.
new vtkXMLPImageDataReader NewInstance ()
 Undocumented Block.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "22vtkXMLPImageDataReader"
 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 vtkXMLPImageDataReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkXMLPImageDataReader_CopyOutputInformation_01 (HandleRef pThis, HandleRef outInfo, int port)
static internal IntPtr vtkXMLPImageDataReader_GetOutput_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXMLPImageDataReader_GetOutput_03 (HandleRef pThis, int idx, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkXMLPImageDataReader_IsA_04 (HandleRef pThis, string type)
static internal int vtkXMLPImageDataReader_IsTypeOf_05 (string type)
static internal IntPtr vtkXMLPImageDataReader_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXMLPImageDataReader_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkXMLPImageDataReader ()
 Automatically generated type registration mechanics.

Detailed Description

vtkXMLPImageDataReader - Read PVTK XML ImageData files.

Description vtkXMLPImageDataReader reads the PVTK XML ImageData file format. This reads the parallel format's summary file and then uses vtkXMLImageDataReader to read data from the individual ImageData piece files. Streaming is supported. The standard extension for this reader's file format is "pvti".


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkXMLPImageDataReader.vtkXMLPImageDataReader ( 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.vtkXMLPImageDataReader.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.vtkXMLPStructuredDataReader.

override void Kitware.VTK.vtkXMLPImageDataReader.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.vtkXMLPStructuredDataReader.

Get the reader's output.

Here is the call graph for this function:

Get the reader's output.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLPStructuredDataReader.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLPStructuredDataReader.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLPStructuredDataReader.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLPStructuredDataReader.

Here is the call graph for this function:

static internal void Kitware.VTK.vtkXMLPImageDataReader.vtkXMLPImageDataReader_CopyOutputInformation_01 ( HandleRef  pThis,
HandleRef  outInfo,
int  port 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLPImageDataReader.vtkXMLPImageDataReader_GetOutput_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLPImageDataReader.vtkXMLPImageDataReader_GetOutput_03 ( HandleRef  pThis,
int  idx,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkXMLPImageDataReader.vtkXMLPImageDataReader_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkXMLPImageDataReader.vtkXMLPImageDataReader_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkXMLPImageDataReader.vtkXMLPImageDataReader_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLPImageDataReader.vtkXMLPImageDataReader_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLPImageDataReader.vtkXMLPImageDataReader_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkXMLPImageDataReader.MRClassNameKey = "22vtkXMLPImageDataReader" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkXMLPStructuredDataReader.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkXMLPStructuredDataReader.


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