ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkImageMandelbrotSource Class Reference

vtkImageMandelbrotSource - Mandelbrot image. More...

Inheritance diagram for Kitware.VTK.vtkImageMandelbrotSource:
[legend]
Collaboration diagram for Kitware.VTK.vtkImageMandelbrotSource:
[legend]

List of all members.

Public Member Functions

 vtkImageMandelbrotSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImageMandelbrotSource ()
 Undocumented Block.
virtual void ConstantSizeOff ()
 This flag determines whether the Size or spacing of a data set remain constant (when extent is changed). By default, size remains constant.
virtual void ConstantSizeOn ()
 This flag determines whether the Size or spacing of a data set remain constant (when extent is changed). By default, size remains constant.
void CopyOriginAndSample (vtkImageMandelbrotSource source)
 Convienence for Viewer. Copy the OriginCX and the SpacingCX. What about other parameters ???
virtual int GetConstantSize ()
 This flag determines whether the Size or spacing of a data set remain constant (when extent is changed). By default, size remains constant.
virtual ushort 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.
virtual double[] GetOriginCX ()
 void SetOriginCX(double cReal, double cImag, double xReal, double xImag);
virtual void GetOriginCX (ref double _arg1, ref double _arg2, ref double _arg3, ref double _arg4)
 void SetOriginCX(double cReal, double cImag, double xReal, double xImag);
virtual void GetOriginCX (IntPtr _arg)
 void SetOriginCX(double cReal, double cImag, double xReal, double xImag);
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[] GetSampleCX ()
 void SetOriginCX(double cReal, double cImag, double xReal, double xImag);
virtual void GetSampleCX (ref double _arg1, ref double _arg2, ref double _arg3, ref double _arg4)
 void SetOriginCX(double cReal, double cImag, double xReal, double xImag);
virtual void GetSampleCX (IntPtr _arg)
 void SetOriginCX(double cReal, double cImag, double xReal, double xImag);
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).
void GetSizeCX (IntPtr s)
 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 int GetSubsampleRate ()
 Set/Get a subsample rate.
virtual int GetSubsampleRateMaxValue ()
 Set/Get a subsample rate.
virtual int GetSubsampleRateMinValue ()
 Set/Get a subsample rate.
virtual int[] GetWholeExtent ()
 Set/Get the extent of the whole output Volume.
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 Volume.
virtual void GetWholeExtent (IntPtr _arg)
 Set/Get the extent of the whole output Volume.
override int IsA (string type)
 Undocumented Block.
new vtkImageMandelbrotSource NewInstance ()
 Undocumented Block.
void Pan (double x, double y, double z)
 Convienence for Viewer. Pan 3D volume relative to spacing. Zoom constant factor.
virtual void SetConstantSize (int _arg)
 This flag determines whether the Size or spacing of a data set remain constant (when extent is changed). By default, size remains constant.
virtual void SetMaximumNumberOfIterations (ushort _arg)
 The maximum number of cycles run to see if the value goes over 2.
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 SetSampleCX (double _arg1, double _arg2, double _arg3, double _arg4)
 Imaginary and real value for C (constant in equation) and X (initial value).
virtual void SetSampleCX (IntPtr _arg)
 Imaginary and real value for C (constant in equation) and X (initial value).
void SetSizeCX (double cReal, double cImag, double xReal, double xImag)
 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 SetSubsampleRate (int _arg)
 Set/Get a subsample rate.
void SetWholeExtent (IntPtr extent)
 Set/Get the extent of the whole output Volume.
void SetWholeExtent (int minX, int maxX, int minY, int maxY, int minZ, int maxZ)
 Set/Get the extent of the whole output Volume.
void Zoom (double factor)
 Convienence for Viewer. Pan 3D volume relative to spacing. Zoom constant factor.

Static Public Member Functions

static new vtkImageMandelbrotSource New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkImageMandelbrotSource SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkImageMandelbrotSource"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "24vtkImageMandelbrotSource"
 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 vtkImageMandelbrotSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageMandelbrotSource_ConstantSizeOff_01 (HandleRef pThis)
static internal void vtkImageMandelbrotSource_ConstantSizeOn_02 (HandleRef pThis)
static internal void vtkImageMandelbrotSource_CopyOriginAndSample_03 (HandleRef pThis, HandleRef source)
static internal int vtkImageMandelbrotSource_GetConstantSize_04 (HandleRef pThis)
static internal ushort vtkImageMandelbrotSource_GetMaximumNumberOfIterations_05 (HandleRef pThis)
static internal ushort vtkImageMandelbrotSource_GetMaximumNumberOfIterationsMaxValue_06 (HandleRef pThis)
static internal ushort vtkImageMandelbrotSource_GetMaximumNumberOfIterationsMinValue_07 (HandleRef pThis)
static internal IntPtr vtkImageMandelbrotSource_GetOriginCX_08 (HandleRef pThis)
static internal void vtkImageMandelbrotSource_GetOriginCX_09 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3, ref double _arg4)
static internal void vtkImageMandelbrotSource_GetOriginCX_10 (HandleRef pThis, IntPtr _arg)
static internal IntPtr vtkImageMandelbrotSource_GetProjectionAxes_11 (HandleRef pThis)
static internal void vtkImageMandelbrotSource_GetProjectionAxes_12 (HandleRef pThis, ref int _arg1, ref int _arg2, ref int _arg3)
static internal void vtkImageMandelbrotSource_GetProjectionAxes_13 (HandleRef pThis, IntPtr _arg)
static internal IntPtr vtkImageMandelbrotSource_GetSampleCX_14 (HandleRef pThis)
static internal void vtkImageMandelbrotSource_GetSampleCX_15 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3, ref double _arg4)
static internal void vtkImageMandelbrotSource_GetSampleCX_16 (HandleRef pThis, IntPtr _arg)
static internal IntPtr vtkImageMandelbrotSource_GetSizeCX_17 (HandleRef pThis)
static internal void vtkImageMandelbrotSource_GetSizeCX_18 (HandleRef pThis, IntPtr s)
static internal int vtkImageMandelbrotSource_GetSubsampleRate_19 (HandleRef pThis)
static internal int vtkImageMandelbrotSource_GetSubsampleRateMaxValue_20 (HandleRef pThis)
static internal int vtkImageMandelbrotSource_GetSubsampleRateMinValue_21 (HandleRef pThis)
static internal IntPtr vtkImageMandelbrotSource_GetWholeExtent_22 (HandleRef pThis)
static internal void vtkImageMandelbrotSource_GetWholeExtent_23 (HandleRef pThis, ref int _arg1, ref int _arg2, ref int _arg3, ref int _arg4, ref int _arg5, ref int _arg6)
static internal void vtkImageMandelbrotSource_GetWholeExtent_24 (HandleRef pThis, IntPtr _arg)
static internal int vtkImageMandelbrotSource_IsA_25 (HandleRef pThis, string type)
static internal int vtkImageMandelbrotSource_IsTypeOf_26 (string type)
static internal IntPtr vtkImageMandelbrotSource_NewInstance_28 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageMandelbrotSource_Pan_29 (HandleRef pThis, double x, double y, double z)
static internal IntPtr vtkImageMandelbrotSource_SafeDownCast_30 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageMandelbrotSource_SetConstantSize_31 (HandleRef pThis, int _arg)
static internal void vtkImageMandelbrotSource_SetMaximumNumberOfIterations_32 (HandleRef pThis, ushort _arg)
static internal void vtkImageMandelbrotSource_SetOriginCX_33 (HandleRef pThis, double _arg1, double _arg2, double _arg3, double _arg4)
static internal void vtkImageMandelbrotSource_SetOriginCX_34 (HandleRef pThis, IntPtr _arg)
static internal void vtkImageMandelbrotSource_SetProjectionAxes_35 (HandleRef pThis, int x, int y, int z)
static internal void vtkImageMandelbrotSource_SetProjectionAxes_36 (HandleRef pThis, IntPtr a)
static internal void vtkImageMandelbrotSource_SetSampleCX_37 (HandleRef pThis, double _arg1, double _arg2, double _arg3, double _arg4)
static internal void vtkImageMandelbrotSource_SetSampleCX_38 (HandleRef pThis, IntPtr _arg)
static internal void vtkImageMandelbrotSource_SetSizeCX_39 (HandleRef pThis, double cReal, double cImag, double xReal, double xImag)
static internal void vtkImageMandelbrotSource_SetSubsampleRate_40 (HandleRef pThis, int _arg)
static internal void vtkImageMandelbrotSource_SetWholeExtent_41 (HandleRef pThis, IntPtr extent)
static internal void vtkImageMandelbrotSource_SetWholeExtent_42 (HandleRef pThis, int minX, int maxX, int minY, int maxY, int minZ, int maxZ)
static internal void vtkImageMandelbrotSource_Zoom_43 (HandleRef pThis, double factor)

Static Private Member Functions

static vtkImageMandelbrotSource ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageMandelbrotSource - Mandelbrot image.

Description vtkImageMandelbrotSource creates an unsigned char image of the Mandelbrot set. The values in the image are the number of iterations it takes for the magnitude of the value to get over 2. The equation repeated is z = z^2 + C (z and C are complex). Initial value of z is zero, and the real value of C is mapped onto the x axis, and the imaginary value of C is mapped onto the Y Axis. I was thinking of extending this source to generate Julia Sets (initial value of Z varies). This would be 4 possible parameters to vary, but there are no more 4d images :( The third dimension (z axis) is the imaginary value of the initial value.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

This flag determines whether the Size or spacing of a data set remain constant (when extent is changed). By default, size remains constant.

This flag determines whether the Size or spacing of a data set remain constant (when extent is changed). By default, size remains constant.

Convienence for Viewer. Copy the OriginCX and the SpacingCX. What about other parameters ???

override void Kitware.VTK.vtkImageMandelbrotSource.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.

This flag determines whether the Size or spacing of a data set remain constant (when extent is changed). By default, size remains constant.

The maximum number of cycles run to see if the value goes over 2.

The maximum number of cycles run to see if the value goes over 2.

The maximum number of cycles run to see if the value goes over 2.

virtual double [] Kitware.VTK.vtkImageMandelbrotSource.GetOriginCX ( ) [virtual]
virtual void Kitware.VTK.vtkImageMandelbrotSource.GetOriginCX ( ref double  _arg1,
ref double  _arg2,
ref double  _arg3,
ref double  _arg4 
) [virtual]
virtual void Kitware.VTK.vtkImageMandelbrotSource.GetOriginCX ( 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 void Kitware.VTK.vtkImageMandelbrotSource.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.vtkImageMandelbrotSource.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.vtkImageMandelbrotSource.GetSampleCX ( ) [virtual]
virtual void Kitware.VTK.vtkImageMandelbrotSource.GetSampleCX ( ref double  _arg1,
ref double  _arg2,
ref double  _arg3,
ref double  _arg4 
) [virtual]
virtual void Kitware.VTK.vtkImageMandelbrotSource.GetSampleCX ( 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).

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).

Set/Get a subsample rate.

Set/Get a subsample rate.

Set/Get a subsample rate.

Set/Get the extent of the whole output Volume.

virtual void Kitware.VTK.vtkImageMandelbrotSource.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 Volume.

virtual void Kitware.VTK.vtkImageMandelbrotSource.GetWholeExtent ( IntPtr  _arg) [virtual]

Set/Get the extent of the whole output Volume.

override int Kitware.VTK.vtkImageMandelbrotSource.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

static new int Kitware.VTK.vtkImageMandelbrotSource.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

void Kitware.VTK.vtkImageMandelbrotSource.Pan ( double  x,
double  y,
double  z 
)

Convienence for Viewer. Pan 3D volume relative to spacing. Zoom constant factor.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkImageMandelbrotSource.SetConstantSize ( int  _arg) [virtual]

This flag determines whether the Size or spacing of a data set remain constant (when extent is changed). By default, size remains constant.

The maximum number of cycles run to see if the value goes over 2.

virtual void Kitware.VTK.vtkImageMandelbrotSource.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.vtkImageMandelbrotSource.SetOriginCX ( IntPtr  _arg) [virtual]

Imaginary and real value for C (constant in equation) and X (initial value).

void Kitware.VTK.vtkImageMandelbrotSource.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.

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.vtkImageMandelbrotSource.SetSampleCX ( 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.vtkImageMandelbrotSource.SetSampleCX ( IntPtr  _arg) [virtual]

Imaginary and real value for C (constant in equation) and X (initial value).

void Kitware.VTK.vtkImageMandelbrotSource.SetSizeCX ( double  cReal,
double  cImag,
double  xReal,
double  xImag 
)

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.vtkImageMandelbrotSource.SetSubsampleRate ( int  _arg) [virtual]

Set/Get a subsample rate.

Set/Get the extent of the whole output Volume.

void Kitware.VTK.vtkImageMandelbrotSource.SetWholeExtent ( int  minX,
int  maxX,
int  minY,
int  maxY,
int  minZ,
int  maxZ 
)

Set/Get the extent of the whole output Volume.

static internal void Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_ConstantSizeOff_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_ConstantSizeOn_02 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_CopyOriginAndSample_03 ( HandleRef  pThis,
HandleRef  source 
) [private]
static internal IntPtr Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_GetOriginCX_08 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_GetOriginCX_09 ( HandleRef  pThis,
ref double  _arg1,
ref double  _arg2,
ref double  _arg3,
ref double  _arg4 
) [private]
static internal void Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_GetOriginCX_10 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal IntPtr Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_GetProjectionAxes_11 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_GetProjectionAxes_12 ( HandleRef  pThis,
ref int  _arg1,
ref int  _arg2,
ref int  _arg3 
) [private]
static internal void Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_GetProjectionAxes_13 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal IntPtr Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_GetSampleCX_14 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_GetSampleCX_15 ( HandleRef  pThis,
ref double  _arg1,
ref double  _arg2,
ref double  _arg3,
ref double  _arg4 
) [private]
static internal void Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_GetSampleCX_16 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal IntPtr Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_GetSizeCX_17 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_GetSizeCX_18 ( HandleRef  pThis,
IntPtr  s 
) [private]
static internal IntPtr Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_GetWholeExtent_22 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_GetWholeExtent_23 ( 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.vtkImageMandelbrotSource.vtkImageMandelbrotSource_GetWholeExtent_24 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal int Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_IsA_25 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_IsTypeOf_26 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_NewInstance_28 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_Pan_29 ( HandleRef  pThis,
double  x,
double  y,
double  z 
) [private]
static internal IntPtr Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_SafeDownCast_30 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_SetConstantSize_31 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_SetMaximumNumberOfIterations_32 ( HandleRef  pThis,
ushort  _arg 
) [private]
static internal void Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_SetOriginCX_33 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3,
double  _arg4 
) [private]
static internal void Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_SetOriginCX_34 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_SetProjectionAxes_35 ( HandleRef  pThis,
int  x,
int  y,
int  z 
) [private]
static internal void Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_SetProjectionAxes_36 ( HandleRef  pThis,
IntPtr  a 
) [private]
static internal void Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_SetSampleCX_37 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3,
double  _arg4 
) [private]
static internal void Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_SetSampleCX_38 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_SetSizeCX_39 ( HandleRef  pThis,
double  cReal,
double  cImag,
double  xReal,
double  xImag 
) [private]
static internal void Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_SetSubsampleRate_40 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_SetWholeExtent_41 ( HandleRef  pThis,
IntPtr  extent 
) [private]
static internal void Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_SetWholeExtent_42 ( HandleRef  pThis,
int  minX,
int  maxX,
int  minY,
int  maxY,
int  minZ,
int  maxZ 
) [private]
static internal void Kitware.VTK.vtkImageMandelbrotSource.vtkImageMandelbrotSource_Zoom_43 ( HandleRef  pThis,
double  factor 
) [private]

Convienence for Viewer. Pan 3D volume relative to spacing. Zoom constant factor.


Member Data Documentation

new readonly string Kitware.VTK.vtkImageMandelbrotSource.MRClassNameKey = "24vtkImageMandelbrotSource" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

new const string Kitware.VTK.vtkImageMandelbrotSource.MRFullTypeName = "Kitware.VTK.vtkImageMandelbrotSource"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.


The documentation for this class was generated from the following file: