ActiViz .NET
5.8.0
|
vtkXMLUnstructuredDataWriter - Superclass for VTK XML unstructured data writers. More...
Public Member Functions | |
vtkXMLUnstructuredDataWriter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
virtual int | GetGhostLevel () |
Get/Set the ghost level used to pad each piece. | |
virtual int | GetNumberOfPieces () |
Get/Set the number of pieces used to stream the image through the pipeline while writing to the file. | |
virtual int | GetWritePiece () |
Get/Set the piece to write to the file. If this is negative or equal to the NumberOfPieces, all pieces will be written. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkXMLUnstructuredDataWriter | NewInstance () |
Undocumented Block. | |
virtual void | SetGhostLevel (int _arg) |
Get/Set the ghost level used to pad each piece. | |
virtual void | SetNumberOfPieces (int _arg) |
Get/Set the number of pieces used to stream the image through the pipeline while writing to the file. | |
virtual void | SetWritePiece (int _arg) |
Get/Set the piece to write to the file. If this is negative or equal to the NumberOfPieces, all pieces will be written. | |
Static Public Member Functions | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkXMLUnstructuredDataWriter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkXMLUnstructuredDataWriter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "28vtkXMLUnstructuredDataWriter" |
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 int | vtkXMLUnstructuredDataWriter_GetGhostLevel_01 (HandleRef pThis) |
static internal int | vtkXMLUnstructuredDataWriter_GetNumberOfPieces_02 (HandleRef pThis) |
static internal int | vtkXMLUnstructuredDataWriter_GetWritePiece_03 (HandleRef pThis) |
static internal int | vtkXMLUnstructuredDataWriter_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkXMLUnstructuredDataWriter_IsTypeOf_05 (string type) |
static internal IntPtr | vtkXMLUnstructuredDataWriter_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkXMLUnstructuredDataWriter_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkXMLUnstructuredDataWriter_SetGhostLevel_08 (HandleRef pThis, int _arg) |
static internal void | vtkXMLUnstructuredDataWriter_SetNumberOfPieces_09 (HandleRef pThis, int _arg) |
static internal void | vtkXMLUnstructuredDataWriter_SetWritePiece_10 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkXMLUnstructuredDataWriter () |
Automatically generated type registration mechanics. |
vtkXMLUnstructuredDataWriter - Superclass for VTK XML unstructured data writers.
Description vtkXMLUnstructuredDataWriter provides VTK XML writing functionality that is common among all the unstructured data formats.
static Kitware.VTK.vtkXMLUnstructuredDataWriter.vtkXMLUnstructuredDataWriter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkXMLUnstructuredDataWriter.vtkXMLUnstructuredDataWriter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
override void Kitware.VTK.vtkXMLUnstructuredDataWriter.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.vtkXMLWriter.
Reimplemented in Kitware.VTK.vtkXMLPolyDataWriter, and Kitware.VTK.vtkXMLUnstructuredGridWriter.
virtual int Kitware.VTK.vtkXMLUnstructuredDataWriter.GetGhostLevel | ( | ) | [virtual] |
Get/Set the ghost level used to pad each piece.
virtual int Kitware.VTK.vtkXMLUnstructuredDataWriter.GetNumberOfPieces | ( | ) | [virtual] |
Get/Set the number of pieces used to stream the image through the pipeline while writing to the file.
virtual int Kitware.VTK.vtkXMLUnstructuredDataWriter.GetWritePiece | ( | ) | [virtual] |
Get/Set the piece to write to the file. If this is negative or equal to the NumberOfPieces, all pieces will be written.
override int Kitware.VTK.vtkXMLUnstructuredDataWriter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkXMLWriter.
Reimplemented in Kitware.VTK.vtkXMLPolyDataWriter, and Kitware.VTK.vtkXMLUnstructuredGridWriter.
static new int Kitware.VTK.vtkXMLUnstructuredDataWriter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkXMLWriter.
Reimplemented in Kitware.VTK.vtkXMLPolyDataWriter, and Kitware.VTK.vtkXMLUnstructuredGridWriter.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkXMLWriter.
Reimplemented in Kitware.VTK.vtkXMLPolyDataWriter, and Kitware.VTK.vtkXMLUnstructuredGridWriter.
static new vtkXMLUnstructuredDataWriter Kitware.VTK.vtkXMLUnstructuredDataWriter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkXMLWriter.
Reimplemented in Kitware.VTK.vtkXMLPolyDataWriter, and Kitware.VTK.vtkXMLUnstructuredGridWriter.
virtual void Kitware.VTK.vtkXMLUnstructuredDataWriter.SetGhostLevel | ( | int | _arg | ) | [virtual] |
Get/Set the ghost level used to pad each piece.
virtual void Kitware.VTK.vtkXMLUnstructuredDataWriter.SetNumberOfPieces | ( | int | _arg | ) | [virtual] |
Get/Set the number of pieces used to stream the image through the pipeline while writing to the file.
virtual void Kitware.VTK.vtkXMLUnstructuredDataWriter.SetWritePiece | ( | int | _arg | ) | [virtual] |
Get/Set the piece to write to the file. If this is negative or equal to the NumberOfPieces, all pieces will be written.
static internal int Kitware.VTK.vtkXMLUnstructuredDataWriter.vtkXMLUnstructuredDataWriter_GetGhostLevel_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkXMLUnstructuredDataWriter.vtkXMLUnstructuredDataWriter_GetNumberOfPieces_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkXMLUnstructuredDataWriter.vtkXMLUnstructuredDataWriter_GetWritePiece_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkXMLUnstructuredDataWriter.vtkXMLUnstructuredDataWriter_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkXMLUnstructuredDataWriter.vtkXMLUnstructuredDataWriter_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLUnstructuredDataWriter.vtkXMLUnstructuredDataWriter_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLUnstructuredDataWriter.vtkXMLUnstructuredDataWriter_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkXMLUnstructuredDataWriter.vtkXMLUnstructuredDataWriter_SetGhostLevel_08 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkXMLUnstructuredDataWriter.vtkXMLUnstructuredDataWriter_SetNumberOfPieces_09 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkXMLUnstructuredDataWriter.vtkXMLUnstructuredDataWriter_SetWritePiece_10 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkXMLUnstructuredDataWriter.MRClassNameKey = "28vtkXMLUnstructuredDataWriter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkXMLWriter.
Reimplemented in Kitware.VTK.vtkXMLPolyDataWriter, and Kitware.VTK.vtkXMLUnstructuredGridWriter.
new const string Kitware.VTK.vtkXMLUnstructuredDataWriter.MRFullTypeName = "Kitware.VTK.vtkXMLUnstructuredDataWriter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkXMLWriter.
Reimplemented in Kitware.VTK.vtkXMLPolyDataWriter, and Kitware.VTK.vtkXMLUnstructuredGridWriter.