|
ActiViz .NET
5.8.0
|
vtkImageSinusoidSource - Create an image with sinusoidal pixel values. More...
Public Member Functions | |
| vtkImageSinusoidSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkImageSinusoidSource () | |
| Undocumented Block. | |
| virtual double | GetAmplitude () |
| Set/Get the magnitude of the sinusoid. | |
| virtual double[] | GetDirection () |
| Set/Get the direction vector which determines the sinusoidal orientation. The magnitude is ignored. | |
| virtual void | GetDirection (ref double _arg1, ref double _arg2, ref double _arg3) |
| Set/Get the direction vector which determines the sinusoidal orientation. The magnitude is ignored. | |
| virtual void | GetDirection (IntPtr _arg) |
| Set/Get the direction vector which determines the sinusoidal orientation. The magnitude is ignored. | |
| virtual double | GetPeriod () |
| Set/Get the period of the sinusoid in pixels. | |
| virtual double | GetPhase () |
| Set/Get the phase: 0->2Pi. 0 => Cosine, pi/2 => Sine. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkImageSinusoidSource | NewInstance () |
| Undocumented Block. | |
| virtual void | SetAmplitude (double _arg) |
| Set/Get the magnitude of the sinusoid. | |
| void | SetDirection (double arg0, double arg1, double arg2) |
| Set/Get the direction vector which determines the sinusoidal orientation. The magnitude is ignored. | |
| void | SetDirection (IntPtr dir) |
| Set/Get the direction vector which determines the sinusoidal orientation. The magnitude is ignored. | |
| virtual void | SetPeriod (double _arg) |
| Set/Get the period of the sinusoid in pixels. | |
| virtual void | SetPhase (double _arg) |
| Set/Get the phase: 0->2Pi. 0 => Cosine, pi/2 => Sine. | |
| void | SetWholeExtent (int xMinx, int xMax, int yMin, int yMax, int zMin, int zMax) |
| Set/Get the extent of the whole output image. | |
Static Public Member Functions | |
| static new vtkImageSinusoidSource | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkImageSinusoidSource | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkImageSinusoidSource" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "22vtkImageSinusoidSource" |
| 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 | vtkImageSinusoidSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal double | vtkImageSinusoidSource_GetAmplitude_01 (HandleRef pThis) |
| static internal IntPtr | vtkImageSinusoidSource_GetDirection_02 (HandleRef pThis) |
| static internal void | vtkImageSinusoidSource_GetDirection_03 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3) |
| static internal void | vtkImageSinusoidSource_GetDirection_04 (HandleRef pThis, IntPtr _arg) |
| static internal double | vtkImageSinusoidSource_GetPeriod_05 (HandleRef pThis) |
| static internal double | vtkImageSinusoidSource_GetPhase_06 (HandleRef pThis) |
| static internal int | vtkImageSinusoidSource_IsA_07 (HandleRef pThis, string type) |
| static internal int | vtkImageSinusoidSource_IsTypeOf_08 (string type) |
| static internal IntPtr | vtkImageSinusoidSource_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkImageSinusoidSource_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkImageSinusoidSource_SetAmplitude_12 (HandleRef pThis, double _arg) |
| static internal void | vtkImageSinusoidSource_SetDirection_13 (HandleRef pThis, double arg0, double arg1, double arg2) |
| static internal void | vtkImageSinusoidSource_SetDirection_14 (HandleRef pThis, IntPtr dir) |
| static internal void | vtkImageSinusoidSource_SetPeriod_15 (HandleRef pThis, double _arg) |
| static internal void | vtkImageSinusoidSource_SetPhase_16 (HandleRef pThis, double _arg) |
| static internal void | vtkImageSinusoidSource_SetWholeExtent_17 (HandleRef pThis, int xMinx, int xMax, int yMin, int yMax, int zMin, int zMax) |
Static Private Member Functions | |
| static | vtkImageSinusoidSource () |
| Automatically generated type registration mechanics. | |
vtkImageSinusoidSource - Create an image with sinusoidal pixel values.
Description vtkImageSinusoidSource just produces images with pixel values determined by a sinusoid.
| static Kitware.VTK.vtkImageSinusoidSource.vtkImageSinusoidSource | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkImageSinusoidSource.vtkImageSinusoidSource | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkImageSinusoidSource.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 double Kitware.VTK.vtkImageSinusoidSource.GetAmplitude | ( | ) | [virtual] |
Set/Get the magnitude of the sinusoid.
| virtual double [] Kitware.VTK.vtkImageSinusoidSource.GetDirection | ( | ) | [virtual] |
Set/Get the direction vector which determines the sinusoidal orientation. The magnitude is ignored.
| virtual void Kitware.VTK.vtkImageSinusoidSource.GetDirection | ( | ref double | _arg1, |
| ref double | _arg2, | ||
| ref double | _arg3 | ||
| ) | [virtual] |
Set/Get the direction vector which determines the sinusoidal orientation. The magnitude is ignored.
| virtual void Kitware.VTK.vtkImageSinusoidSource.GetDirection | ( | IntPtr | _arg | ) | [virtual] |
Set/Get the direction vector which determines the sinusoidal orientation. The magnitude is ignored.
| virtual double Kitware.VTK.vtkImageSinusoidSource.GetPeriod | ( | ) | [virtual] |
Set/Get the period of the sinusoid in pixels.
| virtual double Kitware.VTK.vtkImageSinusoidSource.GetPhase | ( | ) | [virtual] |
Set/Get the phase: 0->2Pi. 0 => Cosine, pi/2 => Sine.
| override int Kitware.VTK.vtkImageSinusoidSource.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
| static new int Kitware.VTK.vtkImageSinusoidSource.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
| static new vtkImageSinusoidSource Kitware.VTK.vtkImageSinusoidSource.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
| static new vtkImageSinusoidSource Kitware.VTK.vtkImageSinusoidSource.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
| virtual void Kitware.VTK.vtkImageSinusoidSource.SetAmplitude | ( | double | _arg | ) | [virtual] |
Set/Get the magnitude of the sinusoid.
| void Kitware.VTK.vtkImageSinusoidSource.SetDirection | ( | double | arg0, |
| double | arg1, | ||
| double | arg2 | ||
| ) |
Set/Get the direction vector which determines the sinusoidal orientation. The magnitude is ignored.
| void Kitware.VTK.vtkImageSinusoidSource.SetDirection | ( | IntPtr | dir | ) |
Set/Get the direction vector which determines the sinusoidal orientation. The magnitude is ignored.
| virtual void Kitware.VTK.vtkImageSinusoidSource.SetPeriod | ( | double | _arg | ) | [virtual] |
Set/Get the period of the sinusoid in pixels.
| virtual void Kitware.VTK.vtkImageSinusoidSource.SetPhase | ( | double | _arg | ) | [virtual] |
Set/Get the phase: 0->2Pi. 0 => Cosine, pi/2 => Sine.
| void Kitware.VTK.vtkImageSinusoidSource.SetWholeExtent | ( | int | xMinx, |
| int | xMax, | ||
| int | yMin, | ||
| int | yMax, | ||
| int | zMin, | ||
| int | zMax | ||
| ) |
Set/Get the extent of the whole output image.
| static internal double Kitware.VTK.vtkImageSinusoidSource.vtkImageSinusoidSource_GetAmplitude_01 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkImageSinusoidSource.vtkImageSinusoidSource_GetDirection_02 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkImageSinusoidSource.vtkImageSinusoidSource_GetDirection_03 | ( | HandleRef | pThis, |
| ref double | _arg1, | ||
| ref double | _arg2, | ||
| ref double | _arg3 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImageSinusoidSource.vtkImageSinusoidSource_GetDirection_04 | ( | HandleRef | pThis, |
| IntPtr | _arg | ||
| ) | [private] |
| static internal double Kitware.VTK.vtkImageSinusoidSource.vtkImageSinusoidSource_GetPeriod_05 | ( | HandleRef | pThis | ) | [private] |
| static internal double Kitware.VTK.vtkImageSinusoidSource.vtkImageSinusoidSource_GetPhase_06 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkImageSinusoidSource.vtkImageSinusoidSource_IsA_07 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkImageSinusoidSource.vtkImageSinusoidSource_IsTypeOf_08 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkImageSinusoidSource.vtkImageSinusoidSource_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkImageSinusoidSource.vtkImageSinusoidSource_NewInstance_10 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkImageSinusoidSource.vtkImageSinusoidSource_SafeDownCast_11 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImageSinusoidSource.vtkImageSinusoidSource_SetAmplitude_12 | ( | HandleRef | pThis, |
| double | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImageSinusoidSource.vtkImageSinusoidSource_SetDirection_13 | ( | HandleRef | pThis, |
| double | arg0, | ||
| double | arg1, | ||
| double | arg2 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImageSinusoidSource.vtkImageSinusoidSource_SetDirection_14 | ( | HandleRef | pThis, |
| IntPtr | dir | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImageSinusoidSource.vtkImageSinusoidSource_SetPeriod_15 | ( | HandleRef | pThis, |
| double | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImageSinusoidSource.vtkImageSinusoidSource_SetPhase_16 | ( | HandleRef | pThis, |
| double | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImageSinusoidSource.vtkImageSinusoidSource_SetWholeExtent_17 | ( | HandleRef | pThis, |
| int | xMinx, | ||
| int | xMax, | ||
| int | yMin, | ||
| int | yMax, | ||
| int | zMin, | ||
| int | zMax | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkImageSinusoidSource.MRClassNameKey = "22vtkImageSinusoidSource" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
| new const string Kitware.VTK.vtkImageSinusoidSource.MRFullTypeName = "Kitware.VTK.vtkImageSinusoidSource" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
1.7.6.1