|
ActiViz .NET
5.8.0
|
vtkImageExtractComponents - Outputs a single component More...
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. | |
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.
| static Kitware.VTK.vtkImageExtractComponents.vtkImageExtractComponents | ( | ) | [static, private] |
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.
| 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.
| virtual int [] Kitware.VTK.vtkImageExtractComponents.GetComponents | ( | ) | [virtual] |
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.
| virtual int Kitware.VTK.vtkImageExtractComponents.GetNumberOfComponents | ( | ) | [virtual] |
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.
| static new vtkImageExtractComponents Kitware.VTK.vtkImageExtractComponents.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
| static new vtkImageExtractComponents Kitware.VTK.vtkImageExtractComponents.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
| void Kitware.VTK.vtkImageExtractComponents.SetComponents | ( | int | c1 | ) |
Set/Get the components to extract.
| void Kitware.VTK.vtkImageExtractComponents.SetComponents | ( | int | c1, |
| int | c2 | ||
| ) |
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_GetNumberOfComponents_04 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkImageExtractComponents.vtkImageExtractComponents_IsA_05 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkImageExtractComponents.vtkImageExtractComponents_IsTypeOf_06 | ( | 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] |
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.
1.7.6.1