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

vtkWriter - abstract class to write data to file(s) More...

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

List of all members.

Public Member Functions

 vtkWriter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
void EncodeString (string resname, string name, bool doublePercent)
 Encode the string so that the reader will not have problems. The resulting string is up to three times the size of the input string. doublePercent indicates whether to output a double '%' before escaped characters so the string may be used as a printf format string.
vtkDataObject GetInput ()
 Set/get the input to this writer.
vtkDataObject GetInput (int port)
 Set/get the input to this writer.
override int IsA (string type)
 Undocumented Block.
new vtkWriter NewInstance ()
 Undocumented Block.
void SetInput (vtkDataObject input)
 Set/get the input to this writer.
void SetInput (int index, vtkDataObject input)
 Set/get the input to this writer.
virtual int Write ()
 Write data to output. Method executes subclasses WriteData() method, as well as StartMethod() and EndMethod() methods. Returns 1 on success and 0 on failure.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "9vtkWriter"
 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 vtkWriter_EncodeString_01 (HandleRef pThis, string resname, string name, byte doublePercent)
static internal IntPtr vtkWriter_GetInput_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkWriter_GetInput_03 (HandleRef pThis, int port, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkWriter_IsA_04 (HandleRef pThis, string type)
static internal int vtkWriter_IsTypeOf_05 (string type)
static internal IntPtr vtkWriter_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkWriter_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkWriter_SetInput_08 (HandleRef pThis, HandleRef input)
static internal void vtkWriter_SetInput_09 (HandleRef pThis, int index, HandleRef input)
static internal int vtkWriter_Write_10 (HandleRef pThis)

Static Private Member Functions

static vtkWriter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkWriter - abstract class to write data to file(s)

Description vtkWriter is an abstract class for mapper objects that write their data to disk (or into a communications port). All writers respond to Write() method. This method insures that there is input and input is up to date.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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


Member Function Documentation

override void Kitware.VTK.vtkWriter.Dispose ( bool  disposing) [protected]
void Kitware.VTK.vtkWriter.EncodeString ( string  resname,
string  name,
bool  doublePercent 
)

Encode the string so that the reader will not have problems. The resulting string is up to three times the size of the input string. doublePercent indicates whether to output a double '%' before escaped characters so the string may be used as a printf format string.

override int Kitware.VTK.vtkWriter.IsA ( string  type) [virtual]
static new int Kitware.VTK.vtkWriter.IsTypeOf ( string  type) [static]

Set/get the input to this writer.

void Kitware.VTK.vtkWriter.SetInput ( int  index,
vtkDataObject  input 
)

Set/get the input to this writer.

static internal void Kitware.VTK.vtkWriter.vtkWriter_EncodeString_01 ( HandleRef  pThis,
string  resname,
string  name,
byte  doublePercent 
) [private]
static internal IntPtr Kitware.VTK.vtkWriter.vtkWriter_GetInput_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkWriter.vtkWriter_GetInput_03 ( HandleRef  pThis,
int  port,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkWriter.vtkWriter_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkWriter.vtkWriter_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkWriter.vtkWriter_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkWriter.vtkWriter_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkWriter.vtkWriter_SetInput_08 ( HandleRef  pThis,
HandleRef  input 
) [private]
static internal void Kitware.VTK.vtkWriter.vtkWriter_SetInput_09 ( HandleRef  pThis,
int  index,
HandleRef  input 
) [private]
static internal int Kitware.VTK.vtkWriter.vtkWriter_Write_10 ( HandleRef  pThis) [private]
virtual int Kitware.VTK.vtkWriter.Write ( ) [virtual]

Write data to output. Method executes subclasses WriteData() method, as well as StartMethod() and EndMethod() methods. Returns 1 on success and 0 on failure.

Reimplemented in Kitware.VTK.vtkMNITagPointWriter, Kitware.VTK.vtkPDataSetWriter, and Kitware.VTK.vtkArrayWriter.


Member Data Documentation

new readonly string Kitware.VTK.vtkWriter.MRClassNameKey = "9vtkWriter" [static]
new const string Kitware.VTK.vtkWriter.MRFullTypeName = "Kitware.VTK.vtkWriter"

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