ActiViz .NET
5.8.0
|
vtkImageIdealLowPass - Simple frequency domain band pass. More...
Public Member Functions | |
vtkImageIdealLowPass (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageIdealLowPass () | |
Undocumented Block. | |
virtual double[] | GetCutOff () |
Set/Get the cutoff frequency for each axis. The values are specified in the order X, Y, Z, Time. Units: Cycles per world unit (as defined by the data spacing). | |
virtual void | GetCutOff (ref double _arg1, ref double _arg2, ref double _arg3) |
Set/Get the cutoff frequency for each axis. The values are specified in the order X, Y, Z, Time. Units: Cycles per world unit (as defined by the data spacing). | |
virtual void | GetCutOff (IntPtr _arg) |
Set/Get the cutoff frequency for each axis. The values are specified in the order X, Y, Z, Time. Units: Cycles per world unit (as defined by the data spacing). | |
double | GetXCutOff () |
Set/Get the cutoff frequency for each axis. The values are specified in the order X, Y, Z, Time. Units: Cycles per world unit (as defined by the data spacing). | |
double | GetYCutOff () |
Set/Get the cutoff frequency for each axis. The values are specified in the order X, Y, Z, Time. Units: Cycles per world unit (as defined by the data spacing). | |
double | GetZCutOff () |
Set/Get the cutoff frequency for each axis. The values are specified in the order X, Y, Z, Time. Units: Cycles per world unit (as defined by the data spacing). | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkImageIdealLowPass | NewInstance () |
Undocumented Block. | |
virtual void | SetCutOff (double _arg1, double _arg2, double _arg3) |
Set/Get the cutoff frequency for each axis. The values are specified in the order X, Y, Z, Time. Units: Cycles per world unit (as defined by the data spacing). | |
virtual void | SetCutOff (IntPtr _arg) |
Set/Get the cutoff frequency for each axis. The values are specified in the order X, Y, Z, Time. Units: Cycles per world unit (as defined by the data spacing). | |
void | SetCutOff (double v) |
Set/Get the cutoff frequency for each axis. The values are specified in the order X, Y, Z, Time. Units: Cycles per world unit (as defined by the data spacing). | |
void | SetXCutOff (double v) |
Set/Get the cutoff frequency for each axis. The values are specified in the order X, Y, Z, Time. Units: Cycles per world unit (as defined by the data spacing). | |
void | SetYCutOff (double v) |
Set/Get the cutoff frequency for each axis. The values are specified in the order X, Y, Z, Time. Units: Cycles per world unit (as defined by the data spacing). | |
void | SetZCutOff (double v) |
Set/Get the cutoff frequency for each axis. The values are specified in the order X, Y, Z, Time. Units: Cycles per world unit (as defined by the data spacing). | |
Static Public Member Functions | |
static new vtkImageIdealLowPass | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImageIdealLowPass | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageIdealLowPass" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "20vtkImageIdealLowPass" |
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 | vtkImageIdealLowPass_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageIdealLowPass_GetCutOff_01 (HandleRef pThis) |
static internal void | vtkImageIdealLowPass_GetCutOff_02 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3) |
static internal void | vtkImageIdealLowPass_GetCutOff_03 (HandleRef pThis, IntPtr _arg) |
static internal double | vtkImageIdealLowPass_GetXCutOff_04 (HandleRef pThis) |
static internal double | vtkImageIdealLowPass_GetYCutOff_05 (HandleRef pThis) |
static internal double | vtkImageIdealLowPass_GetZCutOff_06 (HandleRef pThis) |
static internal int | vtkImageIdealLowPass_IsA_07 (HandleRef pThis, string type) |
static internal int | vtkImageIdealLowPass_IsTypeOf_08 (string type) |
static internal IntPtr | vtkImageIdealLowPass_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageIdealLowPass_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageIdealLowPass_SetCutOff_12 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
static internal void | vtkImageIdealLowPass_SetCutOff_13 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkImageIdealLowPass_SetCutOff_14 (HandleRef pThis, double v) |
static internal void | vtkImageIdealLowPass_SetXCutOff_15 (HandleRef pThis, double v) |
static internal void | vtkImageIdealLowPass_SetYCutOff_16 (HandleRef pThis, double v) |
static internal void | vtkImageIdealLowPass_SetZCutOff_17 (HandleRef pThis, double v) |
Static Private Member Functions | |
static | vtkImageIdealLowPass () |
Automatically generated type registration mechanics. |
vtkImageIdealLowPass - Simple frequency domain band pass.
Description This filter only works on an image after it has been converted to frequency domain by a vtkImageFFT filter. A vtkImageRFFT filter can be used to convert the output back into the spatial domain. vtkImageIdealLowPass just sets a portion of the image to zero. The result is an image with a lot of ringing. Input and Output must be doubles. Dimensionality is set when the axes are set. Defaults to 2D on X and Y axes.
static Kitware.VTK.vtkImageIdealLowPass.vtkImageIdealLowPass | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageIdealLowPass.vtkImageIdealLowPass | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkImageIdealLowPass.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.vtkImageIdealLowPass.GetCutOff | ( | ) | [virtual] |
Set/Get the cutoff frequency for each axis. The values are specified in the order X, Y, Z, Time. Units: Cycles per world unit (as defined by the data spacing).
virtual void Kitware.VTK.vtkImageIdealLowPass.GetCutOff | ( | ref double | _arg1, |
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [virtual] |
Set/Get the cutoff frequency for each axis. The values are specified in the order X, Y, Z, Time. Units: Cycles per world unit (as defined by the data spacing).
virtual void Kitware.VTK.vtkImageIdealLowPass.GetCutOff | ( | IntPtr | _arg | ) | [virtual] |
Set/Get the cutoff frequency for each axis. The values are specified in the order X, Y, Z, Time. Units: Cycles per world unit (as defined by the data spacing).
double Kitware.VTK.vtkImageIdealLowPass.GetXCutOff | ( | ) |
Set/Get the cutoff frequency for each axis. The values are specified in the order X, Y, Z, Time. Units: Cycles per world unit (as defined by the data spacing).
double Kitware.VTK.vtkImageIdealLowPass.GetYCutOff | ( | ) |
Set/Get the cutoff frequency for each axis. The values are specified in the order X, Y, Z, Time. Units: Cycles per world unit (as defined by the data spacing).
double Kitware.VTK.vtkImageIdealLowPass.GetZCutOff | ( | ) |
Set/Get the cutoff frequency for each axis. The values are specified in the order X, Y, Z, Time. Units: Cycles per world unit (as defined by the data spacing).
override int Kitware.VTK.vtkImageIdealLowPass.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new int Kitware.VTK.vtkImageIdealLowPass.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new vtkImageIdealLowPass Kitware.VTK.vtkImageIdealLowPass.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new vtkImageIdealLowPass Kitware.VTK.vtkImageIdealLowPass.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
virtual void Kitware.VTK.vtkImageIdealLowPass.SetCutOff | ( | double | _arg1, |
double | _arg2, | ||
double | _arg3 | ||
) | [virtual] |
Set/Get the cutoff frequency for each axis. The values are specified in the order X, Y, Z, Time. Units: Cycles per world unit (as defined by the data spacing).
virtual void Kitware.VTK.vtkImageIdealLowPass.SetCutOff | ( | IntPtr | _arg | ) | [virtual] |
Set/Get the cutoff frequency for each axis. The values are specified in the order X, Y, Z, Time. Units: Cycles per world unit (as defined by the data spacing).
void Kitware.VTK.vtkImageIdealLowPass.SetCutOff | ( | double | v | ) |
Set/Get the cutoff frequency for each axis. The values are specified in the order X, Y, Z, Time. Units: Cycles per world unit (as defined by the data spacing).
void Kitware.VTK.vtkImageIdealLowPass.SetXCutOff | ( | double | v | ) |
Set/Get the cutoff frequency for each axis. The values are specified in the order X, Y, Z, Time. Units: Cycles per world unit (as defined by the data spacing).
void Kitware.VTK.vtkImageIdealLowPass.SetYCutOff | ( | double | v | ) |
Set/Get the cutoff frequency for each axis. The values are specified in the order X, Y, Z, Time. Units: Cycles per world unit (as defined by the data spacing).
void Kitware.VTK.vtkImageIdealLowPass.SetZCutOff | ( | double | v | ) |
Set/Get the cutoff frequency for each axis. The values are specified in the order X, Y, Z, Time. Units: Cycles per world unit (as defined by the data spacing).
static internal IntPtr Kitware.VTK.vtkImageIdealLowPass.vtkImageIdealLowPass_GetCutOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageIdealLowPass.vtkImageIdealLowPass_GetCutOff_02 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageIdealLowPass.vtkImageIdealLowPass_GetCutOff_03 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal double Kitware.VTK.vtkImageIdealLowPass.vtkImageIdealLowPass_GetXCutOff_04 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkImageIdealLowPass.vtkImageIdealLowPass_GetYCutOff_05 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkImageIdealLowPass.vtkImageIdealLowPass_GetZCutOff_06 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageIdealLowPass.vtkImageIdealLowPass_IsA_07 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageIdealLowPass.vtkImageIdealLowPass_IsTypeOf_08 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageIdealLowPass.vtkImageIdealLowPass_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageIdealLowPass.vtkImageIdealLowPass_NewInstance_10 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageIdealLowPass.vtkImageIdealLowPass_SafeDownCast_11 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageIdealLowPass.vtkImageIdealLowPass_SetCutOff_12 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageIdealLowPass.vtkImageIdealLowPass_SetCutOff_13 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageIdealLowPass.vtkImageIdealLowPass_SetCutOff_14 | ( | HandleRef | pThis, |
double | v | ||
) | [private] |
static internal void Kitware.VTK.vtkImageIdealLowPass.vtkImageIdealLowPass_SetXCutOff_15 | ( | HandleRef | pThis, |
double | v | ||
) | [private] |
static internal void Kitware.VTK.vtkImageIdealLowPass.vtkImageIdealLowPass_SetYCutOff_16 | ( | HandleRef | pThis, |
double | v | ||
) | [private] |
static internal void Kitware.VTK.vtkImageIdealLowPass.vtkImageIdealLowPass_SetZCutOff_17 | ( | HandleRef | pThis, |
double | v | ||
) | [private] |
new readonly string Kitware.VTK.vtkImageIdealLowPass.MRClassNameKey = "20vtkImageIdealLowPass" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
new const string Kitware.VTK.vtkImageIdealLowPass.MRFullTypeName = "Kitware.VTK.vtkImageIdealLowPass" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.