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

vtkRendererSource - take a renderer into the pipeline More...

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

List of all members.

Public Member Functions

 vtkRendererSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkRendererSource ()
 Undocumented Block.
virtual void DepthValuesInScalarsOff ()
 A boolean value to control whether to grab z-buffer (i.e., depth values) along with the image data. The z-buffer data is placed in the scalars as a fourth Z component (shift and scaled to map the full 0..255 range).
virtual void DepthValuesInScalarsOn ()
 A boolean value to control whether to grab z-buffer (i.e., depth values) along with the image data. The z-buffer data is placed in the scalars as a fourth Z component (shift and scaled to map the full 0..255 range).
virtual void DepthValuesOff ()
 A boolean value to control whether to grab z-buffer (i.e., depth values) along with the image data. The z-buffer data is placed into a field data attributes named "ZBuffer" .
virtual void DepthValuesOn ()
 A boolean value to control whether to grab z-buffer (i.e., depth values) along with the image data. The z-buffer data is placed into a field data attributes named "ZBuffer" .
virtual int GetDepthValues ()
 A boolean value to control whether to grab z-buffer (i.e., depth values) along with the image data. The z-buffer data is placed into a field data attributes named "ZBuffer" .
virtual int GetDepthValuesInScalars ()
 A boolean value to control whether to grab z-buffer (i.e., depth values) along with the image data. The z-buffer data is placed in the scalars as a fourth Z component (shift and scaled to map the full 0..255 range).
virtual vtkRenderer GetInput ()
 Returns which renderer is being used as the source for the pixel data.
override uint GetMTime ()
 Return the MTime also considering the Renderer.
vtkImageData GetOutput ()
 Get the output data object for a port on this algorithm.
virtual int GetRenderFlag ()
 If this flag is on, the Executing causes a render first.
virtual int GetWholeWindow ()
 Use the entire RenderWindow as a data source or just the Renderer. The default is zero, just the Renderer.
override int IsA (string type)
 Undocumented Block.
new vtkRendererSource NewInstance ()
 Undocumented Block.
virtual void RenderFlagOff ()
 If this flag is on, the Executing causes a render first.
virtual void RenderFlagOn ()
 If this flag is on, the Executing causes a render first.
virtual void SetDepthValues (int _arg)
 A boolean value to control whether to grab z-buffer (i.e., depth values) along with the image data. The z-buffer data is placed into a field data attributes named "ZBuffer" .
virtual void SetDepthValuesInScalars (int _arg)
 A boolean value to control whether to grab z-buffer (i.e., depth values) along with the image data. The z-buffer data is placed in the scalars as a fourth Z component (shift and scaled to map the full 0..255 range).
void SetInput (vtkRenderer arg0)
 Indicates what renderer to get the pixel data from.
virtual void SetRenderFlag (int _arg)
 If this flag is on, the Executing causes a render first.
virtual void SetWholeWindow (int _arg)
 Use the entire RenderWindow as a data source or just the Renderer. The default is zero, just the Renderer.
virtual void WholeWindowOff ()
 Use the entire RenderWindow as a data source or just the Renderer. The default is zero, just the Renderer.
virtual void WholeWindowOn ()
 Use the entire RenderWindow as a data source or just the Renderer. The default is zero, just the Renderer.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "17vtkRendererSource"
 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 vtkRendererSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkRendererSource_DepthValuesInScalarsOff_01 (HandleRef pThis)
static internal void vtkRendererSource_DepthValuesInScalarsOn_02 (HandleRef pThis)
static internal void vtkRendererSource_DepthValuesOff_03 (HandleRef pThis)
static internal void vtkRendererSource_DepthValuesOn_04 (HandleRef pThis)
static internal int vtkRendererSource_GetDepthValues_05 (HandleRef pThis)
static internal int vtkRendererSource_GetDepthValuesInScalars_06 (HandleRef pThis)
static internal IntPtr vtkRendererSource_GetInput_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal uint vtkRendererSource_GetMTime_08 (HandleRef pThis)
static internal IntPtr vtkRendererSource_GetOutput_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkRendererSource_GetRenderFlag_10 (HandleRef pThis)
static internal int vtkRendererSource_GetWholeWindow_11 (HandleRef pThis)
static internal int vtkRendererSource_IsA_12 (HandleRef pThis, string type)
static internal int vtkRendererSource_IsTypeOf_13 (string type)
static internal IntPtr vtkRendererSource_NewInstance_15 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkRendererSource_RenderFlagOff_16 (HandleRef pThis)
static internal void vtkRendererSource_RenderFlagOn_17 (HandleRef pThis)
static internal IntPtr vtkRendererSource_SafeDownCast_18 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkRendererSource_SetDepthValues_19 (HandleRef pThis, int _arg)
static internal void vtkRendererSource_SetDepthValuesInScalars_20 (HandleRef pThis, int _arg)
static internal void vtkRendererSource_SetInput_21 (HandleRef pThis, HandleRef arg0)
static internal void vtkRendererSource_SetRenderFlag_22 (HandleRef pThis, int _arg)
static internal void vtkRendererSource_SetWholeWindow_23 (HandleRef pThis, int _arg)
static internal void vtkRendererSource_WholeWindowOff_24 (HandleRef pThis)
static internal void vtkRendererSource_WholeWindowOn_25 (HandleRef pThis)

Static Private Member Functions

static vtkRendererSource ()
 Automatically generated type registration mechanics.

Detailed Description

vtkRendererSource - take a renderer into the pipeline

Description vtkRendererSource is a source object that gets its input from a renderer and converts it to structured points. This can then be used in a visualization pipeline. You must explicitly send a Modify() to this object to get it to reload its data from the renderer. Consider using vtkWindowToImageFilter instead of this class.

The data placed into the output is the renderer's image rgb values. Optionally, you can also grab the image depth (e.g., z-buffer) values, and place then into the output (point) field data.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

A boolean value to control whether to grab z-buffer (i.e., depth values) along with the image data. The z-buffer data is placed in the scalars as a fourth Z component (shift and scaled to map the full 0..255 range).

A boolean value to control whether to grab z-buffer (i.e., depth values) along with the image data. The z-buffer data is placed in the scalars as a fourth Z component (shift and scaled to map the full 0..255 range).

A boolean value to control whether to grab z-buffer (i.e., depth values) along with the image data. The z-buffer data is placed into a field data attributes named "ZBuffer" .

virtual void Kitware.VTK.vtkRendererSource.DepthValuesOn ( ) [virtual]

A boolean value to control whether to grab z-buffer (i.e., depth values) along with the image data. The z-buffer data is placed into a field data attributes named "ZBuffer" .

override void Kitware.VTK.vtkRendererSource.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.vtkAlgorithm.

A boolean value to control whether to grab z-buffer (i.e., depth values) along with the image data. The z-buffer data is placed into a field data attributes named "ZBuffer" .

A boolean value to control whether to grab z-buffer (i.e., depth values) along with the image data. The z-buffer data is placed in the scalars as a fourth Z component (shift and scaled to map the full 0..255 range).

Returns which renderer is being used as the source for the pixel data.

Here is the call graph for this function:

override uint Kitware.VTK.vtkRendererSource.GetMTime ( ) [virtual]

Return the MTime also considering the Renderer.

Reimplemented from Kitware.VTK.vtkObject.

Get the output data object for a port on this algorithm.

Here is the call graph for this function:

If this flag is on, the Executing causes a render first.

Use the entire RenderWindow as a data source or just the Renderer. The default is zero, just the Renderer.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

virtual void Kitware.VTK.vtkRendererSource.RenderFlagOff ( ) [virtual]

If this flag is on, the Executing causes a render first.

virtual void Kitware.VTK.vtkRendererSource.RenderFlagOn ( ) [virtual]

If this flag is on, the Executing causes a render first.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkRendererSource.SetDepthValues ( int  _arg) [virtual]

A boolean value to control whether to grab z-buffer (i.e., depth values) along with the image data. The z-buffer data is placed into a field data attributes named "ZBuffer" .

virtual void Kitware.VTK.vtkRendererSource.SetDepthValuesInScalars ( int  _arg) [virtual]

A boolean value to control whether to grab z-buffer (i.e., depth values) along with the image data. The z-buffer data is placed in the scalars as a fourth Z component (shift and scaled to map the full 0..255 range).

Indicates what renderer to get the pixel data from.

virtual void Kitware.VTK.vtkRendererSource.SetRenderFlag ( int  _arg) [virtual]

If this flag is on, the Executing causes a render first.

virtual void Kitware.VTK.vtkRendererSource.SetWholeWindow ( int  _arg) [virtual]

Use the entire RenderWindow as a data source or just the Renderer. The default is zero, just the Renderer.

static internal void Kitware.VTK.vtkRendererSource.vtkRendererSource_DepthValuesInScalarsOff_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkRendererSource.vtkRendererSource_DepthValuesInScalarsOn_02 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkRendererSource.vtkRendererSource_DepthValuesOff_03 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkRendererSource.vtkRendererSource_DepthValuesOn_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkRendererSource.vtkRendererSource_GetDepthValues_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkRendererSource.vtkRendererSource_GetDepthValuesInScalars_06 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkRendererSource.vtkRendererSource_GetInput_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal uint Kitware.VTK.vtkRendererSource.vtkRendererSource_GetMTime_08 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkRendererSource.vtkRendererSource_GetOutput_09 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkRendererSource.vtkRendererSource_GetRenderFlag_10 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkRendererSource.vtkRendererSource_GetWholeWindow_11 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkRendererSource.vtkRendererSource_IsA_12 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkRendererSource.vtkRendererSource_IsTypeOf_13 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkRendererSource.vtkRendererSource_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkRendererSource.vtkRendererSource_NewInstance_15 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkRendererSource.vtkRendererSource_RenderFlagOff_16 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkRendererSource.vtkRendererSource_RenderFlagOn_17 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkRendererSource.vtkRendererSource_SafeDownCast_18 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkRendererSource.vtkRendererSource_SetDepthValues_19 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkRendererSource.vtkRendererSource_SetDepthValuesInScalars_20 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkRendererSource.vtkRendererSource_SetInput_21 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkRendererSource.vtkRendererSource_SetRenderFlag_22 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkRendererSource.vtkRendererSource_SetWholeWindow_23 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkRendererSource.vtkRendererSource_WholeWindowOff_24 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkRendererSource.vtkRendererSource_WholeWindowOn_25 ( HandleRef  pThis) [private]

Use the entire RenderWindow as a data source or just the Renderer. The default is zero, just the Renderer.

virtual void Kitware.VTK.vtkRendererSource.WholeWindowOn ( ) [virtual]

Use the entire RenderWindow as a data source or just the Renderer. The default is zero, just the Renderer.


Member Data Documentation

new readonly string Kitware.VTK.vtkRendererSource.MRClassNameKey = "17vtkRendererSource" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkAlgorithm.


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