ActiViz .NET
5.8.0
|
vtkImageEllipsoidSource - Create a binary image of an ellipsoid. More...
Public Member Functions | |
vtkImageEllipsoidSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageEllipsoidSource () | |
Undocumented Block. | |
virtual double[] | GetCenter () |
Set/Get the center of the ellipsoid. | |
virtual void | GetCenter (ref double _arg1, ref double _arg2, ref double _arg3) |
Set/Get the center of the ellipsoid. | |
virtual void | GetCenter (IntPtr _arg) |
Set/Get the center of the ellipsoid. | |
virtual double | GetInValue () |
Set/Get the inside pixel values. | |
virtual double | GetOutValue () |
Set/Get the outside pixel values. | |
virtual int | GetOutputScalarType () |
Set what type of scalar data this source should generate. | |
virtual double[] | GetRadius () |
Set/Get the radius of the ellipsoid. | |
virtual void | GetRadius (ref double _arg1, ref double _arg2, ref double _arg3) |
Set/Get the radius of the ellipsoid. | |
virtual void | GetRadius (IntPtr _arg) |
Set/Get the radius of the ellipsoid. | |
void | GetWholeExtent (IntPtr extent) |
Set/Get the extent of the whole output image. | |
int[] | GetWholeExtent () |
Set/Get the extent of the whole output image. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkImageEllipsoidSource | NewInstance () |
Undocumented Block. | |
virtual void | SetCenter (double _arg1, double _arg2, double _arg3) |
Set/Get the center of the ellipsoid. | |
virtual void | SetCenter (IntPtr _arg) |
Set/Get the center of the ellipsoid. | |
virtual void | SetInValue (double _arg) |
Set/Get the inside pixel values. | |
virtual void | SetOutValue (double _arg) |
Set/Get the outside pixel values. | |
virtual void | SetOutputScalarType (int _arg) |
Set what type of scalar data this source should generate. | |
void | SetOutputScalarTypeToChar () |
Set what type of scalar data this source should generate. | |
void | SetOutputScalarTypeToDouble () |
Set what type of scalar data this source should generate. | |
void | SetOutputScalarTypeToFloat () |
Set what type of scalar data this source should generate. | |
void | SetOutputScalarTypeToInt () |
Set what type of scalar data this source should generate. | |
void | SetOutputScalarTypeToLong () |
Set what type of scalar data this source should generate. | |
void | SetOutputScalarTypeToShort () |
Set what type of scalar data this source should generate. | |
void | SetOutputScalarTypeToUnsignedChar () |
Set what type of scalar data this source should generate. | |
void | SetOutputScalarTypeToUnsignedInt () |
Set what type of scalar data this source should generate. | |
void | SetOutputScalarTypeToUnsignedLong () |
Set what type of scalar data this source should generate. | |
void | SetOutputScalarTypeToUnsignedShort () |
Set what type of scalar data this source should generate. | |
virtual void | SetRadius (double _arg1, double _arg2, double _arg3) |
Set/Get the radius of the ellipsoid. | |
virtual void | SetRadius (IntPtr _arg) |
Set/Get the radius of the ellipsoid. | |
void | SetWholeExtent (IntPtr extent) |
Set/Get the extent of the whole output image. | |
void | SetWholeExtent (int minX, int maxX, int minY, int maxY, int minZ, int maxZ) |
Set/Get the extent of the whole output image. | |
Static Public Member Functions | |
static new vtkImageEllipsoidSource | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImageEllipsoidSource | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageEllipsoidSource" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "23vtkImageEllipsoidSource" |
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 | vtkImageEllipsoidSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageEllipsoidSource_GetCenter_01 (HandleRef pThis) |
static internal void | vtkImageEllipsoidSource_GetCenter_02 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3) |
static internal void | vtkImageEllipsoidSource_GetCenter_03 (HandleRef pThis, IntPtr _arg) |
static internal double | vtkImageEllipsoidSource_GetInValue_04 (HandleRef pThis) |
static internal double | vtkImageEllipsoidSource_GetOutValue_05 (HandleRef pThis) |
static internal int | vtkImageEllipsoidSource_GetOutputScalarType_06 (HandleRef pThis) |
static internal IntPtr | vtkImageEllipsoidSource_GetRadius_07 (HandleRef pThis) |
static internal void | vtkImageEllipsoidSource_GetRadius_08 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3) |
static internal void | vtkImageEllipsoidSource_GetRadius_09 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkImageEllipsoidSource_GetWholeExtent_10 (HandleRef pThis, IntPtr extent) |
static internal IntPtr | vtkImageEllipsoidSource_GetWholeExtent_11 (HandleRef pThis) |
static internal int | vtkImageEllipsoidSource_IsA_12 (HandleRef pThis, string type) |
static internal int | vtkImageEllipsoidSource_IsTypeOf_13 (string type) |
static internal IntPtr | vtkImageEllipsoidSource_NewInstance_15 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageEllipsoidSource_SafeDownCast_16 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageEllipsoidSource_SetCenter_17 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
static internal void | vtkImageEllipsoidSource_SetCenter_18 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkImageEllipsoidSource_SetInValue_19 (HandleRef pThis, double _arg) |
static internal void | vtkImageEllipsoidSource_SetOutValue_20 (HandleRef pThis, double _arg) |
static internal void | vtkImageEllipsoidSource_SetOutputScalarType_21 (HandleRef pThis, int _arg) |
static internal void | vtkImageEllipsoidSource_SetOutputScalarTypeToChar_22 (HandleRef pThis) |
static internal void | vtkImageEllipsoidSource_SetOutputScalarTypeToDouble_23 (HandleRef pThis) |
static internal void | vtkImageEllipsoidSource_SetOutputScalarTypeToFloat_24 (HandleRef pThis) |
static internal void | vtkImageEllipsoidSource_SetOutputScalarTypeToInt_25 (HandleRef pThis) |
static internal void | vtkImageEllipsoidSource_SetOutputScalarTypeToLong_26 (HandleRef pThis) |
static internal void | vtkImageEllipsoidSource_SetOutputScalarTypeToShort_27 (HandleRef pThis) |
static internal void | vtkImageEllipsoidSource_SetOutputScalarTypeToUnsignedChar_28 (HandleRef pThis) |
static internal void | vtkImageEllipsoidSource_SetOutputScalarTypeToUnsignedInt_29 (HandleRef pThis) |
static internal void | vtkImageEllipsoidSource_SetOutputScalarTypeToUnsignedLong_30 (HandleRef pThis) |
static internal void | vtkImageEllipsoidSource_SetOutputScalarTypeToUnsignedShort_31 (HandleRef pThis) |
static internal void | vtkImageEllipsoidSource_SetRadius_32 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
static internal void | vtkImageEllipsoidSource_SetRadius_33 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkImageEllipsoidSource_SetWholeExtent_34 (HandleRef pThis, IntPtr extent) |
static internal void | vtkImageEllipsoidSource_SetWholeExtent_35 (HandleRef pThis, int minX, int maxX, int minY, int maxY, int minZ, int maxZ) |
Static Private Member Functions | |
static | vtkImageEllipsoidSource () |
Automatically generated type registration mechanics. |
vtkImageEllipsoidSource - Create a binary image of an ellipsoid.
Description vtkImageEllipsoidSource creates a binary image of a ellipsoid. It was created as an example of a simple source, and to test the mask filter. It is also used internally in vtkImageDilateErode3D.
static Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkImageEllipsoidSource.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.vtkImageEllipsoidSource.GetCenter | ( | ) | [virtual] |
Set/Get the center of the ellipsoid.
virtual void Kitware.VTK.vtkImageEllipsoidSource.GetCenter | ( | ref double | _arg1, |
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [virtual] |
Set/Get the center of the ellipsoid.
virtual void Kitware.VTK.vtkImageEllipsoidSource.GetCenter | ( | IntPtr | _arg | ) | [virtual] |
Set/Get the center of the ellipsoid.
virtual double Kitware.VTK.vtkImageEllipsoidSource.GetInValue | ( | ) | [virtual] |
Set/Get the inside pixel values.
virtual int Kitware.VTK.vtkImageEllipsoidSource.GetOutputScalarType | ( | ) | [virtual] |
Set what type of scalar data this source should generate.
virtual double Kitware.VTK.vtkImageEllipsoidSource.GetOutValue | ( | ) | [virtual] |
Set/Get the outside pixel values.
virtual double [] Kitware.VTK.vtkImageEllipsoidSource.GetRadius | ( | ) | [virtual] |
Set/Get the radius of the ellipsoid.
virtual void Kitware.VTK.vtkImageEllipsoidSource.GetRadius | ( | ref double | _arg1, |
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [virtual] |
Set/Get the radius of the ellipsoid.
virtual void Kitware.VTK.vtkImageEllipsoidSource.GetRadius | ( | IntPtr | _arg | ) | [virtual] |
Set/Get the radius of the ellipsoid.
void Kitware.VTK.vtkImageEllipsoidSource.GetWholeExtent | ( | IntPtr | extent | ) |
Set/Get the extent of the whole output image.
Set/Get the extent of the whole output image.
override int Kitware.VTK.vtkImageEllipsoidSource.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new int Kitware.VTK.vtkImageEllipsoidSource.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new vtkImageEllipsoidSource Kitware.VTK.vtkImageEllipsoidSource.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new vtkImageEllipsoidSource Kitware.VTK.vtkImageEllipsoidSource.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
virtual void Kitware.VTK.vtkImageEllipsoidSource.SetCenter | ( | double | _arg1, |
double | _arg2, | ||
double | _arg3 | ||
) | [virtual] |
Set/Get the center of the ellipsoid.
virtual void Kitware.VTK.vtkImageEllipsoidSource.SetCenter | ( | IntPtr | _arg | ) | [virtual] |
Set/Get the center of the ellipsoid.
virtual void Kitware.VTK.vtkImageEllipsoidSource.SetInValue | ( | double | _arg | ) | [virtual] |
Set/Get the inside pixel values.
virtual void Kitware.VTK.vtkImageEllipsoidSource.SetOutputScalarType | ( | int | _arg | ) | [virtual] |
Set what type of scalar data this source should generate.
Set what type of scalar data this source should generate.
Set what type of scalar data this source should generate.
Set what type of scalar data this source should generate.
Set what type of scalar data this source should generate.
Set what type of scalar data this source should generate.
Set what type of scalar data this source should generate.
Set what type of scalar data this source should generate.
Set what type of scalar data this source should generate.
Set what type of scalar data this source should generate.
Set what type of scalar data this source should generate.
virtual void Kitware.VTK.vtkImageEllipsoidSource.SetOutValue | ( | double | _arg | ) | [virtual] |
Set/Get the outside pixel values.
virtual void Kitware.VTK.vtkImageEllipsoidSource.SetRadius | ( | double | _arg1, |
double | _arg2, | ||
double | _arg3 | ||
) | [virtual] |
Set/Get the radius of the ellipsoid.
virtual void Kitware.VTK.vtkImageEllipsoidSource.SetRadius | ( | IntPtr | _arg | ) | [virtual] |
Set/Get the radius of the ellipsoid.
void Kitware.VTK.vtkImageEllipsoidSource.SetWholeExtent | ( | IntPtr | extent | ) |
Set/Get the extent of the whole output image.
void Kitware.VTK.vtkImageEllipsoidSource.SetWholeExtent | ( | int | minX, |
int | maxX, | ||
int | minY, | ||
int | maxY, | ||
int | minZ, | ||
int | maxZ | ||
) |
Set/Get the extent of the whole output image.
static internal IntPtr Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_GetCenter_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_GetCenter_02 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_GetCenter_03 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal double Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_GetInValue_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_GetOutputScalarType_06 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_GetOutValue_05 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_GetRadius_07 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_GetRadius_08 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_GetRadius_09 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_GetWholeExtent_10 | ( | HandleRef | pThis, |
IntPtr | extent | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_GetWholeExtent_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_IsA_12 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_IsTypeOf_13 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_NewInstance_15 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_SafeDownCast_16 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_SetCenter_17 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_SetCenter_18 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_SetInValue_19 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_SetOutputScalarType_21 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_SetOutputScalarTypeToChar_22 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_SetOutputScalarTypeToDouble_23 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_SetOutputScalarTypeToFloat_24 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_SetOutputScalarTypeToInt_25 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_SetOutputScalarTypeToLong_26 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_SetOutputScalarTypeToShort_27 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_SetOutputScalarTypeToUnsignedChar_28 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_SetOutputScalarTypeToUnsignedInt_29 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_SetOutputScalarTypeToUnsignedLong_30 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_SetOutputScalarTypeToUnsignedShort_31 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_SetOutValue_20 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_SetRadius_32 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_SetRadius_33 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_SetWholeExtent_34 | ( | HandleRef | pThis, |
IntPtr | extent | ||
) | [private] |
static internal void Kitware.VTK.vtkImageEllipsoidSource.vtkImageEllipsoidSource_SetWholeExtent_35 | ( | HandleRef | pThis, |
int | minX, | ||
int | maxX, | ||
int | minY, | ||
int | maxY, | ||
int | minZ, | ||
int | maxZ | ||
) | [private] |
new readonly string Kitware.VTK.vtkImageEllipsoidSource.MRClassNameKey = "23vtkImageEllipsoidSource" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
new const string Kitware.VTK.vtkImageEllipsoidSource.MRFullTypeName = "Kitware.VTK.vtkImageEllipsoidSource" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.