ActiViz .NET  5.8.0
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkXMLWriter Class Reference

vtkXMLWriter - Superclass for VTK's XML file writers. More...

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

List of all members.

Public Types

enum  BigEndian_WrapperEnum { BigEndian = 0, LittleEndian = 1 }
 Undocumented Block. More...
enum  Appended_WrapperEnum { Appended = 2, Ascii = 0, Binary = 1 }
 Undocumented Block. More...
enum  Int32_WrapperEnum { Int32 = 32, Int64 = 64 }
 Undocumented Block. More...
enum  CompressorType { NONE = 0, ZLIB = 1 }
 Get/Set the compressor used to compress binary and appended data before writing to the file. Default is a vtkZLibDataCompressor. More...

Public Member Functions

 vtkXMLWriter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
virtual void EncodeAppendedDataOff ()
 Get/Set whether the appended data section is base64 encoded. If encoded, reading and writing will be slower, but the file will be fully valid XML and text-only. If not encoded, the XML specification will be violated, but reading and writing will be fast. The default is to do the encoding.
virtual void EncodeAppendedDataOn ()
 Get/Set whether the appended data section is base64 encoded. If encoded, reading and writing will be slower, but the file will be fully valid XML and text-only. If not encoded, the XML specification will be violated, but reading and writing will be fast. The default is to do the encoding.
virtual uint GetBlockSize ()
 Get/Set the block size used in compression. When reading, this controls the granularity of how much extra information must be read when only part of the data are requested. The value should be a multiple of the largest scalar data type.
virtual int GetByteOrder ()
 Get/Set the byte order of data written to the file. The default is the machine's hardware byte order.
virtual vtkDataCompressor GetCompressor ()
 Get/Set the compressor used to compress binary and appended data before writing to the file. Default is a vtkZLibDataCompressor.
virtual int GetDataMode ()
 Get/Set the data mode used for the file's data. The options are vtkXMLWriter::Ascii, vtkXMLWriter::Binary, and vtkXMLWriter::Appended.
virtual string GetDefaultFileExtension ()
 Get the default file extension for files written by this writer.
virtual int GetEncodeAppendedData ()
 Get/Set whether the appended data section is base64 encoded. If encoded, reading and writing will be slower, but the file will be fully valid XML and text-only. If not encoded, the XML specification will be violated, but reading and writing will be fast. The default is to do the encoding.
virtual string GetFileName ()
 Get/Set the name of the output file.
virtual int GetIdType ()
 Get/Set the size of the vtkIdType values stored in the file. The default is the real size of vtkIdType.
vtkDataObject GetInput (int port)
 Set/Get an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline.
vtkDataObject GetInput ()
 Set/Get an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline.
virtual int GetNumberOfTimeSteps ()
 Set the number of time steps.
virtual int GetTimeStep ()
 Which TimeStep to write.
virtual int[] GetTimeStepRange ()
 Which TimeStepRange to write.
virtual void GetTimeStepRange (ref int _arg1, ref int _arg2)
 Which TimeStepRange to write.
virtual void GetTimeStepRange (IntPtr _arg)
 Which TimeStepRange to write.
override int IsA (string type)
 Undocumented Block.
new vtkXMLWriter NewInstance ()
 Undocumented Block.
virtual void SetBlockSize (uint blockSize)
 Get/Set the block size used in compression. When reading, this controls the granularity of how much extra information must be read when only part of the data are requested. The value should be a multiple of the largest scalar data type.
virtual void SetByteOrder (int _arg)
 Get/Set the byte order of data written to the file. The default is the machine's hardware byte order.
void SetByteOrderToBigEndian ()
 Get/Set the byte order of data written to the file. The default is the machine's hardware byte order.
void SetByteOrderToLittleEndian ()
 Get/Set the byte order of data written to the file. The default is the machine's hardware byte order.
virtual void SetCompressor (vtkDataCompressor arg0)
 Get/Set the compressor used to compress binary and appended data before writing to the file. Default is a vtkZLibDataCompressor.
void SetCompressorType (int compressorType)
 Convenience functions to set the compressor to certain known types.
void SetCompressorTypeToNone ()
 Convenience functions to set the compressor to certain known types.
void SetCompressorTypeToZLib ()
 Convenience functions to set the compressor to certain known types.
virtual void SetDataMode (int _arg)
 Get/Set the data mode used for the file's data. The options are vtkXMLWriter::Ascii, vtkXMLWriter::Binary, and vtkXMLWriter::Appended.
void SetDataModeToAppended ()
 Get/Set the data mode used for the file's data. The options are vtkXMLWriter::Ascii, vtkXMLWriter::Binary, and vtkXMLWriter::Appended.
void SetDataModeToAscii ()
 Get/Set the data mode used for the file's data. The options are vtkXMLWriter::Ascii, vtkXMLWriter::Binary, and vtkXMLWriter::Appended.
void SetDataModeToBinary ()
 Get/Set the data mode used for the file's data. The options are vtkXMLWriter::Ascii, vtkXMLWriter::Binary, and vtkXMLWriter::Appended.
virtual void SetEncodeAppendedData (int _arg)
 Get/Set whether the appended data section is base64 encoded. If encoded, reading and writing will be slower, but the file will be fully valid XML and text-only. If not encoded, the XML specification will be violated, but reading and writing will be fast. The default is to do the encoding.
virtual void SetFileName (string _arg)
 Get/Set the name of the output file.
virtual void SetIdType (int arg0)
 Get/Set the size of the vtkIdType values stored in the file. The default is the real size of vtkIdType.
void SetIdTypeToInt32 ()
 Get/Set the size of the vtkIdType values stored in the file. The default is the real size of vtkIdType.
void SetIdTypeToInt64 ()
 Get/Set the size of the vtkIdType values stored in the file. The default is the real size of vtkIdType.
void SetInput (vtkDataObject arg0)
 Set/Get an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline.
void SetInput (int arg0, vtkDataObject arg1)
 Set/Get an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline.
virtual void SetNumberOfTimeSteps (int _arg)
 Set the number of time steps.
virtual void SetTimeStep (int _arg)
 Which TimeStep to write.
virtual void SetTimeStepRange (int _arg1, int _arg2)
 Which TimeStepRange to write.
void SetTimeStepRange (IntPtr _arg)
 Which TimeStepRange to write.
void Start ()
 API to interface an outside the VTK pipeline control.
void Stop ()
 API to interface an outside the VTK pipeline control.
int Write ()
 Invoke the writer. Returns 1 for success, 0 for failure.
void WriteNextTime (double time)
 API to interface an outside the VTK pipeline control.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "12vtkXMLWriter"
 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 vtkXMLWriter_EncodeAppendedDataOff_01 (HandleRef pThis)
static internal void vtkXMLWriter_EncodeAppendedDataOn_02 (HandleRef pThis)
static internal uint vtkXMLWriter_GetBlockSize_03 (HandleRef pThis)
static internal int vtkXMLWriter_GetByteOrder_04 (HandleRef pThis)
static internal IntPtr vtkXMLWriter_GetCompressor_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkXMLWriter_GetDataMode_06 (HandleRef pThis)
static internal IntPtr vtkXMLWriter_GetDefaultFileExtension_07 (HandleRef pThis)
static internal int vtkXMLWriter_GetEncodeAppendedData_08 (HandleRef pThis)
static internal IntPtr vtkXMLWriter_GetFileName_09 (HandleRef pThis)
static internal int vtkXMLWriter_GetIdType_10 (HandleRef pThis)
static internal IntPtr vtkXMLWriter_GetInput_11 (HandleRef pThis, int port, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXMLWriter_GetInput_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkXMLWriter_GetNumberOfTimeSteps_13 (HandleRef pThis)
static internal int vtkXMLWriter_GetTimeStep_14 (HandleRef pThis)
static internal IntPtr vtkXMLWriter_GetTimeStepRange_15 (HandleRef pThis)
static internal void vtkXMLWriter_GetTimeStepRange_16 (HandleRef pThis, ref int _arg1, ref int _arg2)
static internal void vtkXMLWriter_GetTimeStepRange_17 (HandleRef pThis, IntPtr _arg)
static internal int vtkXMLWriter_IsA_18 (HandleRef pThis, string type)
static internal int vtkXMLWriter_IsTypeOf_19 (string type)
static internal IntPtr vtkXMLWriter_NewInstance_20 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXMLWriter_SafeDownCast_21 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkXMLWriter_SetBlockSize_22 (HandleRef pThis, uint blockSize)
static internal void vtkXMLWriter_SetByteOrder_23 (HandleRef pThis, int _arg)
static internal void vtkXMLWriter_SetByteOrderToBigEndian_24 (HandleRef pThis)
static internal void vtkXMLWriter_SetByteOrderToLittleEndian_25 (HandleRef pThis)
static internal void vtkXMLWriter_SetCompressor_26 (HandleRef pThis, HandleRef arg0)
static internal void vtkXMLWriter_SetCompressorType_27 (HandleRef pThis, int compressorType)
static internal void vtkXMLWriter_SetCompressorTypeToNone_28 (HandleRef pThis)
static internal void vtkXMLWriter_SetCompressorTypeToZLib_29 (HandleRef pThis)
static internal void vtkXMLWriter_SetDataMode_30 (HandleRef pThis, int _arg)
static internal void vtkXMLWriter_SetDataModeToAppended_31 (HandleRef pThis)
static internal void vtkXMLWriter_SetDataModeToAscii_32 (HandleRef pThis)
static internal void vtkXMLWriter_SetDataModeToBinary_33 (HandleRef pThis)
static internal void vtkXMLWriter_SetEncodeAppendedData_34 (HandleRef pThis, int _arg)
static internal void vtkXMLWriter_SetFileName_35 (HandleRef pThis, string _arg)
static internal void vtkXMLWriter_SetIdType_36 (HandleRef pThis, int arg0)
static internal void vtkXMLWriter_SetIdTypeToInt32_37 (HandleRef pThis)
static internal void vtkXMLWriter_SetIdTypeToInt64_38 (HandleRef pThis)
static internal void vtkXMLWriter_SetInput_39 (HandleRef pThis, HandleRef arg0)
static internal void vtkXMLWriter_SetInput_40 (HandleRef pThis, int arg0, HandleRef arg1)
static internal void vtkXMLWriter_SetNumberOfTimeSteps_41 (HandleRef pThis, int _arg)
static internal void vtkXMLWriter_SetTimeStep_42 (HandleRef pThis, int _arg)
static internal void vtkXMLWriter_SetTimeStepRange_43 (HandleRef pThis, int _arg1, int _arg2)
static internal void vtkXMLWriter_SetTimeStepRange_44 (HandleRef pThis, IntPtr _arg)
static internal void vtkXMLWriter_Start_45 (HandleRef pThis)
static internal void vtkXMLWriter_Stop_46 (HandleRef pThis)
static internal int vtkXMLWriter_Write_47 (HandleRef pThis)
static internal void vtkXMLWriter_WriteNextTime_48 (HandleRef pThis, double time)

Static Private Member Functions

static vtkXMLWriter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkXMLWriter - Superclass for VTK's XML file writers.

Description vtkXMLWriter provides methods implementing most of the functionality needed to write VTK XML file formats. Concrete subclasses provide actual writer implementations calling upon this functionality.


Member Enumeration Documentation

Undocumented Block.

Enumerator:
Appended 

enum member

Ascii 

enum member

Binary 

enum member

Undocumented Block.

Enumerator:
BigEndian 

enum member

LittleEndian 

enum member

Get/Set the compressor used to compress binary and appended data before writing to the file. Default is a vtkZLibDataCompressor.

Enumerator:
NONE 

enum member

ZLIB 

enum member

Undocumented Block.

Enumerator:
Int32 

enum member

Int64 

enum member


Constructor & Destructor Documentation

static Kitware.VTK.vtkXMLWriter.vtkXMLWriter ( ) [static, private]

Automatically generated type registration mechanics.

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

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


Member Function Documentation

override void Kitware.VTK.vtkXMLWriter.Dispose ( bool  disposing) [protected]

Get/Set whether the appended data section is base64 encoded. If encoded, reading and writing will be slower, but the file will be fully valid XML and text-only. If not encoded, the XML specification will be violated, but reading and writing will be fast. The default is to do the encoding.

Get/Set whether the appended data section is base64 encoded. If encoded, reading and writing will be slower, but the file will be fully valid XML and text-only. If not encoded, the XML specification will be violated, but reading and writing will be fast. The default is to do the encoding.

virtual uint Kitware.VTK.vtkXMLWriter.GetBlockSize ( ) [virtual]

Get/Set the block size used in compression. When reading, this controls the granularity of how much extra information must be read when only part of the data are requested. The value should be a multiple of the largest scalar data type.

virtual int Kitware.VTK.vtkXMLWriter.GetByteOrder ( ) [virtual]

Get/Set the byte order of data written to the file. The default is the machine's hardware byte order.

Get/Set the compressor used to compress binary and appended data before writing to the file. Default is a vtkZLibDataCompressor.

Here is the call graph for this function:

virtual int Kitware.VTK.vtkXMLWriter.GetDataMode ( ) [virtual]

Get/Set the data mode used for the file's data. The options are vtkXMLWriter::Ascii, vtkXMLWriter::Binary, and vtkXMLWriter::Appended.

Get/Set whether the appended data section is base64 encoded. If encoded, reading and writing will be slower, but the file will be fully valid XML and text-only. If not encoded, the XML specification will be violated, but reading and writing will be fast. The default is to do the encoding.

virtual string Kitware.VTK.vtkXMLWriter.GetFileName ( ) [virtual]

Get/Set the name of the output file.

virtual int Kitware.VTK.vtkXMLWriter.GetIdType ( ) [virtual]

Get/Set the size of the vtkIdType values stored in the file. The default is the real size of vtkIdType.

Set/Get an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline.

Here is the call graph for this function:

Set/Get an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline.

Reimplemented in Kitware.VTK.vtkXMLPolyDataWriter, Kitware.VTK.vtkXMLPRectilinearGridWriter, Kitware.VTK.vtkXMLPUnstructuredGridWriter, Kitware.VTK.vtkXMLUnstructuredGridWriter, Kitware.VTK.vtkXMLHyperOctreeWriter, Kitware.VTK.vtkXMLImageDataWriter, Kitware.VTK.vtkXMLPImageDataWriter, Kitware.VTK.vtkXMLPPolyDataWriter, Kitware.VTK.vtkXMLRectilinearGridWriter, Kitware.VTK.vtkXMLStructuredGridWriter, Kitware.VTK.vtkXMLPStructuredGridWriter, Kitware.VTK.vtkXMLDataSetWriter, and Kitware.VTK.vtkXMLPDataSetWriter.

Here is the call graph for this function:

Set the number of time steps.

virtual int Kitware.VTK.vtkXMLWriter.GetTimeStep ( ) [virtual]

Which TimeStep to write.

virtual int [] Kitware.VTK.vtkXMLWriter.GetTimeStepRange ( ) [virtual]

Which TimeStepRange to write.

virtual void Kitware.VTK.vtkXMLWriter.GetTimeStepRange ( ref int  _arg1,
ref int  _arg2 
) [virtual]

Which TimeStepRange to write.

virtual void Kitware.VTK.vtkXMLWriter.GetTimeStepRange ( IntPtr  _arg) [virtual]

Which TimeStepRange to write.

override int Kitware.VTK.vtkXMLWriter.IsA ( string  type) [virtual]
static new int Kitware.VTK.vtkXMLWriter.IsTypeOf ( string  type) [static]
virtual void Kitware.VTK.vtkXMLWriter.SetBlockSize ( uint  blockSize) [virtual]

Get/Set the block size used in compression. When reading, this controls the granularity of how much extra information must be read when only part of the data are requested. The value should be a multiple of the largest scalar data type.

virtual void Kitware.VTK.vtkXMLWriter.SetByteOrder ( int  _arg) [virtual]

Get/Set the byte order of data written to the file. The default is the machine's hardware byte order.

Get/Set the byte order of data written to the file. The default is the machine's hardware byte order.

Get/Set the byte order of data written to the file. The default is the machine's hardware byte order.

Get/Set the compressor used to compress binary and appended data before writing to the file. Default is a vtkZLibDataCompressor.

void Kitware.VTK.vtkXMLWriter.SetCompressorType ( int  compressorType)

Convenience functions to set the compressor to certain known types.

Convenience functions to set the compressor to certain known types.

Convenience functions to set the compressor to certain known types.

virtual void Kitware.VTK.vtkXMLWriter.SetDataMode ( int  _arg) [virtual]

Get/Set the data mode used for the file's data. The options are vtkXMLWriter::Ascii, vtkXMLWriter::Binary, and vtkXMLWriter::Appended.

Get/Set the data mode used for the file's data. The options are vtkXMLWriter::Ascii, vtkXMLWriter::Binary, and vtkXMLWriter::Appended.

Get/Set the data mode used for the file's data. The options are vtkXMLWriter::Ascii, vtkXMLWriter::Binary, and vtkXMLWriter::Appended.

Get/Set the data mode used for the file's data. The options are vtkXMLWriter::Ascii, vtkXMLWriter::Binary, and vtkXMLWriter::Appended.

virtual void Kitware.VTK.vtkXMLWriter.SetEncodeAppendedData ( int  _arg) [virtual]

Get/Set whether the appended data section is base64 encoded. If encoded, reading and writing will be slower, but the file will be fully valid XML and text-only. If not encoded, the XML specification will be violated, but reading and writing will be fast. The default is to do the encoding.

virtual void Kitware.VTK.vtkXMLWriter.SetFileName ( string  _arg) [virtual]

Get/Set the name of the output file.

virtual void Kitware.VTK.vtkXMLWriter.SetIdType ( int  arg0) [virtual]

Get/Set the size of the vtkIdType values stored in the file. The default is the real size of vtkIdType.

Get/Set the size of the vtkIdType values stored in the file. The default is the real size of vtkIdType.

Get/Set the size of the vtkIdType values stored in the file. The default is the real size of vtkIdType.

Set/Get an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline.

void Kitware.VTK.vtkXMLWriter.SetInput ( int  arg0,
vtkDataObject  arg1 
)

Set/Get an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline.

virtual void Kitware.VTK.vtkXMLWriter.SetNumberOfTimeSteps ( int  _arg) [virtual]

Set the number of time steps.

virtual void Kitware.VTK.vtkXMLWriter.SetTimeStep ( int  _arg) [virtual]

Which TimeStep to write.

virtual void Kitware.VTK.vtkXMLWriter.SetTimeStepRange ( int  _arg1,
int  _arg2 
) [virtual]

Which TimeStepRange to write.

Which TimeStepRange to write.

API to interface an outside the VTK pipeline control.

API to interface an outside the VTK pipeline control.

static internal void Kitware.VTK.vtkXMLWriter.vtkXMLWriter_EncodeAppendedDataOff_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXMLWriter.vtkXMLWriter_EncodeAppendedDataOn_02 ( HandleRef  pThis) [private]
static internal uint Kitware.VTK.vtkXMLWriter.vtkXMLWriter_GetBlockSize_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXMLWriter.vtkXMLWriter_GetByteOrder_04 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkXMLWriter.vtkXMLWriter_GetCompressor_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkXMLWriter.vtkXMLWriter_GetDataMode_06 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkXMLWriter.vtkXMLWriter_GetDefaultFileExtension_07 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXMLWriter.vtkXMLWriter_GetEncodeAppendedData_08 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkXMLWriter.vtkXMLWriter_GetFileName_09 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXMLWriter.vtkXMLWriter_GetIdType_10 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkXMLWriter.vtkXMLWriter_GetInput_11 ( HandleRef  pThis,
int  port,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLWriter.vtkXMLWriter_GetInput_12 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkXMLWriter.vtkXMLWriter_GetNumberOfTimeSteps_13 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXMLWriter.vtkXMLWriter_GetTimeStep_14 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkXMLWriter.vtkXMLWriter_GetTimeStepRange_15 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXMLWriter.vtkXMLWriter_GetTimeStepRange_16 ( HandleRef  pThis,
ref int  _arg1,
ref int  _arg2 
) [private]
static internal void Kitware.VTK.vtkXMLWriter.vtkXMLWriter_GetTimeStepRange_17 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal int Kitware.VTK.vtkXMLWriter.vtkXMLWriter_IsA_18 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkXMLWriter.vtkXMLWriter_IsTypeOf_19 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkXMLWriter.vtkXMLWriter_NewInstance_20 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLWriter.vtkXMLWriter_SafeDownCast_21 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkXMLWriter.vtkXMLWriter_SetBlockSize_22 ( HandleRef  pThis,
uint  blockSize 
) [private]
static internal void Kitware.VTK.vtkXMLWriter.vtkXMLWriter_SetByteOrder_23 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkXMLWriter.vtkXMLWriter_SetByteOrderToBigEndian_24 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXMLWriter.vtkXMLWriter_SetByteOrderToLittleEndian_25 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXMLWriter.vtkXMLWriter_SetCompressor_26 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkXMLWriter.vtkXMLWriter_SetCompressorType_27 ( HandleRef  pThis,
int  compressorType 
) [private]
static internal void Kitware.VTK.vtkXMLWriter.vtkXMLWriter_SetCompressorTypeToNone_28 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXMLWriter.vtkXMLWriter_SetCompressorTypeToZLib_29 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXMLWriter.vtkXMLWriter_SetDataMode_30 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkXMLWriter.vtkXMLWriter_SetDataModeToAppended_31 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXMLWriter.vtkXMLWriter_SetDataModeToAscii_32 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXMLWriter.vtkXMLWriter_SetDataModeToBinary_33 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXMLWriter.vtkXMLWriter_SetEncodeAppendedData_34 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkXMLWriter.vtkXMLWriter_SetFileName_35 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkXMLWriter.vtkXMLWriter_SetIdType_36 ( HandleRef  pThis,
int  arg0 
) [private]
static internal void Kitware.VTK.vtkXMLWriter.vtkXMLWriter_SetIdTypeToInt32_37 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXMLWriter.vtkXMLWriter_SetIdTypeToInt64_38 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXMLWriter.vtkXMLWriter_SetInput_39 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkXMLWriter.vtkXMLWriter_SetInput_40 ( HandleRef  pThis,
int  arg0,
HandleRef  arg1 
) [private]
static internal void Kitware.VTK.vtkXMLWriter.vtkXMLWriter_SetNumberOfTimeSteps_41 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkXMLWriter.vtkXMLWriter_SetTimeStep_42 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkXMLWriter.vtkXMLWriter_SetTimeStepRange_43 ( HandleRef  pThis,
int  _arg1,
int  _arg2 
) [private]
static internal void Kitware.VTK.vtkXMLWriter.vtkXMLWriter_SetTimeStepRange_44 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkXMLWriter.vtkXMLWriter_Start_45 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXMLWriter.vtkXMLWriter_Stop_46 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXMLWriter.vtkXMLWriter_Write_47 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXMLWriter.vtkXMLWriter_WriteNextTime_48 ( HandleRef  pThis,
double  time 
) [private]

Invoke the writer. Returns 1 for success, 0 for failure.

API to interface an outside the VTK pipeline control.


Member Data Documentation

new readonly string Kitware.VTK.vtkXMLWriter.MRClassNameKey = "12vtkXMLWriter" [static]
new const string Kitware.VTK.vtkXMLWriter.MRFullTypeName = "Kitware.VTK.vtkXMLWriter"

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