ActiViz .NET
5.8.0
|
vtkXMLStructuredDataWriter - Superclass for VTK XML structured data writers. More...
Public Member Functions | |
vtkXMLStructuredDataWriter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
virtual vtkExtentTranslator | GetExtentTranslator () |
Get/Set the extent translator used for streaming. | |
virtual int | GetNumberOfPieces () |
Get/Set the number of pieces used to stream the image through the pipeline while writing to the file. | |
virtual int[] | GetWriteExtent () |
Get/Set the extent of the input that should be treated as the WholeExtent in the output file. The default is the WholeExtent of the input. | |
virtual void | GetWriteExtent (ref int _arg1, ref int _arg2, ref int _arg3, ref int _arg4, ref int _arg5, ref int _arg6) |
Get/Set the extent of the input that should be treated as the WholeExtent in the output file. The default is the WholeExtent of the input. | |
virtual void | GetWriteExtent (IntPtr _arg) |
Get/Set the extent of the input that should be treated as the WholeExtent in the output file. The default is the WholeExtent of the input. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkXMLStructuredDataWriter | NewInstance () |
Undocumented Block. | |
virtual void | SetExtentTranslator (vtkExtentTranslator arg0) |
Get/Set the extent translator used for streaming. | |
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 | SetWriteExtent (int _arg1, int _arg2, int _arg3, int _arg4, int _arg5, int _arg6) |
Get/Set the extent of the input that should be treated as the WholeExtent in the output file. The default is the WholeExtent of the input. | |
virtual void | SetWriteExtent (IntPtr _arg) |
Get/Set the extent of the input that should be treated as the WholeExtent in the output file. The default is the WholeExtent of the input. | |
Static Public Member Functions | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkXMLStructuredDataWriter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkXMLStructuredDataWriter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "26vtkXMLStructuredDataWriter" |
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 | vtkXMLStructuredDataWriter_GetExtentTranslator_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkXMLStructuredDataWriter_GetNumberOfPieces_02 (HandleRef pThis) |
static internal IntPtr | vtkXMLStructuredDataWriter_GetWriteExtent_03 (HandleRef pThis) |
static internal void | vtkXMLStructuredDataWriter_GetWriteExtent_04 (HandleRef pThis, ref int _arg1, ref int _arg2, ref int _arg3, ref int _arg4, ref int _arg5, ref int _arg6) |
static internal void | vtkXMLStructuredDataWriter_GetWriteExtent_05 (HandleRef pThis, IntPtr _arg) |
static internal int | vtkXMLStructuredDataWriter_IsA_06 (HandleRef pThis, string type) |
static internal int | vtkXMLStructuredDataWriter_IsTypeOf_07 (string type) |
static internal IntPtr | vtkXMLStructuredDataWriter_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkXMLStructuredDataWriter_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkXMLStructuredDataWriter_SetExtentTranslator_10 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkXMLStructuredDataWriter_SetNumberOfPieces_11 (HandleRef pThis, int _arg) |
static internal void | vtkXMLStructuredDataWriter_SetWriteExtent_12 (HandleRef pThis, int _arg1, int _arg2, int _arg3, int _arg4, int _arg5, int _arg6) |
static internal void | vtkXMLStructuredDataWriter_SetWriteExtent_13 (HandleRef pThis, IntPtr _arg) |
Static Private Member Functions | |
static | vtkXMLStructuredDataWriter () |
Automatically generated type registration mechanics. |
vtkXMLStructuredDataWriter - Superclass for VTK XML structured data writers.
Description vtkXMLStructuredDataWriter provides VTK XML writing functionality that is common among all the structured data formats.
static Kitware.VTK.vtkXMLStructuredDataWriter.vtkXMLStructuredDataWriter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkXMLStructuredDataWriter.vtkXMLStructuredDataWriter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
override void Kitware.VTK.vtkXMLStructuredDataWriter.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.vtkXMLImageDataWriter, Kitware.VTK.vtkXMLRectilinearGridWriter, and Kitware.VTK.vtkXMLStructuredGridWriter.
virtual vtkExtentTranslator Kitware.VTK.vtkXMLStructuredDataWriter.GetExtentTranslator | ( | ) | [virtual] |
Get/Set the extent translator used for streaming.
virtual int Kitware.VTK.vtkXMLStructuredDataWriter.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.vtkXMLStructuredDataWriter.GetWriteExtent | ( | ) | [virtual] |
Get/Set the extent of the input that should be treated as the WholeExtent in the output file. The default is the WholeExtent of the input.
virtual void Kitware.VTK.vtkXMLStructuredDataWriter.GetWriteExtent | ( | ref int | _arg1, |
ref int | _arg2, | ||
ref int | _arg3, | ||
ref int | _arg4, | ||
ref int | _arg5, | ||
ref int | _arg6 | ||
) | [virtual] |
Get/Set the extent of the input that should be treated as the WholeExtent in the output file. The default is the WholeExtent of the input.
virtual void Kitware.VTK.vtkXMLStructuredDataWriter.GetWriteExtent | ( | IntPtr | _arg | ) | [virtual] |
Get/Set the extent of the input that should be treated as the WholeExtent in the output file. The default is the WholeExtent of the input.
override int Kitware.VTK.vtkXMLStructuredDataWriter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkXMLWriter.
Reimplemented in Kitware.VTK.vtkXMLImageDataWriter, Kitware.VTK.vtkXMLRectilinearGridWriter, and Kitware.VTK.vtkXMLStructuredGridWriter.
static new int Kitware.VTK.vtkXMLStructuredDataWriter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkXMLWriter.
Reimplemented in Kitware.VTK.vtkXMLImageDataWriter, Kitware.VTK.vtkXMLRectilinearGridWriter, and Kitware.VTK.vtkXMLStructuredGridWriter.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkXMLWriter.
Reimplemented in Kitware.VTK.vtkXMLImageDataWriter, Kitware.VTK.vtkXMLRectilinearGridWriter, and Kitware.VTK.vtkXMLStructuredGridWriter.
static new vtkXMLStructuredDataWriter Kitware.VTK.vtkXMLStructuredDataWriter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkXMLWriter.
Reimplemented in Kitware.VTK.vtkXMLImageDataWriter, Kitware.VTK.vtkXMLRectilinearGridWriter, and Kitware.VTK.vtkXMLStructuredGridWriter.
virtual void Kitware.VTK.vtkXMLStructuredDataWriter.SetExtentTranslator | ( | vtkExtentTranslator | arg0 | ) | [virtual] |
Get/Set the extent translator used for streaming.
virtual void Kitware.VTK.vtkXMLStructuredDataWriter.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.vtkXMLStructuredDataWriter.SetWriteExtent | ( | int | _arg1, |
int | _arg2, | ||
int | _arg3, | ||
int | _arg4, | ||
int | _arg5, | ||
int | _arg6 | ||
) | [virtual] |
Get/Set the extent of the input that should be treated as the WholeExtent in the output file. The default is the WholeExtent of the input.
virtual void Kitware.VTK.vtkXMLStructuredDataWriter.SetWriteExtent | ( | IntPtr | _arg | ) | [virtual] |
Get/Set the extent of the input that should be treated as the WholeExtent in the output file. The default is the WholeExtent of the input.
static internal IntPtr Kitware.VTK.vtkXMLStructuredDataWriter.vtkXMLStructuredDataWriter_GetExtentTranslator_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkXMLStructuredDataWriter.vtkXMLStructuredDataWriter_GetNumberOfPieces_02 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLStructuredDataWriter.vtkXMLStructuredDataWriter_GetWriteExtent_03 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkXMLStructuredDataWriter.vtkXMLStructuredDataWriter_GetWriteExtent_04 | ( | 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.vtkXMLStructuredDataWriter.vtkXMLStructuredDataWriter_GetWriteExtent_05 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal int Kitware.VTK.vtkXMLStructuredDataWriter.vtkXMLStructuredDataWriter_IsA_06 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkXMLStructuredDataWriter.vtkXMLStructuredDataWriter_IsTypeOf_07 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLStructuredDataWriter.vtkXMLStructuredDataWriter_NewInstance_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLStructuredDataWriter.vtkXMLStructuredDataWriter_SafeDownCast_09 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkXMLStructuredDataWriter.vtkXMLStructuredDataWriter_SetExtentTranslator_10 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkXMLStructuredDataWriter.vtkXMLStructuredDataWriter_SetNumberOfPieces_11 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkXMLStructuredDataWriter.vtkXMLStructuredDataWriter_SetWriteExtent_12 | ( | HandleRef | pThis, |
int | _arg1, | ||
int | _arg2, | ||
int | _arg3, | ||
int | _arg4, | ||
int | _arg5, | ||
int | _arg6 | ||
) | [private] |
static internal void Kitware.VTK.vtkXMLStructuredDataWriter.vtkXMLStructuredDataWriter_SetWriteExtent_13 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkXMLStructuredDataWriter.MRClassNameKey = "26vtkXMLStructuredDataWriter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkXMLWriter.
Reimplemented in Kitware.VTK.vtkXMLImageDataWriter, Kitware.VTK.vtkXMLRectilinearGridWriter, and Kitware.VTK.vtkXMLStructuredGridWriter.
new const string Kitware.VTK.vtkXMLStructuredDataWriter.MRFullTypeName = "Kitware.VTK.vtkXMLStructuredDataWriter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkXMLWriter.
Reimplemented in Kitware.VTK.vtkXMLImageDataWriter, Kitware.VTK.vtkXMLRectilinearGridWriter, and Kitware.VTK.vtkXMLStructuredGridWriter.