ActiViz .NET
5.8.0
|
vtkRTAnalyticSource - Create an image for regression testing More...
Public Member Functions | |
vtkRTAnalyticSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkRTAnalyticSource () | |
Undocumented Block. | |
virtual double[] | GetCenter () |
Set/Get the center of function. Initial value is {0.0,0.0,0.0}. | |
virtual void | GetCenter (ref double _arg1, ref double _arg2, ref double _arg3) |
Set/Get the center of function. Initial value is {0.0,0.0,0.0}. | |
virtual void | GetCenter (IntPtr _arg) |
Set/Get the center of function. Initial value is {0.0,0.0,0.0}. | |
virtual double | GetMaximum () |
Set/Get the Maximum value of the function. Initial value is 255.0. | |
virtual double | GetStandardDeviation () |
Set/Get the standard deviation of the function. Initial value is 0.5. | |
virtual int | GetSubsampleRate () |
Set/Get the sub-sample rate. Initial value is 1. | |
virtual int[] | GetWholeExtent () |
Set/Get the extent of the whole output image. Initial value is {-10,10,-10,10,-10,10}. | |
virtual void | GetWholeExtent (ref int _arg1, ref int _arg2, ref int _arg3, ref int _arg4, ref int _arg5, ref int _arg6) |
Set/Get the extent of the whole output image. Initial value is {-10,10,-10,10,-10,10}. | |
virtual void | GetWholeExtent (IntPtr _arg) |
Set/Get the extent of the whole output image. Initial value is {-10,10,-10,10,-10,10}. | |
virtual double | GetXFreq () |
Set/Get the natural frequency in x. Initial value is 60. | |
virtual double | GetXMag () |
Set/Get the magnitude in x. Initial value is 10. | |
virtual double | GetYFreq () |
Set/Get the natural frequency in y. Initial value is 30. | |
virtual double | GetYMag () |
Set/Get the magnitude in y. Initial value is 18. | |
virtual double | GetZFreq () |
Set/Get the natural frequency in z. Initial value is 40. | |
virtual double | GetZMag () |
Set/Get the magnitude in z. Initial value is 5. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkRTAnalyticSource | NewInstance () |
Undocumented Block. | |
virtual void | SetCenter (double _arg1, double _arg2, double _arg3) |
Set/Get the center of function. Initial value is {0.0,0.0,0.0}. | |
virtual void | SetCenter (IntPtr _arg) |
Set/Get the center of function. Initial value is {0.0,0.0,0.0}. | |
virtual void | SetMaximum (double _arg) |
Set/Get the Maximum value of the function. Initial value is 255.0. | |
virtual void | SetStandardDeviation (double _arg) |
Set/Get the standard deviation of the function. Initial value is 0.5. | |
virtual void | SetSubsampleRate (int _arg) |
Set/Get the sub-sample rate. Initial value is 1. | |
void | SetWholeExtent (int xMinx, int xMax, int yMin, int yMax, int zMin, int zMax) |
Set/Get the extent of the whole output image. Initial value is {-10,10,-10,10,-10,10}. | |
virtual void | SetXFreq (double _arg) |
Set/Get the natural frequency in x. Initial value is 60. | |
virtual void | SetXMag (double _arg) |
Set/Get the magnitude in x. Initial value is 10. | |
virtual void | SetYFreq (double _arg) |
Set/Get the natural frequency in y. Initial value is 30. | |
virtual void | SetYMag (double _arg) |
Set/Get the magnitude in y. Initial value is 18. | |
virtual void | SetZFreq (double _arg) |
Set/Get the natural frequency in z. Initial value is 40. | |
virtual void | SetZMag (double _arg) |
Set/Get the magnitude in z. Initial value is 5. | |
Static Public Member Functions | |
static new vtkRTAnalyticSource | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkRTAnalyticSource | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkRTAnalyticSource" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "19vtkRTAnalyticSource" |
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 | vtkRTAnalyticSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkRTAnalyticSource_GetCenter_01 (HandleRef pThis) |
static internal void | vtkRTAnalyticSource_GetCenter_02 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3) |
static internal void | vtkRTAnalyticSource_GetCenter_03 (HandleRef pThis, IntPtr _arg) |
static internal double | vtkRTAnalyticSource_GetMaximum_04 (HandleRef pThis) |
static internal double | vtkRTAnalyticSource_GetStandardDeviation_05 (HandleRef pThis) |
static internal int | vtkRTAnalyticSource_GetSubsampleRate_06 (HandleRef pThis) |
static internal IntPtr | vtkRTAnalyticSource_GetWholeExtent_07 (HandleRef pThis) |
static internal void | vtkRTAnalyticSource_GetWholeExtent_08 (HandleRef pThis, ref int _arg1, ref int _arg2, ref int _arg3, ref int _arg4, ref int _arg5, ref int _arg6) |
static internal void | vtkRTAnalyticSource_GetWholeExtent_09 (HandleRef pThis, IntPtr _arg) |
static internal double | vtkRTAnalyticSource_GetXFreq_10 (HandleRef pThis) |
static internal double | vtkRTAnalyticSource_GetXMag_11 (HandleRef pThis) |
static internal double | vtkRTAnalyticSource_GetYFreq_12 (HandleRef pThis) |
static internal double | vtkRTAnalyticSource_GetYMag_13 (HandleRef pThis) |
static internal double | vtkRTAnalyticSource_GetZFreq_14 (HandleRef pThis) |
static internal double | vtkRTAnalyticSource_GetZMag_15 (HandleRef pThis) |
static internal int | vtkRTAnalyticSource_IsA_16 (HandleRef pThis, string type) |
static internal int | vtkRTAnalyticSource_IsTypeOf_17 (string type) |
static internal IntPtr | vtkRTAnalyticSource_NewInstance_19 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkRTAnalyticSource_SafeDownCast_20 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkRTAnalyticSource_SetCenter_21 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
static internal void | vtkRTAnalyticSource_SetCenter_22 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkRTAnalyticSource_SetMaximum_23 (HandleRef pThis, double _arg) |
static internal void | vtkRTAnalyticSource_SetStandardDeviation_24 (HandleRef pThis, double _arg) |
static internal void | vtkRTAnalyticSource_SetSubsampleRate_25 (HandleRef pThis, int _arg) |
static internal void | vtkRTAnalyticSource_SetWholeExtent_26 (HandleRef pThis, int xMinx, int xMax, int yMin, int yMax, int zMin, int zMax) |
static internal void | vtkRTAnalyticSource_SetXFreq_27 (HandleRef pThis, double _arg) |
static internal void | vtkRTAnalyticSource_SetXMag_28 (HandleRef pThis, double _arg) |
static internal void | vtkRTAnalyticSource_SetYFreq_29 (HandleRef pThis, double _arg) |
static internal void | vtkRTAnalyticSource_SetYMag_30 (HandleRef pThis, double _arg) |
static internal void | vtkRTAnalyticSource_SetZFreq_31 (HandleRef pThis, double _arg) |
static internal void | vtkRTAnalyticSource_SetZMag_32 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
static | vtkRTAnalyticSource () |
Automatically generated type registration mechanics. |
vtkRTAnalyticSource - Create an image for regression testing
Description vtkRTAnalyticSource just produces images with pixel values determined by a Maximum*Gaussian*XMag*sin(XFreq*x)*sin(YFreq*y)*cos(ZFreq*z) Values are float scalars on point data with name "RTData".
static Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkRTAnalyticSource.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.vtkRTAnalyticSource.GetCenter | ( | ) | [virtual] |
Set/Get the center of function. Initial value is {0.0,0.0,0.0}.
virtual void Kitware.VTK.vtkRTAnalyticSource.GetCenter | ( | ref double | _arg1, |
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [virtual] |
Set/Get the center of function. Initial value is {0.0,0.0,0.0}.
virtual void Kitware.VTK.vtkRTAnalyticSource.GetCenter | ( | IntPtr | _arg | ) | [virtual] |
Set/Get the center of function. Initial value is {0.0,0.0,0.0}.
virtual double Kitware.VTK.vtkRTAnalyticSource.GetMaximum | ( | ) | [virtual] |
Set/Get the Maximum value of the function. Initial value is 255.0.
virtual double Kitware.VTK.vtkRTAnalyticSource.GetStandardDeviation | ( | ) | [virtual] |
Set/Get the standard deviation of the function. Initial value is 0.5.
virtual int Kitware.VTK.vtkRTAnalyticSource.GetSubsampleRate | ( | ) | [virtual] |
Set/Get the sub-sample rate. Initial value is 1.
virtual int [] Kitware.VTK.vtkRTAnalyticSource.GetWholeExtent | ( | ) | [virtual] |
Set/Get the extent of the whole output image. Initial value is {-10,10,-10,10,-10,10}.
virtual void Kitware.VTK.vtkRTAnalyticSource.GetWholeExtent | ( | ref int | _arg1, |
ref int | _arg2, | ||
ref int | _arg3, | ||
ref int | _arg4, | ||
ref int | _arg5, | ||
ref int | _arg6 | ||
) | [virtual] |
Set/Get the extent of the whole output image. Initial value is {-10,10,-10,10,-10,10}.
virtual void Kitware.VTK.vtkRTAnalyticSource.GetWholeExtent | ( | IntPtr | _arg | ) | [virtual] |
Set/Get the extent of the whole output image. Initial value is {-10,10,-10,10,-10,10}.
virtual double Kitware.VTK.vtkRTAnalyticSource.GetXFreq | ( | ) | [virtual] |
Set/Get the natural frequency in x. Initial value is 60.
virtual double Kitware.VTK.vtkRTAnalyticSource.GetXMag | ( | ) | [virtual] |
Set/Get the magnitude in x. Initial value is 10.
virtual double Kitware.VTK.vtkRTAnalyticSource.GetYFreq | ( | ) | [virtual] |
Set/Get the natural frequency in y. Initial value is 30.
virtual double Kitware.VTK.vtkRTAnalyticSource.GetYMag | ( | ) | [virtual] |
Set/Get the magnitude in y. Initial value is 18.
virtual double Kitware.VTK.vtkRTAnalyticSource.GetZFreq | ( | ) | [virtual] |
Set/Get the natural frequency in z. Initial value is 40.
virtual double Kitware.VTK.vtkRTAnalyticSource.GetZMag | ( | ) | [virtual] |
Set/Get the magnitude in z. Initial value is 5.
override int Kitware.VTK.vtkRTAnalyticSource.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new int Kitware.VTK.vtkRTAnalyticSource.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new vtkRTAnalyticSource Kitware.VTK.vtkRTAnalyticSource.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new vtkRTAnalyticSource Kitware.VTK.vtkRTAnalyticSource.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
virtual void Kitware.VTK.vtkRTAnalyticSource.SetCenter | ( | double | _arg1, |
double | _arg2, | ||
double | _arg3 | ||
) | [virtual] |
Set/Get the center of function. Initial value is {0.0,0.0,0.0}.
virtual void Kitware.VTK.vtkRTAnalyticSource.SetCenter | ( | IntPtr | _arg | ) | [virtual] |
Set/Get the center of function. Initial value is {0.0,0.0,0.0}.
virtual void Kitware.VTK.vtkRTAnalyticSource.SetMaximum | ( | double | _arg | ) | [virtual] |
Set/Get the Maximum value of the function. Initial value is 255.0.
virtual void Kitware.VTK.vtkRTAnalyticSource.SetStandardDeviation | ( | double | _arg | ) | [virtual] |
Set/Get the standard deviation of the function. Initial value is 0.5.
virtual void Kitware.VTK.vtkRTAnalyticSource.SetSubsampleRate | ( | int | _arg | ) | [virtual] |
Set/Get the sub-sample rate. Initial value is 1.
void Kitware.VTK.vtkRTAnalyticSource.SetWholeExtent | ( | int | xMinx, |
int | xMax, | ||
int | yMin, | ||
int | yMax, | ||
int | zMin, | ||
int | zMax | ||
) |
Set/Get the extent of the whole output image. Initial value is {-10,10,-10,10,-10,10}.
virtual void Kitware.VTK.vtkRTAnalyticSource.SetXFreq | ( | double | _arg | ) | [virtual] |
Set/Get the natural frequency in x. Initial value is 60.
virtual void Kitware.VTK.vtkRTAnalyticSource.SetXMag | ( | double | _arg | ) | [virtual] |
Set/Get the magnitude in x. Initial value is 10.
virtual void Kitware.VTK.vtkRTAnalyticSource.SetYFreq | ( | double | _arg | ) | [virtual] |
Set/Get the natural frequency in y. Initial value is 30.
virtual void Kitware.VTK.vtkRTAnalyticSource.SetYMag | ( | double | _arg | ) | [virtual] |
Set/Get the magnitude in y. Initial value is 18.
virtual void Kitware.VTK.vtkRTAnalyticSource.SetZFreq | ( | double | _arg | ) | [virtual] |
Set/Get the natural frequency in z. Initial value is 40.
virtual void Kitware.VTK.vtkRTAnalyticSource.SetZMag | ( | double | _arg | ) | [virtual] |
Set/Get the magnitude in z. Initial value is 5.
static internal IntPtr Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource_GetCenter_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource_GetCenter_02 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource_GetCenter_03 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal double Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource_GetMaximum_04 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource_GetStandardDeviation_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource_GetSubsampleRate_06 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource_GetWholeExtent_07 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource_GetWholeExtent_08 | ( | HandleRef | pThis, |
ref int | _arg1, | ||
ref int | _arg2, | ||
ref int | _arg3, | ||
ref int | _arg4, | ||
ref int | _arg5, | ||
ref int | _arg6 | ||
) | [private] |
static internal void Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource_GetWholeExtent_09 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal double Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource_GetXFreq_10 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource_GetXMag_11 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource_GetYFreq_12 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource_GetYMag_13 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource_GetZFreq_14 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource_GetZMag_15 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource_IsA_16 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource_IsTypeOf_17 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource_NewInstance_19 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource_SafeDownCast_20 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource_SetCenter_21 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource_SetCenter_22 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource_SetMaximum_23 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource_SetStandardDeviation_24 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource_SetSubsampleRate_25 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource_SetWholeExtent_26 | ( | HandleRef | pThis, |
int | xMinx, | ||
int | xMax, | ||
int | yMin, | ||
int | yMax, | ||
int | zMin, | ||
int | zMax | ||
) | [private] |
static internal void Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource_SetXFreq_27 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource_SetXMag_28 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource_SetYFreq_29 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource_SetYMag_30 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource_SetZFreq_31 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkRTAnalyticSource.vtkRTAnalyticSource_SetZMag_32 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkRTAnalyticSource.MRClassNameKey = "19vtkRTAnalyticSource" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
new const string Kitware.VTK.vtkRTAnalyticSource.MRFullTypeName = "Kitware.VTK.vtkRTAnalyticSource" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.