ActiViz .NET
5.8.0
|
vtkImageGaussianSource - Create an image with Gaussian pixel values. More...
Public Member Functions | |
vtkImageGaussianSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageGaussianSource () | |
Undocumented Block. | |
virtual double[] | GetCenter () |
Set/Get the center of the Gaussian. | |
virtual void | GetCenter (ref double _arg1, ref double _arg2, ref double _arg3) |
Set/Get the center of the Gaussian. | |
virtual void | GetCenter (IntPtr _arg) |
Set/Get the center of the Gaussian. | |
virtual double | GetMaximum () |
Set/Get the Maximum value of the gaussian. | |
virtual double | GetStandardDeviation () |
Set/Get the standard deviation of the gaussian. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkImageGaussianSource | NewInstance () |
Undocumented Block. | |
virtual void | SetCenter (double _arg1, double _arg2, double _arg3) |
Set/Get the center of the Gaussian. | |
virtual void | SetCenter (IntPtr _arg) |
Set/Get the center of the Gaussian. | |
virtual void | SetMaximum (double _arg) |
Set/Get the Maximum value of the gaussian. | |
virtual void | SetStandardDeviation (double _arg) |
Set/Get the standard deviation of the gaussian. | |
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 vtkImageGaussianSource | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImageGaussianSource | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageGaussianSource" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "22vtkImageGaussianSource" |
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 | vtkImageGaussianSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageGaussianSource_GetCenter_01 (HandleRef pThis) |
static internal void | vtkImageGaussianSource_GetCenter_02 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3) |
static internal void | vtkImageGaussianSource_GetCenter_03 (HandleRef pThis, IntPtr _arg) |
static internal double | vtkImageGaussianSource_GetMaximum_04 (HandleRef pThis) |
static internal double | vtkImageGaussianSource_GetStandardDeviation_05 (HandleRef pThis) |
static internal int | vtkImageGaussianSource_IsA_06 (HandleRef pThis, string type) |
static internal int | vtkImageGaussianSource_IsTypeOf_07 (string type) |
static internal IntPtr | vtkImageGaussianSource_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageGaussianSource_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageGaussianSource_SetCenter_11 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
static internal void | vtkImageGaussianSource_SetCenter_12 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkImageGaussianSource_SetMaximum_13 (HandleRef pThis, double _arg) |
static internal void | vtkImageGaussianSource_SetStandardDeviation_14 (HandleRef pThis, double _arg) |
static internal void | vtkImageGaussianSource_SetWholeExtent_15 (HandleRef pThis, int xMinx, int xMax, int yMin, int yMax, int zMin, int zMax) |
Static Private Member Functions | |
static | vtkImageGaussianSource () |
Automatically generated type registration mechanics. |
vtkImageGaussianSource - Create an image with Gaussian pixel values.
Description vtkImageGaussianSource just produces images with pixel values determined by a Gaussian.
static Kitware.VTK.vtkImageGaussianSource.vtkImageGaussianSource | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageGaussianSource.vtkImageGaussianSource | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkImageGaussianSource.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.vtkImageGaussianSource.GetCenter | ( | ) | [virtual] |
Set/Get the center of the Gaussian.
virtual void Kitware.VTK.vtkImageGaussianSource.GetCenter | ( | ref double | _arg1, |
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [virtual] |
Set/Get the center of the Gaussian.
virtual void Kitware.VTK.vtkImageGaussianSource.GetCenter | ( | IntPtr | _arg | ) | [virtual] |
Set/Get the center of the Gaussian.
virtual double Kitware.VTK.vtkImageGaussianSource.GetMaximum | ( | ) | [virtual] |
Set/Get the Maximum value of the gaussian.
virtual double Kitware.VTK.vtkImageGaussianSource.GetStandardDeviation | ( | ) | [virtual] |
Set/Get the standard deviation of the gaussian.
override int Kitware.VTK.vtkImageGaussianSource.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new int Kitware.VTK.vtkImageGaussianSource.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new vtkImageGaussianSource Kitware.VTK.vtkImageGaussianSource.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new vtkImageGaussianSource Kitware.VTK.vtkImageGaussianSource.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
virtual void Kitware.VTK.vtkImageGaussianSource.SetCenter | ( | double | _arg1, |
double | _arg2, | ||
double | _arg3 | ||
) | [virtual] |
Set/Get the center of the Gaussian.
virtual void Kitware.VTK.vtkImageGaussianSource.SetCenter | ( | IntPtr | _arg | ) | [virtual] |
Set/Get the center of the Gaussian.
virtual void Kitware.VTK.vtkImageGaussianSource.SetMaximum | ( | double | _arg | ) | [virtual] |
Set/Get the Maximum value of the gaussian.
virtual void Kitware.VTK.vtkImageGaussianSource.SetStandardDeviation | ( | double | _arg | ) | [virtual] |
Set/Get the standard deviation of the gaussian.
void Kitware.VTK.vtkImageGaussianSource.SetWholeExtent | ( | int | xMinx, |
int | xMax, | ||
int | yMin, | ||
int | yMax, | ||
int | zMin, | ||
int | zMax | ||
) |
Set/Get the extent of the whole output image.
static internal IntPtr Kitware.VTK.vtkImageGaussianSource.vtkImageGaussianSource_GetCenter_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageGaussianSource.vtkImageGaussianSource_GetCenter_02 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageGaussianSource.vtkImageGaussianSource_GetCenter_03 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal double Kitware.VTK.vtkImageGaussianSource.vtkImageGaussianSource_GetMaximum_04 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkImageGaussianSource.vtkImageGaussianSource_GetStandardDeviation_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageGaussianSource.vtkImageGaussianSource_IsA_06 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageGaussianSource.vtkImageGaussianSource_IsTypeOf_07 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageGaussianSource.vtkImageGaussianSource_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageGaussianSource.vtkImageGaussianSource_NewInstance_09 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageGaussianSource.vtkImageGaussianSource_SafeDownCast_10 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageGaussianSource.vtkImageGaussianSource_SetCenter_11 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageGaussianSource.vtkImageGaussianSource_SetCenter_12 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageGaussianSource.vtkImageGaussianSource_SetMaximum_13 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageGaussianSource.vtkImageGaussianSource_SetStandardDeviation_14 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageGaussianSource.vtkImageGaussianSource_SetWholeExtent_15 | ( | HandleRef | pThis, |
int | xMinx, | ||
int | xMax, | ||
int | yMin, | ||
int | yMax, | ||
int | zMin, | ||
int | zMax | ||
) | [private] |
new readonly string Kitware.VTK.vtkImageGaussianSource.MRClassNameKey = "22vtkImageGaussianSource" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
new const string Kitware.VTK.vtkImageGaussianSource.MRFullTypeName = "Kitware.VTK.vtkImageGaussianSource" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.