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

vtkPNGWriter - Writes PNG files. More...

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

List of all members.

Public Member Functions

 vtkPNGWriter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkPNGWriter ()
 Undocumented Block.
virtual vtkUnsignedCharArray GetResult ()
 When writing to memory this is the result, it will be NULL until the data is written the first time.
virtual uint GetWriteToMemory ()
 Write the image to memory (a vtkUnsignedCharArray)
override int IsA (string type)
 Undocumented Block.
new vtkPNGWriter NewInstance ()
 Undocumented Block.
virtual void SetResult (vtkUnsignedCharArray arg0)
 When writing to memory this is the result, it will be NULL until the data is written the first time.
virtual void SetWriteToMemory (uint _arg)
 Write the image to memory (a vtkUnsignedCharArray)
override void Write ()
 The main interface which triggers the writer to start.
virtual void WriteToMemoryOff ()
 Write the image to memory (a vtkUnsignedCharArray)
virtual void WriteToMemoryOn ()
 Write the image to memory (a vtkUnsignedCharArray)

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "12vtkPNGWriter"
 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 vtkPNGWriter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPNGWriter_GetResult_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal uint vtkPNGWriter_GetWriteToMemory_02 (HandleRef pThis)
static internal int vtkPNGWriter_IsA_03 (HandleRef pThis, string type)
static internal int vtkPNGWriter_IsTypeOf_04 (string type)
static internal IntPtr vtkPNGWriter_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPNGWriter_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPNGWriter_SetResult_08 (HandleRef pThis, HandleRef arg0)
static internal void vtkPNGWriter_SetWriteToMemory_09 (HandleRef pThis, uint _arg)
static internal void vtkPNGWriter_Write_10 (HandleRef pThis)
static internal void vtkPNGWriter_WriteToMemoryOff_11 (HandleRef pThis)
static internal void vtkPNGWriter_WriteToMemoryOn_12 (HandleRef pThis)

Static Private Member Functions

static vtkPNGWriter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkPNGWriter - Writes PNG files.

Description vtkPNGWriter writes PNG files. It supports 1 to 4 component data of unsigned char or unsigned short


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

Kitware.VTK.vtkPNGWriter.vtkPNGWriter ( 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.vtkPNGWriter.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.vtkImageWriter.

When writing to memory this is the result, it will be NULL until the data is written the first time.

Here is the call graph for this function:

virtual uint Kitware.VTK.vtkPNGWriter.GetWriteToMemory ( ) [virtual]

Write the image to memory (a vtkUnsignedCharArray)

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageWriter.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageWriter.

static new vtkPNGWriter Kitware.VTK.vtkPNGWriter.New ( ) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageWriter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageWriter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageWriter.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkPNGWriter.SetResult ( vtkUnsignedCharArray  arg0) [virtual]

When writing to memory this is the result, it will be NULL until the data is written the first time.

virtual void Kitware.VTK.vtkPNGWriter.SetWriteToMemory ( uint  _arg) [virtual]

Write the image to memory (a vtkUnsignedCharArray)

static internal IntPtr Kitware.VTK.vtkPNGWriter.vtkPNGWriter_GetResult_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal uint Kitware.VTK.vtkPNGWriter.vtkPNGWriter_GetWriteToMemory_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPNGWriter.vtkPNGWriter_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkPNGWriter.vtkPNGWriter_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkPNGWriter.vtkPNGWriter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPNGWriter.vtkPNGWriter_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPNGWriter.vtkPNGWriter_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkPNGWriter.vtkPNGWriter_SetResult_08 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkPNGWriter.vtkPNGWriter_SetWriteToMemory_09 ( HandleRef  pThis,
uint  _arg 
) [private]
static internal void Kitware.VTK.vtkPNGWriter.vtkPNGWriter_Write_10 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPNGWriter.vtkPNGWriter_WriteToMemoryOff_11 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPNGWriter.vtkPNGWriter_WriteToMemoryOn_12 ( HandleRef  pThis) [private]
override void Kitware.VTK.vtkPNGWriter.Write ( ) [virtual]

The main interface which triggers the writer to start.

Reimplemented from Kitware.VTK.vtkImageWriter.

virtual void Kitware.VTK.vtkPNGWriter.WriteToMemoryOff ( ) [virtual]

Write the image to memory (a vtkUnsignedCharArray)

virtual void Kitware.VTK.vtkPNGWriter.WriteToMemoryOn ( ) [virtual]

Write the image to memory (a vtkUnsignedCharArray)


Member Data Documentation

new readonly string Kitware.VTK.vtkPNGWriter.MRClassNameKey = "12vtkPNGWriter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageWriter.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageWriter.


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