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

vtkXMLPMultiBlockDataWriter - parallel writer for vtkHierarchicalBoxDataSet. More...

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

List of all members.

Public Member Functions

 vtkXMLPMultiBlockDataWriter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkXMLPMultiBlockDataWriter ()
 Undocumented Block.
virtual vtkMultiProcessController GetController ()
 Controller used to communicate data type of blocks. By default, the global controller is used. If you want another controller to be used, set it with this. If no controller is set, only the local blocks will be written to the meta-file.
override int IsA (string type)
 Undocumented Block.
new vtkXMLPMultiBlockDataWriter NewInstance ()
 Undocumented Block.
virtual void SetController (vtkMultiProcessController arg0)
 Controller used to communicate data type of blocks. By default, the global controller is used. If you want another controller to be used, set it with this. If no controller is set, only the local blocks will be written to the meta-file.
override void SetWriteMetaFile (int flag)
 Set whether this instance will write the meta-file. WriteMetaFile is set to flag only on process 0 and all other processes have WriteMetaFile set to 0 by default.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "27vtkXMLPMultiBlockDataWriter"
 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 vtkXMLPMultiBlockDataWriter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXMLPMultiBlockDataWriter_GetController_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkXMLPMultiBlockDataWriter_IsA_02 (HandleRef pThis, string type)
static internal int vtkXMLPMultiBlockDataWriter_IsTypeOf_03 (string type)
static internal IntPtr vtkXMLPMultiBlockDataWriter_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXMLPMultiBlockDataWriter_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkXMLPMultiBlockDataWriter_SetController_07 (HandleRef pThis, HandleRef arg0)
static internal void vtkXMLPMultiBlockDataWriter_SetWriteMetaFile_08 (HandleRef pThis, int flag)

Static Private Member Functions

static vtkXMLPMultiBlockDataWriter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkXMLPMultiBlockDataWriter - parallel writer for vtkHierarchicalBoxDataSet.

Description vtkXMLPCompositeDataWriter writes (in parallel or serially) the VTK XML multi-group, multi-block hierarchical and hierarchical box files. XML multi-group data files are meta-files that point to a list of serial VTK XML files.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkXMLPMultiBlockDataWriter.vtkXMLPMultiBlockDataWriter ( 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.vtkXMLPMultiBlockDataWriter.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.vtkXMLMultiBlockDataWriter.

Controller used to communicate data type of blocks. By default, the global controller is used. If you want another controller to be used, set it with this. If no controller is set, only the local blocks will be written to the meta-file.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLMultiBlockDataWriter.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLMultiBlockDataWriter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLMultiBlockDataWriter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLMultiBlockDataWriter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLMultiBlockDataWriter.

Here is the call graph for this function:

Controller used to communicate data type of blocks. By default, the global controller is used. If you want another controller to be used, set it with this. If no controller is set, only the local blocks will be written to the meta-file.

override void Kitware.VTK.vtkXMLPMultiBlockDataWriter.SetWriteMetaFile ( int  flag) [virtual]

Set whether this instance will write the meta-file. WriteMetaFile is set to flag only on process 0 and all other processes have WriteMetaFile set to 0 by default.

Reimplemented from Kitware.VTK.vtkXMLCompositeDataWriter.

static internal IntPtr Kitware.VTK.vtkXMLPMultiBlockDataWriter.vtkXMLPMultiBlockDataWriter_GetController_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkXMLPMultiBlockDataWriter.vtkXMLPMultiBlockDataWriter_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLPMultiBlockDataWriter.vtkXMLPMultiBlockDataWriter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLPMultiBlockDataWriter.vtkXMLPMultiBlockDataWriter_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLPMultiBlockDataWriter.vtkXMLPMultiBlockDataWriter_SafeDownCast_06 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkXMLPMultiBlockDataWriter.vtkXMLPMultiBlockDataWriter_SetController_07 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkXMLPMultiBlockDataWriter.vtkXMLPMultiBlockDataWriter_SetWriteMetaFile_08 ( HandleRef  pThis,
int  flag 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkXMLPMultiBlockDataWriter.MRClassNameKey = "27vtkXMLPMultiBlockDataWriter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkXMLMultiBlockDataWriter.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkXMLMultiBlockDataWriter.


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