ActiViz .NET
5.8.0
|
vtkHyperOctreeFractalSource - Create an octree from a fractal. hyperoctree More...
Public Member Functions | |
vtkHyperOctreeFractalSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkHyperOctreeFractalSource () | |
Undocumented Block. | |
virtual int | GetDimension () |
Create a 2D or 3D fractal. | |
virtual int | GetDimensionMaxValue () |
Create a 2D or 3D fractal. | |
virtual int | GetDimensionMinValue () |
Create a 2D or 3D fractal. | |
int | GetMaximumLevel () |
Return the maximum number of levels of the hyperoctree. | |
virtual byte | GetMaximumNumberOfIterations () |
The maximum number of cycles run to see if the value goes over 2. | |
virtual ushort | GetMaximumNumberOfIterationsMaxValue () |
The maximum number of cycles run to see if the value goes over 2. | |
virtual ushort | GetMaximumNumberOfIterationsMinValue () |
The maximum number of cycles run to see if the value goes over 2. | |
int | GetMinimumLevel () |
Return the minimal number of levels of systematic subdivision. | |
virtual double[] | GetOriginCX () |
Imaginary and real value for C (constant in equation) and X (initial value). | |
virtual void | GetOriginCX (ref double _arg1, ref double _arg2, ref double _arg3, ref double _arg4) |
Imaginary and real value for C (constant in equation) and X (initial value). | |
virtual void | GetOriginCX (IntPtr _arg) |
Imaginary and real value for C (constant in equation) and X (initial value). | |
virtual int[] | GetProjectionAxes () |
Set the projection from the 4D space (4 parameters / 2 imaginary numbers) to the axes of the 3D Volume. 0=C_Real, 1=C_Imaginary, 2=X_Real, 4=X_Imaginary. | |
virtual void | GetProjectionAxes (ref int _arg1, ref int _arg2, ref int _arg3) |
Set the projection from the 4D space (4 parameters / 2 imaginary numbers) to the axes of the 3D Volume. 0=C_Real, 1=C_Imaginary, 2=X_Real, 4=X_Imaginary. | |
virtual void | GetProjectionAxes (IntPtr _arg) |
Set the projection from the 4D space (4 parameters / 2 imaginary numbers) to the axes of the 3D Volume. 0=C_Real, 1=C_Imaginary, 2=X_Real, 4=X_Imaginary. | |
virtual double[] | GetSizeCX () |
Just a different way of setting the sample. This sets the size of the 4D volume. SampleCX is computed from size and extent. Size is ignored when a dimension i 0 (collapsed). | |
virtual void | GetSizeCX (ref double _arg1, ref double _arg2, ref double _arg3, ref double _arg4) |
Just a different way of setting the sample. This sets the size of the 4D volume. SampleCX is computed from size and extent. Size is ignored when a dimension i 0 (collapsed). | |
virtual void | GetSizeCX (IntPtr _arg) |
Just a different way of setting the sample. This sets the size of the 4D volume. SampleCX is computed from size and extent. Size is ignored when a dimension i 0 (collapsed). | |
virtual double | GetSpanThreshold () |
Controls when a leaf gets subdivided. If the corner values span a larger range than this value, the leaf is subdivided. This defaults to 2. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkHyperOctreeFractalSource | NewInstance () |
Undocumented Block. | |
virtual void | SetDimension (int _arg) |
Create a 2D or 3D fractal. | |
void | SetMaximumLevel (int levels) |
Set the maximum number of levels of the hyperoctree. If GetMinLevels()>=levels, GetMinLevels() is changed to levels-1. | |
virtual void | SetMaximumNumberOfIterations (ushort _arg) |
The maximum number of cycles run to see if the value goes over 2. | |
void | SetMinimumLevel (int level) |
Return the minimal number of levels of systematic subdivision. | |
virtual void | SetOriginCX (double _arg1, double _arg2, double _arg3, double _arg4) |
Imaginary and real value for C (constant in equation) and X (initial value). | |
virtual void | SetOriginCX (IntPtr _arg) |
Imaginary and real value for C (constant in equation) and X (initial value). | |
void | SetProjectionAxes (int x, int y, int z) |
Set the projection from the 4D space (4 parameters / 2 imaginary numbers) to the axes of the 3D Volume. 0=C_Real, 1=C_Imaginary, 2=X_Real, 4=X_Imaginary. | |
void | SetProjectionAxes (IntPtr a) |
Set the projection from the 4D space (4 parameters / 2 imaginary numbers) to the axes of the 3D Volume. 0=C_Real, 1=C_Imaginary, 2=X_Real, 4=X_Imaginary. | |
virtual void | SetSizeCX (double _arg1, double _arg2, double _arg3, double _arg4) |
Just a different way of setting the sample. This sets the size of the 4D volume. SampleCX is computed from size and extent. Size is ignored when a dimension i 0 (collapsed). | |
virtual void | SetSizeCX (IntPtr _arg) |
Just a different way of setting the sample. This sets the size of the 4D volume. SampleCX is computed from size and extent. Size is ignored when a dimension i 0 (collapsed). | |
virtual void | SetSpanThreshold (double _arg) |
Controls when a leaf gets subdivided. If the corner values span a larger range than this value, the leaf is subdivided. This defaults to 2. | |
Static Public Member Functions | |
static new vtkHyperOctreeFractalSource | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkHyperOctreeFractalSource | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkHyperOctreeFractalSource" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "27vtkHyperOctreeFractalSource" |
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 | vtkHyperOctreeFractalSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkHyperOctreeFractalSource_GetDimension_01 (HandleRef pThis) |
static internal int | vtkHyperOctreeFractalSource_GetDimensionMaxValue_02 (HandleRef pThis) |
static internal int | vtkHyperOctreeFractalSource_GetDimensionMinValue_03 (HandleRef pThis) |
static internal int | vtkHyperOctreeFractalSource_GetMaximumLevel_04 (HandleRef pThis) |
static internal byte | vtkHyperOctreeFractalSource_GetMaximumNumberOfIterations_05 (HandleRef pThis) |
static internal ushort | vtkHyperOctreeFractalSource_GetMaximumNumberOfIterationsMaxValue_06 (HandleRef pThis) |
static internal ushort | vtkHyperOctreeFractalSource_GetMaximumNumberOfIterationsMinValue_07 (HandleRef pThis) |
static internal int | vtkHyperOctreeFractalSource_GetMinimumLevel_08 (HandleRef pThis) |
static internal IntPtr | vtkHyperOctreeFractalSource_GetOriginCX_09 (HandleRef pThis) |
static internal void | vtkHyperOctreeFractalSource_GetOriginCX_10 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3, ref double _arg4) |
static internal void | vtkHyperOctreeFractalSource_GetOriginCX_11 (HandleRef pThis, IntPtr _arg) |
static internal IntPtr | vtkHyperOctreeFractalSource_GetProjectionAxes_12 (HandleRef pThis) |
static internal void | vtkHyperOctreeFractalSource_GetProjectionAxes_13 (HandleRef pThis, ref int _arg1, ref int _arg2, ref int _arg3) |
static internal void | vtkHyperOctreeFractalSource_GetProjectionAxes_14 (HandleRef pThis, IntPtr _arg) |
static internal IntPtr | vtkHyperOctreeFractalSource_GetSizeCX_15 (HandleRef pThis) |
static internal void | vtkHyperOctreeFractalSource_GetSizeCX_16 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3, ref double _arg4) |
static internal void | vtkHyperOctreeFractalSource_GetSizeCX_17 (HandleRef pThis, IntPtr _arg) |
static internal double | vtkHyperOctreeFractalSource_GetSpanThreshold_18 (HandleRef pThis) |
static internal int | vtkHyperOctreeFractalSource_IsA_19 (HandleRef pThis, string type) |
static internal int | vtkHyperOctreeFractalSource_IsTypeOf_20 (string type) |
static internal IntPtr | vtkHyperOctreeFractalSource_NewInstance_22 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkHyperOctreeFractalSource_SafeDownCast_23 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkHyperOctreeFractalSource_SetDimension_24 (HandleRef pThis, int _arg) |
static internal void | vtkHyperOctreeFractalSource_SetMaximumLevel_25 (HandleRef pThis, int levels) |
static internal void | vtkHyperOctreeFractalSource_SetMaximumNumberOfIterations_26 (HandleRef pThis, ushort _arg) |
static internal void | vtkHyperOctreeFractalSource_SetMinimumLevel_27 (HandleRef pThis, int level) |
static internal void | vtkHyperOctreeFractalSource_SetOriginCX_28 (HandleRef pThis, double _arg1, double _arg2, double _arg3, double _arg4) |
static internal void | vtkHyperOctreeFractalSource_SetOriginCX_29 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkHyperOctreeFractalSource_SetProjectionAxes_30 (HandleRef pThis, int x, int y, int z) |
static internal void | vtkHyperOctreeFractalSource_SetProjectionAxes_31 (HandleRef pThis, IntPtr a) |
static internal void | vtkHyperOctreeFractalSource_SetSizeCX_32 (HandleRef pThis, double _arg1, double _arg2, double _arg3, double _arg4) |
static internal void | vtkHyperOctreeFractalSource_SetSizeCX_33 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkHyperOctreeFractalSource_SetSpanThreshold_34 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
static | vtkHyperOctreeFractalSource () |
Automatically generated type registration mechanics. |
vtkHyperOctreeFractalSource - Create an octree from a fractal. hyperoctree
Description
static Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkHyperOctreeFractalSource.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.vtkHyperOctreeAlgorithm.
virtual int Kitware.VTK.vtkHyperOctreeFractalSource.GetDimension | ( | ) | [virtual] |
Create a 2D or 3D fractal.
virtual int Kitware.VTK.vtkHyperOctreeFractalSource.GetDimensionMaxValue | ( | ) | [virtual] |
Create a 2D or 3D fractal.
virtual int Kitware.VTK.vtkHyperOctreeFractalSource.GetDimensionMinValue | ( | ) | [virtual] |
Create a 2D or 3D fractal.
Return the maximum number of levels of the hyperoctree.
virtual byte Kitware.VTK.vtkHyperOctreeFractalSource.GetMaximumNumberOfIterations | ( | ) | [virtual] |
The maximum number of cycles run to see if the value goes over 2.
virtual ushort Kitware.VTK.vtkHyperOctreeFractalSource.GetMaximumNumberOfIterationsMaxValue | ( | ) | [virtual] |
The maximum number of cycles run to see if the value goes over 2.
virtual ushort Kitware.VTK.vtkHyperOctreeFractalSource.GetMaximumNumberOfIterationsMinValue | ( | ) | [virtual] |
The maximum number of cycles run to see if the value goes over 2.
Return the minimal number of levels of systematic subdivision.
virtual double [] Kitware.VTK.vtkHyperOctreeFractalSource.GetOriginCX | ( | ) | [virtual] |
Imaginary and real value for C (constant in equation) and X (initial value).
virtual void Kitware.VTK.vtkHyperOctreeFractalSource.GetOriginCX | ( | ref double | _arg1, |
ref double | _arg2, | ||
ref double | _arg3, | ||
ref double | _arg4 | ||
) | [virtual] |
Imaginary and real value for C (constant in equation) and X (initial value).
virtual void Kitware.VTK.vtkHyperOctreeFractalSource.GetOriginCX | ( | IntPtr | _arg | ) | [virtual] |
Imaginary and real value for C (constant in equation) and X (initial value).
virtual int [] Kitware.VTK.vtkHyperOctreeFractalSource.GetProjectionAxes | ( | ) | [virtual] |
Set the projection from the 4D space (4 parameters / 2 imaginary numbers) to the axes of the 3D Volume. 0=C_Real, 1=C_Imaginary, 2=X_Real, 4=X_Imaginary.
virtual void Kitware.VTK.vtkHyperOctreeFractalSource.GetProjectionAxes | ( | ref int | _arg1, |
ref int | _arg2, | ||
ref int | _arg3 | ||
) | [virtual] |
Set the projection from the 4D space (4 parameters / 2 imaginary numbers) to the axes of the 3D Volume. 0=C_Real, 1=C_Imaginary, 2=X_Real, 4=X_Imaginary.
virtual void Kitware.VTK.vtkHyperOctreeFractalSource.GetProjectionAxes | ( | IntPtr | _arg | ) | [virtual] |
Set the projection from the 4D space (4 parameters / 2 imaginary numbers) to the axes of the 3D Volume. 0=C_Real, 1=C_Imaginary, 2=X_Real, 4=X_Imaginary.
virtual double [] Kitware.VTK.vtkHyperOctreeFractalSource.GetSizeCX | ( | ) | [virtual] |
Just a different way of setting the sample. This sets the size of the 4D volume. SampleCX is computed from size and extent. Size is ignored when a dimension i 0 (collapsed).
virtual void Kitware.VTK.vtkHyperOctreeFractalSource.GetSizeCX | ( | ref double | _arg1, |
ref double | _arg2, | ||
ref double | _arg3, | ||
ref double | _arg4 | ||
) | [virtual] |
Just a different way of setting the sample. This sets the size of the 4D volume. SampleCX is computed from size and extent. Size is ignored when a dimension i 0 (collapsed).
virtual void Kitware.VTK.vtkHyperOctreeFractalSource.GetSizeCX | ( | IntPtr | _arg | ) | [virtual] |
Just a different way of setting the sample. This sets the size of the 4D volume. SampleCX is computed from size and extent. Size is ignored when a dimension i 0 (collapsed).
virtual double Kitware.VTK.vtkHyperOctreeFractalSource.GetSpanThreshold | ( | ) | [virtual] |
Controls when a leaf gets subdivided. If the corner values span a larger range than this value, the leaf is subdivided. This defaults to 2.
override int Kitware.VTK.vtkHyperOctreeFractalSource.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkHyperOctreeAlgorithm.
static new int Kitware.VTK.vtkHyperOctreeFractalSource.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkHyperOctreeAlgorithm.
static new vtkHyperOctreeFractalSource Kitware.VTK.vtkHyperOctreeFractalSource.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkHyperOctreeAlgorithm.
static new vtkHyperOctreeFractalSource Kitware.VTK.vtkHyperOctreeFractalSource.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkHyperOctreeAlgorithm.
virtual void Kitware.VTK.vtkHyperOctreeFractalSource.SetDimension | ( | int | _arg | ) | [virtual] |
Create a 2D or 3D fractal.
void Kitware.VTK.vtkHyperOctreeFractalSource.SetMaximumLevel | ( | int | levels | ) |
Set the maximum number of levels of the hyperoctree. If GetMinLevels()>=levels, GetMinLevels() is changed to levels-1.
virtual void Kitware.VTK.vtkHyperOctreeFractalSource.SetMaximumNumberOfIterations | ( | ushort | _arg | ) | [virtual] |
The maximum number of cycles run to see if the value goes over 2.
void Kitware.VTK.vtkHyperOctreeFractalSource.SetMinimumLevel | ( | int | level | ) |
Return the minimal number of levels of systematic subdivision.
virtual void Kitware.VTK.vtkHyperOctreeFractalSource.SetOriginCX | ( | double | _arg1, |
double | _arg2, | ||
double | _arg3, | ||
double | _arg4 | ||
) | [virtual] |
Imaginary and real value for C (constant in equation) and X (initial value).
virtual void Kitware.VTK.vtkHyperOctreeFractalSource.SetOriginCX | ( | IntPtr | _arg | ) | [virtual] |
Imaginary and real value for C (constant in equation) and X (initial value).
void Kitware.VTK.vtkHyperOctreeFractalSource.SetProjectionAxes | ( | int | x, |
int | y, | ||
int | z | ||
) |
Set the projection from the 4D space (4 parameters / 2 imaginary numbers) to the axes of the 3D Volume. 0=C_Real, 1=C_Imaginary, 2=X_Real, 4=X_Imaginary.
void Kitware.VTK.vtkHyperOctreeFractalSource.SetProjectionAxes | ( | IntPtr | a | ) |
Set the projection from the 4D space (4 parameters / 2 imaginary numbers) to the axes of the 3D Volume. 0=C_Real, 1=C_Imaginary, 2=X_Real, 4=X_Imaginary.
virtual void Kitware.VTK.vtkHyperOctreeFractalSource.SetSizeCX | ( | double | _arg1, |
double | _arg2, | ||
double | _arg3, | ||
double | _arg4 | ||
) | [virtual] |
Just a different way of setting the sample. This sets the size of the 4D volume. SampleCX is computed from size and extent. Size is ignored when a dimension i 0 (collapsed).
virtual void Kitware.VTK.vtkHyperOctreeFractalSource.SetSizeCX | ( | IntPtr | _arg | ) | [virtual] |
Just a different way of setting the sample. This sets the size of the 4D volume. SampleCX is computed from size and extent. Size is ignored when a dimension i 0 (collapsed).
virtual void Kitware.VTK.vtkHyperOctreeFractalSource.SetSpanThreshold | ( | double | _arg | ) | [virtual] |
Controls when a leaf gets subdivided. If the corner values span a larger range than this value, the leaf is subdivided. This defaults to 2.
static internal int Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_GetDimension_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_GetDimensionMaxValue_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_GetDimensionMinValue_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_GetMaximumLevel_04 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_GetMaximumNumberOfIterations_05 | ( | HandleRef | pThis | ) | [private] |
static internal ushort Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_GetMaximumNumberOfIterationsMaxValue_06 | ( | HandleRef | pThis | ) | [private] |
static internal ushort Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_GetMaximumNumberOfIterationsMinValue_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_GetMinimumLevel_08 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_GetOriginCX_09 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_GetOriginCX_10 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2, | ||
ref double | _arg3, | ||
ref double | _arg4 | ||
) | [private] |
static internal void Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_GetOriginCX_11 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_GetProjectionAxes_12 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_GetProjectionAxes_13 | ( | HandleRef | pThis, |
ref int | _arg1, | ||
ref int | _arg2, | ||
ref int | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_GetProjectionAxes_14 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_GetSizeCX_15 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_GetSizeCX_16 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2, | ||
ref double | _arg3, | ||
ref double | _arg4 | ||
) | [private] |
static internal void Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_GetSizeCX_17 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal double Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_GetSpanThreshold_18 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_IsA_19 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_IsTypeOf_20 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_NewInstance_22 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_SafeDownCast_23 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_SetDimension_24 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_SetMaximumLevel_25 | ( | HandleRef | pThis, |
int | levels | ||
) | [private] |
static internal void Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_SetMaximumNumberOfIterations_26 | ( | HandleRef | pThis, |
ushort | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_SetMinimumLevel_27 | ( | HandleRef | pThis, |
int | level | ||
) | [private] |
static internal void Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_SetOriginCX_28 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3, | ||
double | _arg4 | ||
) | [private] |
static internal void Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_SetOriginCX_29 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_SetProjectionAxes_30 | ( | HandleRef | pThis, |
int | x, | ||
int | y, | ||
int | z | ||
) | [private] |
static internal void Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_SetProjectionAxes_31 | ( | HandleRef | pThis, |
IntPtr | a | ||
) | [private] |
static internal void Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_SetSizeCX_32 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3, | ||
double | _arg4 | ||
) | [private] |
static internal void Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_SetSizeCX_33 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkHyperOctreeFractalSource.vtkHyperOctreeFractalSource_SetSpanThreshold_34 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkHyperOctreeFractalSource.MRClassNameKey = "27vtkHyperOctreeFractalSource" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkHyperOctreeAlgorithm.
new const string Kitware.VTK.vtkHyperOctreeFractalSource.MRFullTypeName = "Kitware.VTK.vtkHyperOctreeFractalSource" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkHyperOctreeAlgorithm.