ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkImageIdealLowPass Class Reference

vtkImageIdealLowPass - Simple frequency domain band pass. More...

Inheritance diagram for Kitware.VTK.vtkImageIdealLowPass:
[legend]
Collaboration diagram for Kitware.VTK.vtkImageIdealLowPass:
[legend]

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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).

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.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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

Here is the call graph for this function:

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).

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).

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]

Member Data Documentation

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.


The documentation for this class was generated from the following file: