ActiViz .NET
5.8.0
|
vtkBooleanTexture - generate 2D texture map based on combinations of inside, outside, and on region boundary More...
Public Member Functions | |
vtkBooleanTexture (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkBooleanTexture () | |
Undocumented Block. | |
virtual byte[] | GetInIn () |
Specify intensity/transparency for "in/in" region. | |
virtual void | GetInIn (IntPtr data) |
Specify intensity/transparency for "in/in" region. | |
virtual byte[] | GetInOn () |
Specify intensity/transparency for "in/on" region. | |
virtual void | GetInOn (IntPtr data) |
Specify intensity/transparency for "in/on" region. | |
virtual byte[] | GetInOut () |
Specify intensity/transparency for "in/out" region. | |
virtual void | GetInOut (IntPtr data) |
Specify intensity/transparency for "in/out" region. | |
virtual byte[] | GetOnIn () |
Specify intensity/transparency for "on/in" region. | |
virtual void | GetOnIn (IntPtr data) |
Specify intensity/transparency for "on/in" region. | |
virtual byte[] | GetOnOn () |
Specify intensity/transparency for "on/on" region. | |
virtual void | GetOnOn (IntPtr data) |
Specify intensity/transparency for "on/on" region. | |
virtual byte[] | GetOnOut () |
Specify intensity/transparency for "on/out" region. | |
virtual void | GetOnOut (IntPtr data) |
Specify intensity/transparency for "on/out" region. | |
virtual byte[] | GetOutIn () |
Specify intensity/transparency for "out/in" region. | |
virtual void | GetOutIn (IntPtr data) |
Specify intensity/transparency for "out/in" region. | |
virtual byte[] | GetOutOn () |
Specify intensity/transparency for "out/on" region. | |
virtual void | GetOutOn (IntPtr data) |
Specify intensity/transparency for "out/on" region. | |
virtual byte[] | GetOutOut () |
Specify intensity/transparency for "out/out" region. | |
virtual void | GetOutOut (IntPtr data) |
Specify intensity/transparency for "out/out" region. | |
virtual int | GetThickness () |
Set the thickness of the "on" region. | |
virtual int | GetXSize () |
Set the X texture map dimension. | |
virtual int | GetYSize () |
Set the Y texture map dimension. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkBooleanTexture | NewInstance () |
Undocumented Block. | |
virtual void | SetInIn (byte _arg1, byte _arg2) |
Specify intensity/transparency for "in/in" region. | |
void | SetInIn (IntPtr _arg) |
Specify intensity/transparency for "in/in" region. | |
virtual void | SetInOn (byte _arg1, byte _arg2) |
Specify intensity/transparency for "in/on" region. | |
void | SetInOn (IntPtr _arg) |
Specify intensity/transparency for "in/on" region. | |
virtual void | SetInOut (byte _arg1, byte _arg2) |
Specify intensity/transparency for "in/out" region. | |
void | SetInOut (IntPtr _arg) |
Specify intensity/transparency for "in/out" region. | |
virtual void | SetOnIn (byte _arg1, byte _arg2) |
Specify intensity/transparency for "on/in" region. | |
void | SetOnIn (IntPtr _arg) |
Specify intensity/transparency for "on/in" region. | |
virtual void | SetOnOn (byte _arg1, byte _arg2) |
Specify intensity/transparency for "on/on" region. | |
void | SetOnOn (IntPtr _arg) |
Specify intensity/transparency for "on/on" region. | |
virtual void | SetOnOut (byte _arg1, byte _arg2) |
Specify intensity/transparency for "on/out" region. | |
void | SetOnOut (IntPtr _arg) |
Specify intensity/transparency for "on/out" region. | |
virtual void | SetOutIn (byte _arg1, byte _arg2) |
Specify intensity/transparency for "out/in" region. | |
void | SetOutIn (IntPtr _arg) |
Specify intensity/transparency for "out/in" region. | |
virtual void | SetOutOn (byte _arg1, byte _arg2) |
Specify intensity/transparency for "out/on" region. | |
void | SetOutOn (IntPtr _arg) |
Specify intensity/transparency for "out/on" region. | |
virtual void | SetOutOut (byte _arg1, byte _arg2) |
Specify intensity/transparency for "out/out" region. | |
void | SetOutOut (IntPtr _arg) |
Specify intensity/transparency for "out/out" region. | |
virtual void | SetThickness (int _arg) |
Set the thickness of the "on" region. | |
virtual void | SetXSize (int _arg) |
Set the X texture map dimension. | |
virtual void | SetYSize (int _arg) |
Set the Y texture map dimension. | |
Static Public Member Functions | |
static new vtkBooleanTexture | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkBooleanTexture | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkBooleanTexture" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "17vtkBooleanTexture" |
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 | vtkBooleanTexture_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkBooleanTexture_GetInIn_01 (HandleRef pThis) |
static internal void | vtkBooleanTexture_GetInIn_02 (HandleRef pThis, IntPtr data) |
static internal IntPtr | vtkBooleanTexture_GetInOn_03 (HandleRef pThis) |
static internal void | vtkBooleanTexture_GetInOn_04 (HandleRef pThis, IntPtr data) |
static internal IntPtr | vtkBooleanTexture_GetInOut_05 (HandleRef pThis) |
static internal void | vtkBooleanTexture_GetInOut_06 (HandleRef pThis, IntPtr data) |
static internal IntPtr | vtkBooleanTexture_GetOnIn_07 (HandleRef pThis) |
static internal void | vtkBooleanTexture_GetOnIn_08 (HandleRef pThis, IntPtr data) |
static internal IntPtr | vtkBooleanTexture_GetOnOn_09 (HandleRef pThis) |
static internal void | vtkBooleanTexture_GetOnOn_10 (HandleRef pThis, IntPtr data) |
static internal IntPtr | vtkBooleanTexture_GetOnOut_11 (HandleRef pThis) |
static internal void | vtkBooleanTexture_GetOnOut_12 (HandleRef pThis, IntPtr data) |
static internal IntPtr | vtkBooleanTexture_GetOutIn_13 (HandleRef pThis) |
static internal void | vtkBooleanTexture_GetOutIn_14 (HandleRef pThis, IntPtr data) |
static internal IntPtr | vtkBooleanTexture_GetOutOn_15 (HandleRef pThis) |
static internal void | vtkBooleanTexture_GetOutOn_16 (HandleRef pThis, IntPtr data) |
static internal IntPtr | vtkBooleanTexture_GetOutOut_17 (HandleRef pThis) |
static internal void | vtkBooleanTexture_GetOutOut_18 (HandleRef pThis, IntPtr data) |
static internal int | vtkBooleanTexture_GetThickness_19 (HandleRef pThis) |
static internal int | vtkBooleanTexture_GetXSize_20 (HandleRef pThis) |
static internal int | vtkBooleanTexture_GetYSize_21 (HandleRef pThis) |
static internal int | vtkBooleanTexture_IsA_22 (HandleRef pThis, string type) |
static internal int | vtkBooleanTexture_IsTypeOf_23 (string type) |
static internal IntPtr | vtkBooleanTexture_NewInstance_25 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkBooleanTexture_SafeDownCast_26 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkBooleanTexture_SetInIn_27 (HandleRef pThis, byte _arg1, byte _arg2) |
static internal void | vtkBooleanTexture_SetInIn_28 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkBooleanTexture_SetInOn_29 (HandleRef pThis, byte _arg1, byte _arg2) |
static internal void | vtkBooleanTexture_SetInOn_30 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkBooleanTexture_SetInOut_31 (HandleRef pThis, byte _arg1, byte _arg2) |
static internal void | vtkBooleanTexture_SetInOut_32 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkBooleanTexture_SetOnIn_33 (HandleRef pThis, byte _arg1, byte _arg2) |
static internal void | vtkBooleanTexture_SetOnIn_34 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkBooleanTexture_SetOnOn_35 (HandleRef pThis, byte _arg1, byte _arg2) |
static internal void | vtkBooleanTexture_SetOnOn_36 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkBooleanTexture_SetOnOut_37 (HandleRef pThis, byte _arg1, byte _arg2) |
static internal void | vtkBooleanTexture_SetOnOut_38 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkBooleanTexture_SetOutIn_39 (HandleRef pThis, byte _arg1, byte _arg2) |
static internal void | vtkBooleanTexture_SetOutIn_40 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkBooleanTexture_SetOutOn_41 (HandleRef pThis, byte _arg1, byte _arg2) |
static internal void | vtkBooleanTexture_SetOutOn_42 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkBooleanTexture_SetOutOut_43 (HandleRef pThis, byte _arg1, byte _arg2) |
static internal void | vtkBooleanTexture_SetOutOut_44 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkBooleanTexture_SetThickness_45 (HandleRef pThis, int _arg) |
static internal void | vtkBooleanTexture_SetXSize_46 (HandleRef pThis, int _arg) |
static internal void | vtkBooleanTexture_SetYSize_47 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkBooleanTexture () |
Automatically generated type registration mechanics. |
vtkBooleanTexture - generate 2D texture map based on combinations of inside, outside, and on region boundary
static Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkBooleanTexture.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.vtkImageAlgorithm.
virtual byte [] Kitware.VTK.vtkBooleanTexture.GetInIn | ( | ) | [virtual] |
Specify intensity/transparency for "in/in" region.
virtual void Kitware.VTK.vtkBooleanTexture.GetInIn | ( | IntPtr | data | ) | [virtual] |
Specify intensity/transparency for "in/in" region.
virtual byte [] Kitware.VTK.vtkBooleanTexture.GetInOn | ( | ) | [virtual] |
Specify intensity/transparency for "in/on" region.
virtual void Kitware.VTK.vtkBooleanTexture.GetInOn | ( | IntPtr | data | ) | [virtual] |
Specify intensity/transparency for "in/on" region.
virtual byte [] Kitware.VTK.vtkBooleanTexture.GetInOut | ( | ) | [virtual] |
Specify intensity/transparency for "in/out" region.
virtual void Kitware.VTK.vtkBooleanTexture.GetInOut | ( | IntPtr | data | ) | [virtual] |
Specify intensity/transparency for "in/out" region.
virtual byte [] Kitware.VTK.vtkBooleanTexture.GetOnIn | ( | ) | [virtual] |
Specify intensity/transparency for "on/in" region.
virtual void Kitware.VTK.vtkBooleanTexture.GetOnIn | ( | IntPtr | data | ) | [virtual] |
Specify intensity/transparency for "on/in" region.
virtual byte [] Kitware.VTK.vtkBooleanTexture.GetOnOn | ( | ) | [virtual] |
Specify intensity/transparency for "on/on" region.
virtual void Kitware.VTK.vtkBooleanTexture.GetOnOn | ( | IntPtr | data | ) | [virtual] |
Specify intensity/transparency for "on/on" region.
virtual byte [] Kitware.VTK.vtkBooleanTexture.GetOnOut | ( | ) | [virtual] |
Specify intensity/transparency for "on/out" region.
virtual void Kitware.VTK.vtkBooleanTexture.GetOnOut | ( | IntPtr | data | ) | [virtual] |
Specify intensity/transparency for "on/out" region.
virtual byte [] Kitware.VTK.vtkBooleanTexture.GetOutIn | ( | ) | [virtual] |
Specify intensity/transparency for "out/in" region.
virtual void Kitware.VTK.vtkBooleanTexture.GetOutIn | ( | IntPtr | data | ) | [virtual] |
Specify intensity/transparency for "out/in" region.
virtual byte [] Kitware.VTK.vtkBooleanTexture.GetOutOn | ( | ) | [virtual] |
Specify intensity/transparency for "out/on" region.
virtual void Kitware.VTK.vtkBooleanTexture.GetOutOn | ( | IntPtr | data | ) | [virtual] |
Specify intensity/transparency for "out/on" region.
virtual byte [] Kitware.VTK.vtkBooleanTexture.GetOutOut | ( | ) | [virtual] |
Specify intensity/transparency for "out/out" region.
virtual void Kitware.VTK.vtkBooleanTexture.GetOutOut | ( | IntPtr | data | ) | [virtual] |
Specify intensity/transparency for "out/out" region.
virtual int Kitware.VTK.vtkBooleanTexture.GetThickness | ( | ) | [virtual] |
Set the thickness of the "on" region.
virtual int Kitware.VTK.vtkBooleanTexture.GetXSize | ( | ) | [virtual] |
Set the X texture map dimension.
virtual int Kitware.VTK.vtkBooleanTexture.GetYSize | ( | ) | [virtual] |
Set the Y texture map dimension.
override int Kitware.VTK.vtkBooleanTexture.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new int Kitware.VTK.vtkBooleanTexture.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new vtkBooleanTexture Kitware.VTK.vtkBooleanTexture.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new vtkBooleanTexture Kitware.VTK.vtkBooleanTexture.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
virtual void Kitware.VTK.vtkBooleanTexture.SetInIn | ( | byte | _arg1, |
byte | _arg2 | ||
) | [virtual] |
Specify intensity/transparency for "in/in" region.
void Kitware.VTK.vtkBooleanTexture.SetInIn | ( | IntPtr | _arg | ) |
Specify intensity/transparency for "in/in" region.
virtual void Kitware.VTK.vtkBooleanTexture.SetInOn | ( | byte | _arg1, |
byte | _arg2 | ||
) | [virtual] |
Specify intensity/transparency for "in/on" region.
void Kitware.VTK.vtkBooleanTexture.SetInOn | ( | IntPtr | _arg | ) |
Specify intensity/transparency for "in/on" region.
virtual void Kitware.VTK.vtkBooleanTexture.SetInOut | ( | byte | _arg1, |
byte | _arg2 | ||
) | [virtual] |
Specify intensity/transparency for "in/out" region.
void Kitware.VTK.vtkBooleanTexture.SetInOut | ( | IntPtr | _arg | ) |
Specify intensity/transparency for "in/out" region.
virtual void Kitware.VTK.vtkBooleanTexture.SetOnIn | ( | byte | _arg1, |
byte | _arg2 | ||
) | [virtual] |
Specify intensity/transparency for "on/in" region.
void Kitware.VTK.vtkBooleanTexture.SetOnIn | ( | IntPtr | _arg | ) |
Specify intensity/transparency for "on/in" region.
virtual void Kitware.VTK.vtkBooleanTexture.SetOnOn | ( | byte | _arg1, |
byte | _arg2 | ||
) | [virtual] |
Specify intensity/transparency for "on/on" region.
void Kitware.VTK.vtkBooleanTexture.SetOnOn | ( | IntPtr | _arg | ) |
Specify intensity/transparency for "on/on" region.
virtual void Kitware.VTK.vtkBooleanTexture.SetOnOut | ( | byte | _arg1, |
byte | _arg2 | ||
) | [virtual] |
Specify intensity/transparency for "on/out" region.
void Kitware.VTK.vtkBooleanTexture.SetOnOut | ( | IntPtr | _arg | ) |
Specify intensity/transparency for "on/out" region.
virtual void Kitware.VTK.vtkBooleanTexture.SetOutIn | ( | byte | _arg1, |
byte | _arg2 | ||
) | [virtual] |
Specify intensity/transparency for "out/in" region.
void Kitware.VTK.vtkBooleanTexture.SetOutIn | ( | IntPtr | _arg | ) |
Specify intensity/transparency for "out/in" region.
virtual void Kitware.VTK.vtkBooleanTexture.SetOutOn | ( | byte | _arg1, |
byte | _arg2 | ||
) | [virtual] |
Specify intensity/transparency for "out/on" region.
void Kitware.VTK.vtkBooleanTexture.SetOutOn | ( | IntPtr | _arg | ) |
Specify intensity/transparency for "out/on" region.
virtual void Kitware.VTK.vtkBooleanTexture.SetOutOut | ( | byte | _arg1, |
byte | _arg2 | ||
) | [virtual] |
Specify intensity/transparency for "out/out" region.
void Kitware.VTK.vtkBooleanTexture.SetOutOut | ( | IntPtr | _arg | ) |
Specify intensity/transparency for "out/out" region.
virtual void Kitware.VTK.vtkBooleanTexture.SetThickness | ( | int | _arg | ) | [virtual] |
Set the thickness of the "on" region.
virtual void Kitware.VTK.vtkBooleanTexture.SetXSize | ( | int | _arg | ) | [virtual] |
Set the X texture map dimension.
virtual void Kitware.VTK.vtkBooleanTexture.SetYSize | ( | int | _arg | ) | [virtual] |
Set the Y texture map dimension.
static internal IntPtr Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_GetInIn_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_GetInIn_02 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_GetInOn_03 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_GetInOn_04 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_GetInOut_05 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_GetInOut_06 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_GetOnIn_07 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_GetOnIn_08 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_GetOnOn_09 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_GetOnOn_10 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_GetOnOut_11 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_GetOnOut_12 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_GetOutIn_13 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_GetOutIn_14 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_GetOutOn_15 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_GetOutOn_16 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_GetOutOut_17 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_GetOutOut_18 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal int Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_GetThickness_19 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_GetXSize_20 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_GetYSize_21 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_IsA_22 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_IsTypeOf_23 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_NewInstance_25 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_SafeDownCast_26 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_SetInIn_27 | ( | HandleRef | pThis, |
byte | _arg1, | ||
byte | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_SetInIn_28 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_SetInOn_29 | ( | HandleRef | pThis, |
byte | _arg1, | ||
byte | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_SetInOn_30 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_SetInOut_31 | ( | HandleRef | pThis, |
byte | _arg1, | ||
byte | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_SetInOut_32 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_SetOnIn_33 | ( | HandleRef | pThis, |
byte | _arg1, | ||
byte | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_SetOnIn_34 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_SetOnOn_35 | ( | HandleRef | pThis, |
byte | _arg1, | ||
byte | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_SetOnOn_36 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_SetOnOut_37 | ( | HandleRef | pThis, |
byte | _arg1, | ||
byte | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_SetOnOut_38 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_SetOutIn_39 | ( | HandleRef | pThis, |
byte | _arg1, | ||
byte | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_SetOutIn_40 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_SetOutOn_41 | ( | HandleRef | pThis, |
byte | _arg1, | ||
byte | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_SetOutOn_42 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_SetOutOut_43 | ( | HandleRef | pThis, |
byte | _arg1, | ||
byte | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_SetOutOut_44 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_SetThickness_45 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_SetXSize_46 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkBooleanTexture.vtkBooleanTexture_SetYSize_47 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkBooleanTexture.MRClassNameKey = "17vtkBooleanTexture" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
new const string Kitware.VTK.vtkBooleanTexture.MRFullTypeName = "Kitware.VTK.vtkBooleanTexture" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.