ActiViz .NET
5.8.0
|
vtkImageMask - Combines a mask and an image. More...
Public Member Functions | |
vtkImageMask (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageMask () | |
Undocumented Block. | |
virtual double | GetMaskAlpha () |
Set/Get the alpha blending value for the mask The input image is assumed to be at alpha = 1.0 and the mask image uses this alpha to blend using an over operator. | |
virtual double | GetMaskAlphaMaxValue () |
Set/Get the alpha blending value for the mask The input image is assumed to be at alpha = 1.0 and the mask image uses this alpha to blend using an over operator. | |
virtual double | GetMaskAlphaMinValue () |
Set/Get the alpha blending value for the mask The input image is assumed to be at alpha = 1.0 and the mask image uses this alpha to blend using an over operator. | |
IntPtr | GetMaskedOutputValue () |
SetGet the value of the output pixel replaced by mask. | |
int | GetMaskedOutputValueLength () |
SetGet the value of the output pixel replaced by mask. | |
virtual int | GetNotMask () |
When Not Mask is on, the mask is passed through a boolean not before it is used to mask the image. The effect is to pass the pixels where the input mask is zero, and replace the pixels where the input value is non zero. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkImageMask | NewInstance () |
Undocumented Block. | |
virtual void | NotMaskOff () |
When Not Mask is on, the mask is passed through a boolean not before it is used to mask the image. The effect is to pass the pixels where the input mask is zero, and replace the pixels where the input value is non zero. | |
virtual void | NotMaskOn () |
When Not Mask is on, the mask is passed through a boolean not before it is used to mask the image. The effect is to pass the pixels where the input mask is zero, and replace the pixels where the input value is non zero. | |
void | SetImageInput (vtkImageData arg0) |
Set the input to be masked. | |
virtual void | SetInput1 (vtkDataObject arg0) |
Set the two inputs to this filter. | |
virtual void | SetInput2 (vtkDataObject arg0) |
Set the two inputs to this filter. | |
virtual void | SetMaskAlpha (double _arg) |
Set/Get the alpha blending value for the mask The input image is assumed to be at alpha = 1.0 and the mask image uses this alpha to blend using an over operator. | |
void | SetMaskInput (vtkImageData arg0) |
Set the mask to be used. | |
void | SetMaskedOutputValue (int num, IntPtr v) |
SetGet the value of the output pixel replaced by mask. | |
void | SetMaskedOutputValue (double v) |
SetGet the value of the output pixel replaced by mask. | |
void | SetMaskedOutputValue (double v1, double v2) |
SetGet the value of the output pixel replaced by mask. | |
void | SetMaskedOutputValue (double v1, double v2, double v3) |
SetGet the value of the output pixel replaced by mask. | |
virtual void | SetNotMask (int _arg) |
When Not Mask is on, the mask is passed through a boolean not before it is used to mask the image. The effect is to pass the pixels where the input mask is zero, and replace the pixels where the input value is non zero. | |
Static Public Member Functions | |
static new vtkImageMask | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImageMask | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageMask" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "12vtkImageMask" |
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 | vtkImageMask_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal double | vtkImageMask_GetMaskAlpha_01 (HandleRef pThis) |
static internal double | vtkImageMask_GetMaskAlphaMaxValue_02 (HandleRef pThis) |
static internal double | vtkImageMask_GetMaskAlphaMinValue_03 (HandleRef pThis) |
static internal IntPtr | vtkImageMask_GetMaskedOutputValue_04 (HandleRef pThis) |
static internal int | vtkImageMask_GetMaskedOutputValueLength_05 (HandleRef pThis) |
static internal int | vtkImageMask_GetNotMask_06 (HandleRef pThis) |
static internal int | vtkImageMask_IsA_07 (HandleRef pThis, string type) |
static internal int | vtkImageMask_IsTypeOf_08 (string type) |
static internal IntPtr | vtkImageMask_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageMask_NotMaskOff_11 (HandleRef pThis) |
static internal void | vtkImageMask_NotMaskOn_12 (HandleRef pThis) |
static internal IntPtr | vtkImageMask_SafeDownCast_13 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageMask_SetImageInput_14 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkImageMask_SetInput1_15 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkImageMask_SetInput2_16 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkImageMask_SetMaskAlpha_17 (HandleRef pThis, double _arg) |
static internal void | vtkImageMask_SetMaskInput_18 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkImageMask_SetMaskedOutputValue_19 (HandleRef pThis, int num, IntPtr v) |
static internal void | vtkImageMask_SetMaskedOutputValue_20 (HandleRef pThis, double v) |
static internal void | vtkImageMask_SetMaskedOutputValue_21 (HandleRef pThis, double v1, double v2) |
static internal void | vtkImageMask_SetMaskedOutputValue_22 (HandleRef pThis, double v1, double v2, double v3) |
static internal void | vtkImageMask_SetNotMask_23 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkImageMask () |
Automatically generated type registration mechanics. |
vtkImageMask - Combines a mask and an image.
Description vtkImageMask combines a mask with an image. Non zero mask implies the output pixel will be the same as the image. If a mask pixel is zero, then the output pixel is set to "MaskedValue". The filter also has the option to pass the mask through a boolean not operation before processing the image. This reverses the passed and replaced pixels. The two inputs should have the same "WholeExtent". The mask input should be unsigned char, and the image scalar type is the same as the output scalar type.
static Kitware.VTK.vtkImageMask.vtkImageMask | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageMask.vtkImageMask | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkImageMask.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 double Kitware.VTK.vtkImageMask.GetMaskAlpha | ( | ) | [virtual] |
Set/Get the alpha blending value for the mask The input image is assumed to be at alpha = 1.0 and the mask image uses this alpha to blend using an over operator.
virtual double Kitware.VTK.vtkImageMask.GetMaskAlphaMaxValue | ( | ) | [virtual] |
Set/Get the alpha blending value for the mask The input image is assumed to be at alpha = 1.0 and the mask image uses this alpha to blend using an over operator.
virtual double Kitware.VTK.vtkImageMask.GetMaskAlphaMinValue | ( | ) | [virtual] |
Set/Get the alpha blending value for the mask The input image is assumed to be at alpha = 1.0 and the mask image uses this alpha to blend using an over operator.
SetGet the value of the output pixel replaced by mask.
SetGet the value of the output pixel replaced by mask.
virtual int Kitware.VTK.vtkImageMask.GetNotMask | ( | ) | [virtual] |
When Not Mask is on, the mask is passed through a boolean not before it is used to mask the image. The effect is to pass the pixels where the input mask is zero, and replace the pixels where the input value is non zero.
override int Kitware.VTK.vtkImageMask.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new int Kitware.VTK.vtkImageMask.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new vtkImageMask Kitware.VTK.vtkImageMask.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
virtual void Kitware.VTK.vtkImageMask.NotMaskOff | ( | ) | [virtual] |
When Not Mask is on, the mask is passed through a boolean not before it is used to mask the image. The effect is to pass the pixels where the input mask is zero, and replace the pixels where the input value is non zero.
virtual void Kitware.VTK.vtkImageMask.NotMaskOn | ( | ) | [virtual] |
When Not Mask is on, the mask is passed through a boolean not before it is used to mask the image. The effect is to pass the pixels where the input mask is zero, and replace the pixels where the input value is non zero.
static new vtkImageMask Kitware.VTK.vtkImageMask.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
void Kitware.VTK.vtkImageMask.SetImageInput | ( | vtkImageData | arg0 | ) |
Set the input to be masked.
virtual void Kitware.VTK.vtkImageMask.SetInput1 | ( | vtkDataObject | arg0 | ) | [virtual] |
Set the two inputs to this filter.
virtual void Kitware.VTK.vtkImageMask.SetInput2 | ( | vtkDataObject | arg0 | ) | [virtual] |
Set the two inputs to this filter.
virtual void Kitware.VTK.vtkImageMask.SetMaskAlpha | ( | double | _arg | ) | [virtual] |
Set/Get the alpha blending value for the mask The input image is assumed to be at alpha = 1.0 and the mask image uses this alpha to blend using an over operator.
void Kitware.VTK.vtkImageMask.SetMaskedOutputValue | ( | int | num, |
IntPtr | v | ||
) |
SetGet the value of the output pixel replaced by mask.
void Kitware.VTK.vtkImageMask.SetMaskedOutputValue | ( | double | v | ) |
SetGet the value of the output pixel replaced by mask.
void Kitware.VTK.vtkImageMask.SetMaskedOutputValue | ( | double | v1, |
double | v2 | ||
) |
SetGet the value of the output pixel replaced by mask.
void Kitware.VTK.vtkImageMask.SetMaskedOutputValue | ( | double | v1, |
double | v2, | ||
double | v3 | ||
) |
SetGet the value of the output pixel replaced by mask.
void Kitware.VTK.vtkImageMask.SetMaskInput | ( | vtkImageData | arg0 | ) |
Set the mask to be used.
virtual void Kitware.VTK.vtkImageMask.SetNotMask | ( | int | _arg | ) | [virtual] |
When Not Mask is on, the mask is passed through a boolean not before it is used to mask the image. The effect is to pass the pixels where the input mask is zero, and replace the pixels where the input value is non zero.
static internal double Kitware.VTK.vtkImageMask.vtkImageMask_GetMaskAlpha_01 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkImageMask.vtkImageMask_GetMaskAlphaMaxValue_02 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkImageMask.vtkImageMask_GetMaskAlphaMinValue_03 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageMask.vtkImageMask_GetMaskedOutputValue_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageMask.vtkImageMask_GetMaskedOutputValueLength_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageMask.vtkImageMask_GetNotMask_06 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageMask.vtkImageMask_IsA_07 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageMask.vtkImageMask_IsTypeOf_08 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageMask.vtkImageMask_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageMask.vtkImageMask_NewInstance_10 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageMask.vtkImageMask_NotMaskOff_11 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageMask.vtkImageMask_NotMaskOn_12 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageMask.vtkImageMask_SafeDownCast_13 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageMask.vtkImageMask_SetImageInput_14 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageMask.vtkImageMask_SetInput1_15 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageMask.vtkImageMask_SetInput2_16 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageMask.vtkImageMask_SetMaskAlpha_17 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageMask.vtkImageMask_SetMaskedOutputValue_19 | ( | HandleRef | pThis, |
int | num, | ||
IntPtr | v | ||
) | [private] |
static internal void Kitware.VTK.vtkImageMask.vtkImageMask_SetMaskedOutputValue_20 | ( | HandleRef | pThis, |
double | v | ||
) | [private] |
static internal void Kitware.VTK.vtkImageMask.vtkImageMask_SetMaskedOutputValue_21 | ( | HandleRef | pThis, |
double | v1, | ||
double | v2 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageMask.vtkImageMask_SetMaskedOutputValue_22 | ( | HandleRef | pThis, |
double | v1, | ||
double | v2, | ||
double | v3 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageMask.vtkImageMask_SetMaskInput_18 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageMask.vtkImageMask_SetNotMask_23 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkImageMask.MRClassNameKey = "12vtkImageMask" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
new const string Kitware.VTK.vtkImageMask.MRFullTypeName = "Kitware.VTK.vtkImageMask" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.