ActiViz .NET
5.8.0
|
vtkImageLogic - And, or, xor, nand, nor, not. More...
Public Member Functions | |
vtkImageLogic (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageLogic () | |
Undocumented Block. | |
virtual int | GetOperation () |
Set/Get the Operation to perform. | |
virtual double | GetOutputTrueValue () |
Set the value to use for true in the output. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkImageLogic | NewInstance () |
Undocumented Block. | |
virtual void | SetInput1 (vtkDataObject input) |
Set the Input1 of this filter. | |
virtual void | SetInput2 (vtkDataObject input) |
Set the Input2 of this filter. | |
virtual void | SetOperation (int _arg) |
Set/Get the Operation to perform. | |
void | SetOperationToAnd () |
Set/Get the Operation to perform. | |
void | SetOperationToNand () |
Set/Get the Operation to perform. | |
void | SetOperationToNor () |
Set/Get the Operation to perform. | |
void | SetOperationToNot () |
Set/Get the Operation to perform. | |
void | SetOperationToOr () |
Set/Get the Operation to perform. | |
void | SetOperationToXor () |
Set/Get the Operation to perform. | |
virtual void | SetOutputTrueValue (double _arg) |
Set the value to use for true in the output. | |
Static Public Member Functions | |
static new vtkImageLogic | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImageLogic | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageLogic" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "13vtkImageLogic" |
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 | vtkImageLogic_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkImageLogic_GetOperation_01 (HandleRef pThis) |
static internal double | vtkImageLogic_GetOutputTrueValue_02 (HandleRef pThis) |
static internal int | vtkImageLogic_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkImageLogic_IsTypeOf_04 (string type) |
static internal IntPtr | vtkImageLogic_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageLogic_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageLogic_SetInput1_08 (HandleRef pThis, HandleRef input) |
static internal void | vtkImageLogic_SetInput2_09 (HandleRef pThis, HandleRef input) |
static internal void | vtkImageLogic_SetOperation_10 (HandleRef pThis, int _arg) |
static internal void | vtkImageLogic_SetOperationToAnd_11 (HandleRef pThis) |
static internal void | vtkImageLogic_SetOperationToNand_12 (HandleRef pThis) |
static internal void | vtkImageLogic_SetOperationToNor_13 (HandleRef pThis) |
static internal void | vtkImageLogic_SetOperationToNot_14 (HandleRef pThis) |
static internal void | vtkImageLogic_SetOperationToOr_15 (HandleRef pThis) |
static internal void | vtkImageLogic_SetOperationToXor_16 (HandleRef pThis) |
static internal void | vtkImageLogic_SetOutputTrueValue_17 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
static | vtkImageLogic () |
Automatically generated type registration mechanics. |
vtkImageLogic - And, or, xor, nand, nor, not.
Description vtkImageLogic implements basic logic operations. SetOperation is used to select the filter's behavior. The filter can take two or one input. Inputs must have the same type.
static Kitware.VTK.vtkImageLogic.vtkImageLogic | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageLogic.vtkImageLogic | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkImageLogic.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.vtkImageLogic.GetOperation | ( | ) | [virtual] |
Set/Get the Operation to perform.
virtual double Kitware.VTK.vtkImageLogic.GetOutputTrueValue | ( | ) | [virtual] |
Set the value to use for true in the output.
override int Kitware.VTK.vtkImageLogic.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new int Kitware.VTK.vtkImageLogic.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new vtkImageLogic Kitware.VTK.vtkImageLogic.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new vtkImageLogic Kitware.VTK.vtkImageLogic.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
virtual void Kitware.VTK.vtkImageLogic.SetInput1 | ( | vtkDataObject | input | ) | [virtual] |
Set the Input1 of this filter.
virtual void Kitware.VTK.vtkImageLogic.SetInput2 | ( | vtkDataObject | input | ) | [virtual] |
Set the Input2 of this filter.
virtual void Kitware.VTK.vtkImageLogic.SetOperation | ( | int | _arg | ) | [virtual] |
Set/Get the Operation to perform.
Set/Get the Operation to perform.
Set/Get the Operation to perform.
Set/Get the Operation to perform.
Set/Get the Operation to perform.
Set/Get the Operation to perform.
Set/Get the Operation to perform.
virtual void Kitware.VTK.vtkImageLogic.SetOutputTrueValue | ( | double | _arg | ) | [virtual] |
Set the value to use for true in the output.
static internal int Kitware.VTK.vtkImageLogic.vtkImageLogic_GetOperation_01 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkImageLogic.vtkImageLogic_GetOutputTrueValue_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageLogic.vtkImageLogic_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageLogic.vtkImageLogic_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageLogic.vtkImageLogic_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageLogic.vtkImageLogic_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageLogic.vtkImageLogic_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageLogic.vtkImageLogic_SetInput1_08 | ( | HandleRef | pThis, |
HandleRef | input | ||
) | [private] |
static internal void Kitware.VTK.vtkImageLogic.vtkImageLogic_SetInput2_09 | ( | HandleRef | pThis, |
HandleRef | input | ||
) | [private] |
static internal void Kitware.VTK.vtkImageLogic.vtkImageLogic_SetOperation_10 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageLogic.vtkImageLogic_SetOperationToAnd_11 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageLogic.vtkImageLogic_SetOperationToNand_12 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageLogic.vtkImageLogic_SetOperationToNor_13 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageLogic.vtkImageLogic_SetOperationToNot_14 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageLogic.vtkImageLogic_SetOperationToOr_15 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageLogic.vtkImageLogic_SetOperationToXor_16 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageLogic.vtkImageLogic_SetOutputTrueValue_17 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkImageLogic.MRClassNameKey = "13vtkImageLogic" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
new const string Kitware.VTK.vtkImageLogic.MRFullTypeName = "Kitware.VTK.vtkImageLogic" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.