ActiViz .NET
5.8.0
|
vtkImageNoiseSource - Create an image filled with noise. More...
Public Member Functions | |
vtkImageNoiseSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageNoiseSource () | |
Undocumented Block. | |
virtual double | GetMaximum () |
Set/Get the minimum and maximum values for the generated noise. | |
virtual double | GetMinimum () |
Set/Get the minimum and maximum values for the generated noise. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkImageNoiseSource | NewInstance () |
Undocumented Block. | |
virtual void | SetMaximum (double _arg) |
Set/Get the minimum and maximum values for the generated noise. | |
virtual void | SetMinimum (double _arg) |
Set/Get the minimum and maximum values for the generated noise. | |
void | SetWholeExtent (int xMinx, int xMax, int yMin, int yMax, int zMin, int zMax) |
Set how large of an image to generate. | |
void | SetWholeExtent (IntPtr ext) |
Set how large of an image to generate. | |
Static Public Member Functions | |
static new vtkImageNoiseSource | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImageNoiseSource | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageNoiseSource" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "19vtkImageNoiseSource" |
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 | vtkImageNoiseSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal double | vtkImageNoiseSource_GetMaximum_01 (HandleRef pThis) |
static internal double | vtkImageNoiseSource_GetMinimum_02 (HandleRef pThis) |
static internal int | vtkImageNoiseSource_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkImageNoiseSource_IsTypeOf_04 (string type) |
static internal IntPtr | vtkImageNoiseSource_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageNoiseSource_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageNoiseSource_SetMaximum_08 (HandleRef pThis, double _arg) |
static internal void | vtkImageNoiseSource_SetMinimum_09 (HandleRef pThis, double _arg) |
static internal void | vtkImageNoiseSource_SetWholeExtent_10 (HandleRef pThis, int xMinx, int xMax, int yMin, int yMax, int zMin, int zMax) |
static internal void | vtkImageNoiseSource_SetWholeExtent_11 (HandleRef pThis, IntPtr ext) |
Static Private Member Functions | |
static | vtkImageNoiseSource () |
Automatically generated type registration mechanics. |
vtkImageNoiseSource - Create an image filled with noise.
Description vtkImageNoiseSource just produces images filled with noise. The only option now is uniform noise specified by a min and a max. There is one major problem with this source. Every time it executes, it will output different pixel values. This has important implications when a stream requests overlapping regions. The same pixels will have different values on different updates.
static Kitware.VTK.vtkImageNoiseSource.vtkImageNoiseSource | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageNoiseSource.vtkImageNoiseSource | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkImageNoiseSource.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.vtkImageNoiseSource.GetMaximum | ( | ) | [virtual] |
Set/Get the minimum and maximum values for the generated noise.
virtual double Kitware.VTK.vtkImageNoiseSource.GetMinimum | ( | ) | [virtual] |
Set/Get the minimum and maximum values for the generated noise.
override int Kitware.VTK.vtkImageNoiseSource.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new int Kitware.VTK.vtkImageNoiseSource.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new vtkImageNoiseSource Kitware.VTK.vtkImageNoiseSource.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new vtkImageNoiseSource Kitware.VTK.vtkImageNoiseSource.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
virtual void Kitware.VTK.vtkImageNoiseSource.SetMaximum | ( | double | _arg | ) | [virtual] |
Set/Get the minimum and maximum values for the generated noise.
virtual void Kitware.VTK.vtkImageNoiseSource.SetMinimum | ( | double | _arg | ) | [virtual] |
Set/Get the minimum and maximum values for the generated noise.
void Kitware.VTK.vtkImageNoiseSource.SetWholeExtent | ( | int | xMinx, |
int | xMax, | ||
int | yMin, | ||
int | yMax, | ||
int | zMin, | ||
int | zMax | ||
) |
Set how large of an image to generate.
void Kitware.VTK.vtkImageNoiseSource.SetWholeExtent | ( | IntPtr | ext | ) |
Set how large of an image to generate.
static internal double Kitware.VTK.vtkImageNoiseSource.vtkImageNoiseSource_GetMaximum_01 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkImageNoiseSource.vtkImageNoiseSource_GetMinimum_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageNoiseSource.vtkImageNoiseSource_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageNoiseSource.vtkImageNoiseSource_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageNoiseSource.vtkImageNoiseSource_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageNoiseSource.vtkImageNoiseSource_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageNoiseSource.vtkImageNoiseSource_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageNoiseSource.vtkImageNoiseSource_SetMaximum_08 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageNoiseSource.vtkImageNoiseSource_SetMinimum_09 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageNoiseSource.vtkImageNoiseSource_SetWholeExtent_10 | ( | HandleRef | pThis, |
int | xMinx, | ||
int | xMax, | ||
int | yMin, | ||
int | yMax, | ||
int | zMin, | ||
int | zMax | ||
) | [private] |
static internal void Kitware.VTK.vtkImageNoiseSource.vtkImageNoiseSource_SetWholeExtent_11 | ( | HandleRef | pThis, |
IntPtr | ext | ||
) | [private] |
new readonly string Kitware.VTK.vtkImageNoiseSource.MRClassNameKey = "19vtkImageNoiseSource" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
new const string Kitware.VTK.vtkImageNoiseSource.MRFullTypeName = "Kitware.VTK.vtkImageNoiseSource" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.