ActiViz .NET
5.8.0
|
vtkImageButterworthHighPass - Frequency domain high pass. More...
Public Member Functions | |
vtkImageButterworthHighPass (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageButterworthHighPass () | |
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). | |
virtual int | GetOrder () |
The order determines sharpness of the cutoff curve. | |
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 vtkImageButterworthHighPass | 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). | |
virtual void | SetOrder (int _arg) |
The order determines sharpness of the cutoff curve. | |
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 vtkImageButterworthHighPass | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImageButterworthHighPass | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageButterworthHighPass" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "27vtkImageButterworthHighPass" |
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 | vtkImageButterworthHighPass_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageButterworthHighPass_GetCutOff_01 (HandleRef pThis) |
static internal void | vtkImageButterworthHighPass_GetCutOff_02 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3) |
static internal void | vtkImageButterworthHighPass_GetCutOff_03 (HandleRef pThis, IntPtr _arg) |
static internal int | vtkImageButterworthHighPass_GetOrder_04 (HandleRef pThis) |
static internal double | vtkImageButterworthHighPass_GetXCutOff_05 (HandleRef pThis) |
static internal double | vtkImageButterworthHighPass_GetYCutOff_06 (HandleRef pThis) |
static internal double | vtkImageButterworthHighPass_GetZCutOff_07 (HandleRef pThis) |
static internal int | vtkImageButterworthHighPass_IsA_08 (HandleRef pThis, string type) |
static internal int | vtkImageButterworthHighPass_IsTypeOf_09 (string type) |
static internal IntPtr | vtkImageButterworthHighPass_NewInstance_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageButterworthHighPass_SafeDownCast_12 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageButterworthHighPass_SetCutOff_13 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
static internal void | vtkImageButterworthHighPass_SetCutOff_14 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkImageButterworthHighPass_SetCutOff_15 (HandleRef pThis, double v) |
static internal void | vtkImageButterworthHighPass_SetOrder_16 (HandleRef pThis, int _arg) |
static internal void | vtkImageButterworthHighPass_SetXCutOff_17 (HandleRef pThis, double v) |
static internal void | vtkImageButterworthHighPass_SetYCutOff_18 (HandleRef pThis, double v) |
static internal void | vtkImageButterworthHighPass_SetZCutOff_19 (HandleRef pThis, double v) |
Static Private Member Functions | |
static | vtkImageButterworthHighPass () |
Automatically generated type registration mechanics. |
vtkImageButterworthHighPass - Frequency domain high 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. vtkImageButterworthHighPass the frequency components around 0 are attenuated. Input and output are in doubles, with two components (complex numbers). out(i, j) = 1 / (1 + pow(CutOff/Freq(i,j), 2*Order));
static Kitware.VTK.vtkImageButterworthHighPass.vtkImageButterworthHighPass | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageButterworthHighPass.vtkImageButterworthHighPass | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkImageButterworthHighPass.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.vtkImageButterworthHighPass.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.vtkImageButterworthHighPass.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.vtkImageButterworthHighPass.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).
virtual int Kitware.VTK.vtkImageButterworthHighPass.GetOrder | ( | ) | [virtual] |
The order determines sharpness of the cutoff curve.
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).
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).
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.vtkImageButterworthHighPass.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new int Kitware.VTK.vtkImageButterworthHighPass.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new vtkImageButterworthHighPass Kitware.VTK.vtkImageButterworthHighPass.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new vtkImageButterworthHighPass Kitware.VTK.vtkImageButterworthHighPass.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
virtual void Kitware.VTK.vtkImageButterworthHighPass.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.vtkImageButterworthHighPass.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.vtkImageButterworthHighPass.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).
virtual void Kitware.VTK.vtkImageButterworthHighPass.SetOrder | ( | int | _arg | ) | [virtual] |
The order determines sharpness of the cutoff curve.
void Kitware.VTK.vtkImageButterworthHighPass.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.vtkImageButterworthHighPass.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.vtkImageButterworthHighPass.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.vtkImageButterworthHighPass.vtkImageButterworthHighPass_GetCutOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageButterworthHighPass.vtkImageButterworthHighPass_GetCutOff_02 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageButterworthHighPass.vtkImageButterworthHighPass_GetCutOff_03 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal int Kitware.VTK.vtkImageButterworthHighPass.vtkImageButterworthHighPass_GetOrder_04 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkImageButterworthHighPass.vtkImageButterworthHighPass_GetXCutOff_05 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkImageButterworthHighPass.vtkImageButterworthHighPass_GetYCutOff_06 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkImageButterworthHighPass.vtkImageButterworthHighPass_GetZCutOff_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageButterworthHighPass.vtkImageButterworthHighPass_IsA_08 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageButterworthHighPass.vtkImageButterworthHighPass_IsTypeOf_09 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageButterworthHighPass.vtkImageButterworthHighPass_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageButterworthHighPass.vtkImageButterworthHighPass_NewInstance_11 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageButterworthHighPass.vtkImageButterworthHighPass_SafeDownCast_12 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageButterworthHighPass.vtkImageButterworthHighPass_SetCutOff_13 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageButterworthHighPass.vtkImageButterworthHighPass_SetCutOff_14 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageButterworthHighPass.vtkImageButterworthHighPass_SetCutOff_15 | ( | HandleRef | pThis, |
double | v | ||
) | [private] |
static internal void Kitware.VTK.vtkImageButterworthHighPass.vtkImageButterworthHighPass_SetOrder_16 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageButterworthHighPass.vtkImageButterworthHighPass_SetXCutOff_17 | ( | HandleRef | pThis, |
double | v | ||
) | [private] |
static internal void Kitware.VTK.vtkImageButterworthHighPass.vtkImageButterworthHighPass_SetYCutOff_18 | ( | HandleRef | pThis, |
double | v | ||
) | [private] |
static internal void Kitware.VTK.vtkImageButterworthHighPass.vtkImageButterworthHighPass_SetZCutOff_19 | ( | HandleRef | pThis, |
double | v | ||
) | [private] |
new readonly string Kitware.VTK.vtkImageButterworthHighPass.MRClassNameKey = "27vtkImageButterworthHighPass" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
new const string Kitware.VTK.vtkImageButterworthHighPass.MRFullTypeName = "Kitware.VTK.vtkImageButterworthHighPass" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.