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

vtkImageMultipleInputFilter - Generic filter that has N inputs. More...

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

List of all members.

Public Member Functions

 vtkImageMultipleInputFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
virtual void AddInput (vtkImageData input)
 Adds an input to the first null position in the input list. Expands the list memory if necessary.
virtual void BypassOff ()
 Turning bypass on will cause the filter to turn off and simply pass the data from the first input (input0) through. It is implemented for consistency with vtkImageToImageFilter.
virtual void BypassOn ()
 Turning bypass on will cause the filter to turn off and simply pass the data from the first input (input0) through. It is implemented for consistency with vtkImageToImageFilter.
virtual int GetBypass ()
 Turning bypass on will cause the filter to turn off and simply pass the data from the first input (input0) through. It is implemented for consistency with vtkImageToImageFilter.
vtkImageData GetInput (int num)
 Get one input to this filter.
vtkImageData GetInput ()
 Get one input to this filter.
virtual int GetNumberOfThreads ()
 Get/Set the number of threads to create when rendering.
virtual int GetNumberOfThreadsMaxValue ()
 Get/Set the number of threads to create when rendering.
virtual int GetNumberOfThreadsMinValue ()
 Get/Set the number of threads to create when rendering.
override int IsA (string type)
 Undocumented Block.
new vtkImageMultipleInputFilter NewInstance ()
 Undocumented Block.
virtual void RemoveInput (vtkImageData input)
 Adds an input to the first null position in the input list. Expands the list memory if necessary.
virtual void SetBypass (int _arg)
 Turning bypass on will cause the filter to turn off and simply pass the data from the first input (input0) through. It is implemented for consistency with vtkImageToImageFilter.
virtual void SetInput (int num, vtkImageData input)
 Set an Input of this filter.
virtual void SetNumberOfThreads (int _arg)
 Get/Set the number of threads to create when rendering.
virtual int SplitExtent (IntPtr splitExt, IntPtr startExt, int num, int total)
 Putting this here until I merge graphics and imaging streaming.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "27vtkImageMultipleInputFilter"
 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 vtkImageMultipleInputFilter_AddInput_01 (HandleRef pThis, HandleRef input)
static internal void vtkImageMultipleInputFilter_BypassOff_02 (HandleRef pThis)
static internal void vtkImageMultipleInputFilter_BypassOn_03 (HandleRef pThis)
static internal int vtkImageMultipleInputFilter_GetBypass_04 (HandleRef pThis)
static internal IntPtr vtkImageMultipleInputFilter_GetInput_05 (HandleRef pThis, int num, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageMultipleInputFilter_GetInput_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkImageMultipleInputFilter_GetNumberOfThreads_07 (HandleRef pThis)
static internal int vtkImageMultipleInputFilter_GetNumberOfThreadsMaxValue_08 (HandleRef pThis)
static internal int vtkImageMultipleInputFilter_GetNumberOfThreadsMinValue_09 (HandleRef pThis)
static internal int vtkImageMultipleInputFilter_IsA_10 (HandleRef pThis, string type)
static internal int vtkImageMultipleInputFilter_IsTypeOf_11 (string type)
static internal IntPtr vtkImageMultipleInputFilter_NewInstance_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageMultipleInputFilter_RemoveInput_13 (HandleRef pThis, HandleRef input)
static internal IntPtr vtkImageMultipleInputFilter_SafeDownCast_14 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageMultipleInputFilter_SetBypass_15 (HandleRef pThis, int _arg)
static internal void vtkImageMultipleInputFilter_SetInput_16 (HandleRef pThis, int num, HandleRef input)
static internal void vtkImageMultipleInputFilter_SetNumberOfThreads_17 (HandleRef pThis, int _arg)
static internal int vtkImageMultipleInputFilter_SplitExtent_18 (HandleRef pThis, IntPtr splitExt, IntPtr startExt, int num, int total)

Static Private Member Functions

static vtkImageMultipleInputFilter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageMultipleInputFilter - Generic filter that has N inputs.

Description vtkImageMultipleInputFilter is a super class for filters that have any number of inputs. Streaming is not available in this class yet.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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


Member Function Documentation

Adds an input to the first null position in the input list. Expands the list memory if necessary.

Turning bypass on will cause the filter to turn off and simply pass the data from the first input (input0) through. It is implemented for consistency with vtkImageToImageFilter.

Turning bypass on will cause the filter to turn off and simply pass the data from the first input (input0) through. It is implemented for consistency with vtkImageToImageFilter.

override void Kitware.VTK.vtkImageMultipleInputFilter.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.vtkImageSource.

Reimplemented in Kitware.VTK.vtkImageTwoInputFilter, and Kitware.VTK.vtkImageMultipleInputOutputFilter.

Turning bypass on will cause the filter to turn off and simply pass the data from the first input (input0) through. It is implemented for consistency with vtkImageToImageFilter.

Get one input to this filter.

Here is the call graph for this function:

Get one input to this filter.

Here is the call graph for this function:

Get/Set the number of threads to create when rendering.

Get/Set the number of threads to create when rendering.

Get/Set the number of threads to create when rendering.

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

Adds an input to the first null position in the input list. Expands the list memory if necessary.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageSource.

Reimplemented in Kitware.VTK.vtkImageTwoInputFilter, and Kitware.VTK.vtkImageMultipleInputOutputFilter.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkImageMultipleInputFilter.SetBypass ( int  _arg) [virtual]

Turning bypass on will cause the filter to turn off and simply pass the data from the first input (input0) through. It is implemented for consistency with vtkImageToImageFilter.

virtual void Kitware.VTK.vtkImageMultipleInputFilter.SetInput ( int  num,
vtkImageData  input 
) [virtual]

Set an Input of this filter.

virtual void Kitware.VTK.vtkImageMultipleInputFilter.SetNumberOfThreads ( int  _arg) [virtual]

Get/Set the number of threads to create when rendering.

virtual int Kitware.VTK.vtkImageMultipleInputFilter.SplitExtent ( IntPtr  splitExt,
IntPtr  startExt,
int  num,
int  total 
) [virtual]

Putting this here until I merge graphics and imaging streaming.

static internal void Kitware.VTK.vtkImageMultipleInputFilter.vtkImageMultipleInputFilter_AddInput_01 ( HandleRef  pThis,
HandleRef  input 
) [private]
static internal void Kitware.VTK.vtkImageMultipleInputFilter.vtkImageMultipleInputFilter_BypassOff_02 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageMultipleInputFilter.vtkImageMultipleInputFilter_BypassOn_03 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkImageMultipleInputFilter.vtkImageMultipleInputFilter_GetInput_05 ( HandleRef  pThis,
int  num,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageMultipleInputFilter.vtkImageMultipleInputFilter_GetInput_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkImageMultipleInputFilter.vtkImageMultipleInputFilter_IsA_10 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkImageMultipleInputFilter.vtkImageMultipleInputFilter_NewInstance_12 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageMultipleInputFilter.vtkImageMultipleInputFilter_RemoveInput_13 ( HandleRef  pThis,
HandleRef  input 
) [private]
static internal IntPtr Kitware.VTK.vtkImageMultipleInputFilter.vtkImageMultipleInputFilter_SafeDownCast_14 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageMultipleInputFilter.vtkImageMultipleInputFilter_SetBypass_15 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkImageMultipleInputFilter.vtkImageMultipleInputFilter_SetInput_16 ( HandleRef  pThis,
int  num,
HandleRef  input 
) [private]
static internal void Kitware.VTK.vtkImageMultipleInputFilter.vtkImageMultipleInputFilter_SetNumberOfThreads_17 ( HandleRef  pThis,
int  _arg 
) [private]
static internal int Kitware.VTK.vtkImageMultipleInputFilter.vtkImageMultipleInputFilter_SplitExtent_18 ( HandleRef  pThis,
IntPtr  splitExt,
IntPtr  startExt,
int  num,
int  total 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImageMultipleInputFilter.MRClassNameKey = "27vtkImageMultipleInputFilter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageSource.

Reimplemented in Kitware.VTK.vtkImageTwoInputFilter, and Kitware.VTK.vtkImageMultipleInputOutputFilter.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageSource.

Reimplemented in Kitware.VTK.vtkImageTwoInputFilter, and Kitware.VTK.vtkImageMultipleInputOutputFilter.


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