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

vtkImageExtractComponents - Outputs a single component More...

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

List of all members.

Public Member Functions

 vtkImageExtractComponents (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImageExtractComponents ()
 Undocumented Block.
virtual int[] GetComponents ()
 Set/Get the components to extract.
virtual void GetComponents (ref int _arg1, ref int _arg2, ref int _arg3)
 Set/Get the components to extract.
virtual void GetComponents (IntPtr _arg)
 Set/Get the components to extract.
virtual int GetNumberOfComponents ()
 Get the number of components to extract. This is set implicitly by the SetComponents() method.
override int IsA (string type)
 Undocumented Block.
new vtkImageExtractComponents NewInstance ()
 Undocumented Block.
void SetComponents (int c1)
 Set/Get the components to extract.
void SetComponents (int c1, int c2)
 Set/Get the components to extract.
void SetComponents (int c1, int c2, int c3)
 Set/Get the components to extract.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "25vtkImageExtractComponents"
 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 vtkImageExtractComponents_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageExtractComponents_GetComponents_01 (HandleRef pThis)
static internal void vtkImageExtractComponents_GetComponents_02 (HandleRef pThis, ref int _arg1, ref int _arg2, ref int _arg3)
static internal void vtkImageExtractComponents_GetComponents_03 (HandleRef pThis, IntPtr _arg)
static internal int vtkImageExtractComponents_GetNumberOfComponents_04 (HandleRef pThis)
static internal int vtkImageExtractComponents_IsA_05 (HandleRef pThis, string type)
static internal int vtkImageExtractComponents_IsTypeOf_06 (string type)
static internal IntPtr vtkImageExtractComponents_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageExtractComponents_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageExtractComponents_SetComponents_10 (HandleRef pThis, int c1)
static internal void vtkImageExtractComponents_SetComponents_11 (HandleRef pThis, int c1, int c2)
static internal void vtkImageExtractComponents_SetComponents_12 (HandleRef pThis, int c1, int c2, int c3)

Static Private Member Functions

static vtkImageExtractComponents ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageExtractComponents - Outputs a single component

Description vtkImageExtractComponents takes an input with any number of components and outputs some of them. It does involve a copy of the data.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkImageExtractComponents.vtkImageExtractComponents ( 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.vtkImageExtractComponents.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.vtkThreadedImageAlgorithm.

Set/Get the components to extract.

virtual void Kitware.VTK.vtkImageExtractComponents.GetComponents ( ref int  _arg1,
ref int  _arg2,
ref int  _arg3 
) [virtual]

Set/Get the components to extract.

virtual void Kitware.VTK.vtkImageExtractComponents.GetComponents ( IntPtr  _arg) [virtual]

Set/Get the components to extract.

Get the number of components to extract. This is set implicitly by the SetComponents() method.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

Here is the call graph for this function:

Set/Get the components to extract.

Set/Get the components to extract.

void Kitware.VTK.vtkImageExtractComponents.SetComponents ( int  c1,
int  c2,
int  c3 
)

Set/Get the components to extract.

static internal IntPtr Kitware.VTK.vtkImageExtractComponents.vtkImageExtractComponents_GetComponents_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageExtractComponents.vtkImageExtractComponents_GetComponents_02 ( HandleRef  pThis,
ref int  _arg1,
ref int  _arg2,
ref int  _arg3 
) [private]
static internal void Kitware.VTK.vtkImageExtractComponents.vtkImageExtractComponents_GetComponents_03 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal int Kitware.VTK.vtkImageExtractComponents.vtkImageExtractComponents_IsA_05 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkImageExtractComponents.vtkImageExtractComponents_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageExtractComponents.vtkImageExtractComponents_NewInstance_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageExtractComponents.vtkImageExtractComponents_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageExtractComponents.vtkImageExtractComponents_SetComponents_10 ( HandleRef  pThis,
int  c1 
) [private]
static internal void Kitware.VTK.vtkImageExtractComponents.vtkImageExtractComponents_SetComponents_11 ( HandleRef  pThis,
int  c1,
int  c2 
) [private]
static internal void Kitware.VTK.vtkImageExtractComponents.vtkImageExtractComponents_SetComponents_12 ( HandleRef  pThis,
int  c1,
int  c2,
int  c3 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImageExtractComponents.MRClassNameKey = "25vtkImageExtractComponents" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.


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