ActiViz .NET
5.8.0
|
vtkImageCanvasSource2D - Paints on a canvas More...
Public Member Functions | |
vtkImageCanvasSource2D (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageCanvasSource2D () | |
Construct an instance of vtkImageCanvasSource2D with no data. | |
void | DrawCircle (int c0, int c1, double radius) |
Set the pixels inside the box (min0, max0, min1, max1) to the current DrawColor. | |
void | DrawImage (int x0, int y0, vtkImageData i) |
Draw subimage of the input image in the canvas at position x0 and y0. The subimage is defined with sx, sy, width, and height. | |
void | DrawImage (int x0, int y0, vtkImageData arg2, int sx, int sy, int width, int height) |
Draw subimage of the input image in the canvas at position x0 and y0. The subimage is defined with sx, sy, width, and height. | |
void | DrawPoint (int p0, int p1) |
Set the pixels inside the box (min0, max0, min1, max1) to the current DrawColor. | |
void | DrawSegment (int x0, int y0, int x1, int y1) |
Set the pixels inside the box (min0, max0, min1, max1) to the current DrawColor. | |
void | DrawSegment3D (IntPtr p0, IntPtr p1) |
Set the pixels inside the box (min0, max0, min1, max1) to the current DrawColor. | |
void | DrawSegment3D (double x1, double y1, double z1, double x2, double y2, double z2) |
Set the pixels inside the box (min0, max0, min1, max1) to the current DrawColor. | |
void | FillBox (int min0, int max0, int min1, int max1) |
Set the pixels inside the box (min0, max0, min1, max1) to the current DrawColor. | |
void | FillPixel (int x, int y) |
Fill a colored area with another color. (like connectivity) All pixels connected (and with the same value) to pixel (x, y) get replaced by the current "DrawColor". | |
void | FillTriangle (int x0, int y0, int x1, int y1, int x2, int y2) |
Set the pixels inside the box (min0, max0, min1, max1) to the current DrawColor. | |
void | FillTube (int x0, int y0, int x1, int y1, double radius) |
Set the pixels inside the box (min0, max0, min1, max1) to the current DrawColor. | |
virtual int | GetDefaultZ () |
The drawing operations can only draw into one 2D XY plane at a time. If the canvas is a 3D volume, then this z value is used as the default for 2D operations. The default is 0. | |
virtual double[] | GetDrawColor () |
Set/Get DrawColor. This is the value that is used when filling data or drawing lines. Default is (0,0,0,0) | |
virtual void | GetDrawColor (ref double _arg1, ref double _arg2, ref double _arg3, ref double _arg4) |
Set/Get DrawColor. This is the value that is used when filling data or drawing lines. Default is (0,0,0,0) | |
virtual void | GetDrawColor (IntPtr _arg) |
Set/Get DrawColor. This is the value that is used when filling data or drawing lines. Default is (0,0,0,0) | |
virtual int | GetNumberOfScalarComponents () |
Set the number of scalar components. | |
virtual double[] | GetRatio () |
Set/Get Ratio. This is the value that is used to pre-multiply each (x, y, z) drawing coordinates (including DefaultZ). The default is (1, 1, 1) | |
virtual void | GetRatio (ref double _arg1, ref double _arg2, ref double _arg3) |
Set/Get Ratio. This is the value that is used to pre-multiply each (x, y, z) drawing coordinates (including DefaultZ). The default is (1, 1, 1) | |
virtual void | GetRatio (IntPtr _arg) |
Set/Get Ratio. This is the value that is used to pre-multiply each (x, y, z) drawing coordinates (including DefaultZ). The default is (1, 1, 1) | |
int | GetScalarType () |
Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility. | |
override int | IsA (string type) |
Construct an instance of vtkImageCanvasSource2D with no data. | |
new vtkImageCanvasSource2D | NewInstance () |
Construct an instance of vtkImageCanvasSource2D with no data. | |
virtual void | SetDefaultZ (int _arg) |
The drawing operations can only draw into one 2D XY plane at a time. If the canvas is a 3D volume, then this z value is used as the default for 2D operations. The default is 0. | |
virtual void | SetDrawColor (double _arg1, double _arg2, double _arg3, double _arg4) |
Set/Get DrawColor. This is the value that is used when filling data or drawing lines. Default is (0,0,0,0) | |
virtual void | SetDrawColor (IntPtr _arg) |
Set/Get DrawColor. This is the value that is used when filling data or drawing lines. Default is (0,0,0,0) | |
void | SetDrawColor (double a) |
Set DrawColor to (a, 0, 0, 0) | |
void | SetDrawColor (double a, double b) |
Set DrawColor to (a, b, 0, 0) | |
void | SetDrawColor (double a, double b, double c) |
Set DrawColor to (a, b, c, 0) | |
void | SetExtent (IntPtr extent) |
These methods set the WholeExtent of the output It sets the size of the canvas. Extent is a min max 3D box. Minimums and maximums are inclusive. | |
void | SetExtent (int x1, int x2, int y1, int y2, int z1, int z2) |
These methods set the WholeExtent of the output It sets the size of the canvas. Extent is a min max 3D box. Minimums and maximums are inclusive. | |
virtual void | SetNumberOfScalarComponents (int i) |
Set the number of scalar components. | |
virtual void | SetRatio (double _arg1, double _arg2, double _arg3) |
Set/Get Ratio. This is the value that is used to pre-multiply each (x, y, z) drawing coordinates (including DefaultZ). The default is (1, 1, 1) | |
virtual void | SetRatio (IntPtr _arg) |
Set/Get Ratio. This is the value that is used to pre-multiply each (x, y, z) drawing coordinates (including DefaultZ). The default is (1, 1, 1) | |
void | SetScalarType (int arg0) |
Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility. | |
void | SetScalarTypeToChar () |
Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility. | |
void | SetScalarTypeToDouble () |
Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility. | |
void | SetScalarTypeToFloat () |
Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility. | |
void | SetScalarTypeToInt () |
Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility. | |
void | SetScalarTypeToLong () |
Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility. | |
void | SetScalarTypeToShort () |
Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility. | |
void | SetScalarTypeToUnsignedChar () |
Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility. | |
void | SetScalarTypeToUnsignedInt () |
Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility. | |
void | SetScalarTypeToUnsignedLong () |
Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility. | |
void | SetScalarTypeToUnsignedShort () |
Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility. | |
Static Public Member Functions | |
static new vtkImageCanvasSource2D | New () |
Construct an instance of vtkImageCanvasSource2D with no data. | |
static new int | IsTypeOf (string type) |
Construct an instance of vtkImageCanvasSource2D with no data. | |
static new vtkImageCanvasSource2D | SafeDownCast (vtkObjectBase o) |
Construct an instance of vtkImageCanvasSource2D with no data. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageCanvasSource2D" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "22vtkImageCanvasSource2D" |
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 | vtkImageCanvasSource2D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageCanvasSource2D_DrawCircle_01 (HandleRef pThis, int c0, int c1, double radius) |
static internal void | vtkImageCanvasSource2D_DrawImage_02 (HandleRef pThis, int x0, int y0, HandleRef i) |
static internal void | vtkImageCanvasSource2D_DrawImage_03 (HandleRef pThis, int x0, int y0, HandleRef arg2, int sx, int sy, int width, int height) |
static internal void | vtkImageCanvasSource2D_DrawPoint_04 (HandleRef pThis, int p0, int p1) |
static internal void | vtkImageCanvasSource2D_DrawSegment_05 (HandleRef pThis, int x0, int y0, int x1, int y1) |
static internal void | vtkImageCanvasSource2D_DrawSegment3D_06 (HandleRef pThis, IntPtr p0, IntPtr p1) |
static internal void | vtkImageCanvasSource2D_DrawSegment3D_07 (HandleRef pThis, double x1, double y1, double z1, double x2, double y2, double z2) |
static internal void | vtkImageCanvasSource2D_FillBox_08 (HandleRef pThis, int min0, int max0, int min1, int max1) |
static internal void | vtkImageCanvasSource2D_FillPixel_09 (HandleRef pThis, int x, int y) |
static internal void | vtkImageCanvasSource2D_FillTriangle_10 (HandleRef pThis, int x0, int y0, int x1, int y1, int x2, int y2) |
static internal void | vtkImageCanvasSource2D_FillTube_11 (HandleRef pThis, int x0, int y0, int x1, int y1, double radius) |
static internal int | vtkImageCanvasSource2D_GetDefaultZ_12 (HandleRef pThis) |
static internal IntPtr | vtkImageCanvasSource2D_GetDrawColor_13 (HandleRef pThis) |
static internal void | vtkImageCanvasSource2D_GetDrawColor_14 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3, ref double _arg4) |
static internal void | vtkImageCanvasSource2D_GetDrawColor_15 (HandleRef pThis, IntPtr _arg) |
static internal int | vtkImageCanvasSource2D_GetNumberOfScalarComponents_16 (HandleRef pThis) |
static internal IntPtr | vtkImageCanvasSource2D_GetRatio_17 (HandleRef pThis) |
static internal void | vtkImageCanvasSource2D_GetRatio_18 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3) |
static internal void | vtkImageCanvasSource2D_GetRatio_19 (HandleRef pThis, IntPtr _arg) |
static internal int | vtkImageCanvasSource2D_GetScalarType_20 (HandleRef pThis) |
static internal int | vtkImageCanvasSource2D_IsA_21 (HandleRef pThis, string type) |
static internal int | vtkImageCanvasSource2D_IsTypeOf_22 (string type) |
static internal IntPtr | vtkImageCanvasSource2D_NewInstance_24 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageCanvasSource2D_SafeDownCast_25 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageCanvasSource2D_SetDefaultZ_26 (HandleRef pThis, int _arg) |
static internal void | vtkImageCanvasSource2D_SetDrawColor_27 (HandleRef pThis, double _arg1, double _arg2, double _arg3, double _arg4) |
static internal void | vtkImageCanvasSource2D_SetDrawColor_28 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkImageCanvasSource2D_SetDrawColor_29 (HandleRef pThis, double a) |
static internal void | vtkImageCanvasSource2D_SetDrawColor_30 (HandleRef pThis, double a, double b) |
static internal void | vtkImageCanvasSource2D_SetDrawColor_31 (HandleRef pThis, double a, double b, double c) |
static internal void | vtkImageCanvasSource2D_SetExtent_32 (HandleRef pThis, IntPtr extent) |
static internal void | vtkImageCanvasSource2D_SetExtent_33 (HandleRef pThis, int x1, int x2, int y1, int y2, int z1, int z2) |
static internal void | vtkImageCanvasSource2D_SetNumberOfScalarComponents_34 (HandleRef pThis, int i) |
static internal void | vtkImageCanvasSource2D_SetRatio_35 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
static internal void | vtkImageCanvasSource2D_SetRatio_36 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkImageCanvasSource2D_SetScalarType_37 (HandleRef pThis, int arg0) |
static internal void | vtkImageCanvasSource2D_SetScalarTypeToChar_38 (HandleRef pThis) |
static internal void | vtkImageCanvasSource2D_SetScalarTypeToDouble_39 (HandleRef pThis) |
static internal void | vtkImageCanvasSource2D_SetScalarTypeToFloat_40 (HandleRef pThis) |
static internal void | vtkImageCanvasSource2D_SetScalarTypeToInt_41 (HandleRef pThis) |
static internal void | vtkImageCanvasSource2D_SetScalarTypeToLong_42 (HandleRef pThis) |
static internal void | vtkImageCanvasSource2D_SetScalarTypeToShort_43 (HandleRef pThis) |
static internal void | vtkImageCanvasSource2D_SetScalarTypeToUnsignedChar_44 (HandleRef pThis) |
static internal void | vtkImageCanvasSource2D_SetScalarTypeToUnsignedInt_45 (HandleRef pThis) |
static internal void | vtkImageCanvasSource2D_SetScalarTypeToUnsignedLong_46 (HandleRef pThis) |
static internal void | vtkImageCanvasSource2D_SetScalarTypeToUnsignedShort_47 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkImageCanvasSource2D () |
Automatically generated type registration mechanics. |
vtkImageCanvasSource2D - Paints on a canvas
Description vtkImageCanvasSource2D is a source that starts as a blank image. you may add to the image with two-dimensional drawing routines. It can paint multi-spectral images.
static Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Construct an instance of vtkImageCanvasSource2D with no data.
override void Kitware.VTK.vtkImageCanvasSource2D.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.
void Kitware.VTK.vtkImageCanvasSource2D.DrawCircle | ( | int | c0, |
int | c1, | ||
double | radius | ||
) |
Set the pixels inside the box (min0, max0, min1, max1) to the current DrawColor.
void Kitware.VTK.vtkImageCanvasSource2D.DrawImage | ( | int | x0, |
int | y0, | ||
vtkImageData | i | ||
) |
Draw subimage of the input image in the canvas at position x0 and y0. The subimage is defined with sx, sy, width, and height.
void Kitware.VTK.vtkImageCanvasSource2D.DrawImage | ( | int | x0, |
int | y0, | ||
vtkImageData | arg2, | ||
int | sx, | ||
int | sy, | ||
int | width, | ||
int | height | ||
) |
Draw subimage of the input image in the canvas at position x0 and y0. The subimage is defined with sx, sy, width, and height.
void Kitware.VTK.vtkImageCanvasSource2D.DrawPoint | ( | int | p0, |
int | p1 | ||
) |
Set the pixels inside the box (min0, max0, min1, max1) to the current DrawColor.
void Kitware.VTK.vtkImageCanvasSource2D.DrawSegment | ( | int | x0, |
int | y0, | ||
int | x1, | ||
int | y1 | ||
) |
Set the pixels inside the box (min0, max0, min1, max1) to the current DrawColor.
void Kitware.VTK.vtkImageCanvasSource2D.DrawSegment3D | ( | IntPtr | p0, |
IntPtr | p1 | ||
) |
Set the pixels inside the box (min0, max0, min1, max1) to the current DrawColor.
void Kitware.VTK.vtkImageCanvasSource2D.DrawSegment3D | ( | double | x1, |
double | y1, | ||
double | z1, | ||
double | x2, | ||
double | y2, | ||
double | z2 | ||
) |
Set the pixels inside the box (min0, max0, min1, max1) to the current DrawColor.
void Kitware.VTK.vtkImageCanvasSource2D.FillBox | ( | int | min0, |
int | max0, | ||
int | min1, | ||
int | max1 | ||
) |
Set the pixels inside the box (min0, max0, min1, max1) to the current DrawColor.
void Kitware.VTK.vtkImageCanvasSource2D.FillPixel | ( | int | x, |
int | y | ||
) |
Fill a colored area with another color. (like connectivity) All pixels connected (and with the same value) to pixel (x, y) get replaced by the current "DrawColor".
void Kitware.VTK.vtkImageCanvasSource2D.FillTriangle | ( | int | x0, |
int | y0, | ||
int | x1, | ||
int | y1, | ||
int | x2, | ||
int | y2 | ||
) |
Set the pixels inside the box (min0, max0, min1, max1) to the current DrawColor.
void Kitware.VTK.vtkImageCanvasSource2D.FillTube | ( | int | x0, |
int | y0, | ||
int | x1, | ||
int | y1, | ||
double | radius | ||
) |
Set the pixels inside the box (min0, max0, min1, max1) to the current DrawColor.
virtual int Kitware.VTK.vtkImageCanvasSource2D.GetDefaultZ | ( | ) | [virtual] |
The drawing operations can only draw into one 2D XY plane at a time. If the canvas is a 3D volume, then this z value is used as the default for 2D operations. The default is 0.
virtual double [] Kitware.VTK.vtkImageCanvasSource2D.GetDrawColor | ( | ) | [virtual] |
Set/Get DrawColor. This is the value that is used when filling data or drawing lines. Default is (0,0,0,0)
virtual void Kitware.VTK.vtkImageCanvasSource2D.GetDrawColor | ( | ref double | _arg1, |
ref double | _arg2, | ||
ref double | _arg3, | ||
ref double | _arg4 | ||
) | [virtual] |
Set/Get DrawColor. This is the value that is used when filling data or drawing lines. Default is (0,0,0,0)
virtual void Kitware.VTK.vtkImageCanvasSource2D.GetDrawColor | ( | IntPtr | _arg | ) | [virtual] |
Set/Get DrawColor. This is the value that is used when filling data or drawing lines. Default is (0,0,0,0)
virtual int Kitware.VTK.vtkImageCanvasSource2D.GetNumberOfScalarComponents | ( | ) | [virtual] |
Set the number of scalar components.
virtual double [] Kitware.VTK.vtkImageCanvasSource2D.GetRatio | ( | ) | [virtual] |
Set/Get Ratio. This is the value that is used to pre-multiply each (x, y, z) drawing coordinates (including DefaultZ). The default is (1, 1, 1)
virtual void Kitware.VTK.vtkImageCanvasSource2D.GetRatio | ( | ref double | _arg1, |
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [virtual] |
Set/Get Ratio. This is the value that is used to pre-multiply each (x, y, z) drawing coordinates (including DefaultZ). The default is (1, 1, 1)
virtual void Kitware.VTK.vtkImageCanvasSource2D.GetRatio | ( | IntPtr | _arg | ) | [virtual] |
Set/Get Ratio. This is the value that is used to pre-multiply each (x, y, z) drawing coordinates (including DefaultZ). The default is (1, 1, 1)
Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility.
override int Kitware.VTK.vtkImageCanvasSource2D.IsA | ( | string | type | ) | [virtual] |
Construct an instance of vtkImageCanvasSource2D with no data.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new int Kitware.VTK.vtkImageCanvasSource2D.IsTypeOf | ( | string | type | ) | [static] |
Construct an instance of vtkImageCanvasSource2D with no data.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new vtkImageCanvasSource2D Kitware.VTK.vtkImageCanvasSource2D.New | ( | ) | [static] |
Construct an instance of vtkImageCanvasSource2D with no data.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Construct an instance of vtkImageCanvasSource2D with no data.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new vtkImageCanvasSource2D Kitware.VTK.vtkImageCanvasSource2D.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Construct an instance of vtkImageCanvasSource2D with no data.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
virtual void Kitware.VTK.vtkImageCanvasSource2D.SetDefaultZ | ( | int | _arg | ) | [virtual] |
The drawing operations can only draw into one 2D XY plane at a time. If the canvas is a 3D volume, then this z value is used as the default for 2D operations. The default is 0.
virtual void Kitware.VTK.vtkImageCanvasSource2D.SetDrawColor | ( | double | _arg1, |
double | _arg2, | ||
double | _arg3, | ||
double | _arg4 | ||
) | [virtual] |
Set/Get DrawColor. This is the value that is used when filling data or drawing lines. Default is (0,0,0,0)
virtual void Kitware.VTK.vtkImageCanvasSource2D.SetDrawColor | ( | IntPtr | _arg | ) | [virtual] |
Set/Get DrawColor. This is the value that is used when filling data or drawing lines. Default is (0,0,0,0)
void Kitware.VTK.vtkImageCanvasSource2D.SetDrawColor | ( | double | a | ) |
Set DrawColor to (a, 0, 0, 0)
void Kitware.VTK.vtkImageCanvasSource2D.SetDrawColor | ( | double | a, |
double | b | ||
) |
Set DrawColor to (a, b, 0, 0)
void Kitware.VTK.vtkImageCanvasSource2D.SetDrawColor | ( | double | a, |
double | b, | ||
double | c | ||
) |
Set DrawColor to (a, b, c, 0)
void Kitware.VTK.vtkImageCanvasSource2D.SetExtent | ( | IntPtr | extent | ) |
These methods set the WholeExtent of the output It sets the size of the canvas. Extent is a min max 3D box. Minimums and maximums are inclusive.
void Kitware.VTK.vtkImageCanvasSource2D.SetExtent | ( | int | x1, |
int | x2, | ||
int | y1, | ||
int | y2, | ||
int | z1, | ||
int | z2 | ||
) |
These methods set the WholeExtent of the output It sets the size of the canvas. Extent is a min max 3D box. Minimums and maximums are inclusive.
virtual void Kitware.VTK.vtkImageCanvasSource2D.SetNumberOfScalarComponents | ( | int | i | ) | [virtual] |
Set the number of scalar components.
virtual void Kitware.VTK.vtkImageCanvasSource2D.SetRatio | ( | double | _arg1, |
double | _arg2, | ||
double | _arg3 | ||
) | [virtual] |
Set/Get Ratio. This is the value that is used to pre-multiply each (x, y, z) drawing coordinates (including DefaultZ). The default is (1, 1, 1)
virtual void Kitware.VTK.vtkImageCanvasSource2D.SetRatio | ( | IntPtr | _arg | ) | [virtual] |
Set/Get Ratio. This is the value that is used to pre-multiply each (x, y, z) drawing coordinates (including DefaultZ). The default is (1, 1, 1)
void Kitware.VTK.vtkImageCanvasSource2D.SetScalarType | ( | int | arg0 | ) |
Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility.
Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility.
Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility.
Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility.
Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility.
Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility.
Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility.
Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility.
Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility.
Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility.
Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility.
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_DrawCircle_01 | ( | HandleRef | pThis, |
int | c0, | ||
int | c1, | ||
double | radius | ||
) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_DrawImage_02 | ( | HandleRef | pThis, |
int | x0, | ||
int | y0, | ||
HandleRef | i | ||
) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_DrawImage_03 | ( | HandleRef | pThis, |
int | x0, | ||
int | y0, | ||
HandleRef | arg2, | ||
int | sx, | ||
int | sy, | ||
int | width, | ||
int | height | ||
) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_DrawPoint_04 | ( | HandleRef | pThis, |
int | p0, | ||
int | p1 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_DrawSegment3D_06 | ( | HandleRef | pThis, |
IntPtr | p0, | ||
IntPtr | p1 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_DrawSegment3D_07 | ( | HandleRef | pThis, |
double | x1, | ||
double | y1, | ||
double | z1, | ||
double | x2, | ||
double | y2, | ||
double | z2 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_DrawSegment_05 | ( | HandleRef | pThis, |
int | x0, | ||
int | y0, | ||
int | x1, | ||
int | y1 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_FillBox_08 | ( | HandleRef | pThis, |
int | min0, | ||
int | max0, | ||
int | min1, | ||
int | max1 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_FillPixel_09 | ( | HandleRef | pThis, |
int | x, | ||
int | y | ||
) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_FillTriangle_10 | ( | HandleRef | pThis, |
int | x0, | ||
int | y0, | ||
int | x1, | ||
int | y1, | ||
int | x2, | ||
int | y2 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_FillTube_11 | ( | HandleRef | pThis, |
int | x0, | ||
int | y0, | ||
int | x1, | ||
int | y1, | ||
double | radius | ||
) | [private] |
static internal int Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_GetDefaultZ_12 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_GetDrawColor_13 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_GetDrawColor_14 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2, | ||
ref double | _arg3, | ||
ref double | _arg4 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_GetDrawColor_15 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal int Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_GetNumberOfScalarComponents_16 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_GetRatio_17 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_GetRatio_18 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_GetRatio_19 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal int Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_GetScalarType_20 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_IsA_21 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_IsTypeOf_22 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_NewInstance_24 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_SafeDownCast_25 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_SetDefaultZ_26 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_SetDrawColor_27 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3, | ||
double | _arg4 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_SetDrawColor_28 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_SetDrawColor_29 | ( | HandleRef | pThis, |
double | a | ||
) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_SetDrawColor_30 | ( | HandleRef | pThis, |
double | a, | ||
double | b | ||
) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_SetDrawColor_31 | ( | HandleRef | pThis, |
double | a, | ||
double | b, | ||
double | c | ||
) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_SetExtent_32 | ( | HandleRef | pThis, |
IntPtr | extent | ||
) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_SetExtent_33 | ( | HandleRef | pThis, |
int | x1, | ||
int | x2, | ||
int | y1, | ||
int | y2, | ||
int | z1, | ||
int | z2 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_SetNumberOfScalarComponents_34 | ( | HandleRef | pThis, |
int | i | ||
) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_SetRatio_35 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_SetRatio_36 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_SetScalarType_37 | ( | HandleRef | pThis, |
int | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_SetScalarTypeToChar_38 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_SetScalarTypeToDouble_39 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_SetScalarTypeToFloat_40 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_SetScalarTypeToInt_41 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_SetScalarTypeToLong_42 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_SetScalarTypeToShort_43 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_SetScalarTypeToUnsignedChar_44 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_SetScalarTypeToUnsignedInt_45 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_SetScalarTypeToUnsignedLong_46 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageCanvasSource2D.vtkImageCanvasSource2D_SetScalarTypeToUnsignedShort_47 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkImageCanvasSource2D.MRClassNameKey = "22vtkImageCanvasSource2D" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
new const string Kitware.VTK.vtkImageCanvasSource2D.MRFullTypeName = "Kitware.VTK.vtkImageCanvasSource2D" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.