ActiViz .NET
5.8.0
|
vtkActor2D - a actor that draws 2D data More...
Public Member Functions | |
vtkActor2D (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkActor2D () | |
Creates an actor2D with the following defaults: position (0,0) (coordinate system is viewport); at layer 0. | |
override void | GetActors2D (vtkPropCollection pc) |
For some exporters and other other operations we must be able to collect all the actors or volumes. These methods are used in that process. | |
virtual vtkCoordinate | GetActualPosition2Coordinate () |
Return the actual vtkCoordinate reference that the mapper should use to position the actor. This is used internally by the mappers and should be overridden in specialized subclasses and otherwise ignored. | |
virtual vtkCoordinate | GetActualPositionCoordinate () |
Return the actual vtkCoordinate reference that the mapper should use to position the actor. This is used internally by the mappers and should be overridden in specialized subclasses and otherwise ignored. | |
double | GetHeight () |
Set/Get the height and width of the Actor2D. The value is expressed as a fraction of the viewport. This really is just another way of setting the Position2 instance variable. | |
virtual int | GetLayerNumber () |
Set/Get the layer number in the overlay planes into which to render. | |
override uint | GetMTime () |
Return this objects MTime. | |
virtual vtkMapper2D | GetMapper () |
Set/Get the vtkMapper2D which defines the data to be drawn. | |
virtual double[] | GetPosition () |
Get the PositionCoordinate instance of vtkCoordinate. This is used for for complicated or relative positioning. The position variable controls the lower left corner of the Actor2D. | |
virtual double[] | GetPosition2 () |
Access the Position2 instance variable. This variable controls the upper right corner of the Actor2D. It is by default relative to Position and in normalized viewport coordinates. Some 2D actor subclasses ignore the position2 variable. | |
virtual vtkCoordinate | GetPosition2Coordinate () |
Access the Position2 instance variable. This variable controls the upper right corner of the Actor2D. It is by default relative to Position and in normalized viewport coordinates. Some 2D actor subclasses ignore the position2 variable. | |
virtual vtkCoordinate | GetPositionCoordinate () |
Get the PositionCoordinate instance of vtkCoordinate. This is used for for complicated or relative positioning. The position variable controls the lower left corner of the Actor2D. | |
vtkProperty2D | GetProperty () |
Returns this actor's vtkProperty2D. Creates a property if one doesn't already exist. | |
double | GetWidth () |
Set/Get the height and width of the Actor2D. The value is expressed as a fraction of the viewport. This really is just another way of setting the Position2 instance variable. | |
override int | HasTranslucentPolygonalGeometry () |
Does this prop have some translucent polygonal geometry? | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkActor2D | NewInstance () |
Undocumented Block. | |
override void | ReleaseGraphicsResources (vtkWindow arg0) |
Release any graphics resources that are being consumed by this actor. The parameter window could be used to determine which graphic resources to release. | |
override int | RenderOpaqueGeometry (vtkViewport viewport) |
Support the standard render methods. | |
override int | RenderOverlay (vtkViewport viewport) |
Support the standard render methods. | |
override int | RenderTranslucentPolygonalGeometry (vtkViewport viewport) |
Support the standard render methods. | |
void | SetDisplayPosition (int arg0, int arg1) |
Set the Prop2D's position in display coordinates. | |
void | SetHeight (double h) |
Set/Get the height and width of the Actor2D. The value is expressed as a fraction of the viewport. This really is just another way of setting the Position2 instance variable. | |
virtual void | SetLayerNumber (int _arg) |
Set/Get the layer number in the overlay planes into which to render. | |
virtual void | SetMapper (vtkMapper2D mapper) |
Set/Get the vtkMapper2D which defines the data to be drawn. | |
virtual void | SetPosition (IntPtr x) |
Get the PositionCoordinate instance of vtkCoordinate. This is used for for complicated or relative positioning. The position variable controls the lower left corner of the Actor2D. | |
virtual void | SetPosition (double x, double y) |
Get the PositionCoordinate instance of vtkCoordinate. This is used for for complicated or relative positioning. The position variable controls the lower left corner of the Actor2D. | |
virtual void | SetPosition2 (IntPtr x) |
Access the Position2 instance variable. This variable controls the upper right corner of the Actor2D. It is by default relative to Position and in normalized viewport coordinates. Some 2D actor subclasses ignore the position2 variable. | |
virtual void | SetPosition2 (double x, double y) |
Access the Position2 instance variable. This variable controls the upper right corner of the Actor2D. It is by default relative to Position and in normalized viewport coordinates. Some 2D actor subclasses ignore the position2 variable. | |
virtual void | SetProperty (vtkProperty2D arg0) |
Set this vtkProp's vtkProperty2D. | |
void | SetWidth (double w) |
Set/Get the height and width of the Actor2D. The value is expressed as a fraction of the viewport. This really is just another way of setting the Position2 instance variable. | |
override void | ShallowCopy (vtkProp prop) |
Shallow copy of this vtkActor2D. Overloads the virtual vtkProp method. | |
Static Public Member Functions | |
static new vtkActor2D | New () |
Creates an actor2D with the following defaults: position (0,0) (coordinate system is viewport); at layer 0. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkActor2D | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkActor2D" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "10vtkActor2D" |
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 | vtkActor2D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkActor2D_GetActors2D_01 (HandleRef pThis, HandleRef pc) |
static internal IntPtr | vtkActor2D_GetActualPosition2Coordinate_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkActor2D_GetActualPositionCoordinate_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal double | vtkActor2D_GetHeight_04 (HandleRef pThis) |
static internal int | vtkActor2D_GetLayerNumber_05 (HandleRef pThis) |
static internal uint | vtkActor2D_GetMTime_06 (HandleRef pThis) |
static internal IntPtr | vtkActor2D_GetMapper_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkActor2D_GetPosition_08 (HandleRef pThis) |
static internal IntPtr | vtkActor2D_GetPosition2_09 (HandleRef pThis) |
static internal IntPtr | vtkActor2D_GetPosition2Coordinate_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkActor2D_GetPositionCoordinate_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkActor2D_GetProperty_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal double | vtkActor2D_GetWidth_13 (HandleRef pThis) |
static internal int | vtkActor2D_HasTranslucentPolygonalGeometry_14 (HandleRef pThis) |
static internal int | vtkActor2D_IsA_15 (HandleRef pThis, string type) |
static internal int | vtkActor2D_IsTypeOf_16 (string type) |
static internal IntPtr | vtkActor2D_NewInstance_18 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkActor2D_ReleaseGraphicsResources_19 (HandleRef pThis, HandleRef arg0) |
static internal int | vtkActor2D_RenderOpaqueGeometry_20 (HandleRef pThis, HandleRef viewport) |
static internal int | vtkActor2D_RenderOverlay_21 (HandleRef pThis, HandleRef viewport) |
static internal int | vtkActor2D_RenderTranslucentPolygonalGeometry_22 (HandleRef pThis, HandleRef viewport) |
static internal IntPtr | vtkActor2D_SafeDownCast_23 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkActor2D_SetDisplayPosition_24 (HandleRef pThis, int arg0, int arg1) |
static internal void | vtkActor2D_SetHeight_25 (HandleRef pThis, double h) |
static internal void | vtkActor2D_SetLayerNumber_26 (HandleRef pThis, int _arg) |
static internal void | vtkActor2D_SetMapper_27 (HandleRef pThis, HandleRef mapper) |
static internal void | vtkActor2D_SetPosition_28 (HandleRef pThis, IntPtr x) |
static internal void | vtkActor2D_SetPosition_29 (HandleRef pThis, double x, double y) |
static internal void | vtkActor2D_SetPosition2_30 (HandleRef pThis, IntPtr x) |
static internal void | vtkActor2D_SetPosition2_31 (HandleRef pThis, double x, double y) |
static internal void | vtkActor2D_SetProperty_32 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkActor2D_SetWidth_33 (HandleRef pThis, double w) |
static internal void | vtkActor2D_ShallowCopy_34 (HandleRef pThis, HandleRef prop) |
Static Private Member Functions | |
static | vtkActor2D () |
Automatically generated type registration mechanics. |
vtkActor2D - a actor that draws 2D data
Description vtkActor2D is similar to vtkActor, but it is made to be used with two dimensional images and annotation. vtkActor2D has a position but does not use a transformation matrix like vtkActor (see the superclass vtkProp for information on positioning vtkActor2D). vtkActor2D has a reference to a vtkMapper2D object which does the rendering.
static Kitware.VTK.vtkActor2D.vtkActor2D | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkActor2D.vtkActor2D | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Creates an actor2D with the following defaults: position (0,0) (coordinate system is viewport); at layer 0.
override void Kitware.VTK.vtkActor2D.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.vtkProp.
Reimplemented in Kitware.VTK.vtkXYPlotActor, Kitware.VTK.vtkScalarBarActor, Kitware.VTK.vtkAxisActor2D, Kitware.VTK.vtkCubeAxesActor2D, Kitware.VTK.vtkCaptionActor2D, Kitware.VTK.vtkLeaderActor2D, Kitware.VTK.vtkParallelCoordinatesActor, Kitware.VTK.vtkTextActor, Kitware.VTK.vtkSpiderPlotActor, Kitware.VTK.vtkLegendBoxActor, Kitware.VTK.vtkPieChartActor, Kitware.VTK.vtkBarChartActor, Kitware.VTK.vtkCornerAnnotation, Kitware.VTK.vtkScaledTextActor, and Kitware.VTK.vtkTexturedActor2D.
override void Kitware.VTK.vtkActor2D.GetActors2D | ( | vtkPropCollection | pc | ) | [virtual] |
For some exporters and other other operations we must be able to collect all the actors or volumes. These methods are used in that process.
Reimplemented from Kitware.VTK.vtkProp.
virtual vtkCoordinate Kitware.VTK.vtkActor2D.GetActualPosition2Coordinate | ( | ) | [virtual] |
Return the actual vtkCoordinate reference that the mapper should use to position the actor. This is used internally by the mappers and should be overridden in specialized subclasses and otherwise ignored.
virtual vtkCoordinate Kitware.VTK.vtkActor2D.GetActualPositionCoordinate | ( | ) | [virtual] |
Return the actual vtkCoordinate reference that the mapper should use to position the actor. This is used internally by the mappers and should be overridden in specialized subclasses and otherwise ignored.
double Kitware.VTK.vtkActor2D.GetHeight | ( | ) |
Set/Get the height and width of the Actor2D. The value is expressed as a fraction of the viewport. This really is just another way of setting the Position2 instance variable.
virtual int Kitware.VTK.vtkActor2D.GetLayerNumber | ( | ) | [virtual] |
Set/Get the layer number in the overlay planes into which to render.
virtual vtkMapper2D Kitware.VTK.vtkActor2D.GetMapper | ( | ) | [virtual] |
Set/Get the vtkMapper2D which defines the data to be drawn.
override uint Kitware.VTK.vtkActor2D.GetMTime | ( | ) | [virtual] |
Return this objects MTime.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkXYPlotActor, and Kitware.VTK.vtkTexturedActor2D.
virtual double [] Kitware.VTK.vtkActor2D.GetPosition | ( | ) | [virtual] |
Get the PositionCoordinate instance of vtkCoordinate. This is used for for complicated or relative positioning. The position variable controls the lower left corner of the Actor2D.
virtual double [] Kitware.VTK.vtkActor2D.GetPosition2 | ( | ) | [virtual] |
Access the Position2 instance variable. This variable controls the upper right corner of the Actor2D. It is by default relative to Position and in normalized viewport coordinates. Some 2D actor subclasses ignore the position2 variable.
virtual vtkCoordinate Kitware.VTK.vtkActor2D.GetPosition2Coordinate | ( | ) | [virtual] |
Access the Position2 instance variable. This variable controls the upper right corner of the Actor2D. It is by default relative to Position and in normalized viewport coordinates. Some 2D actor subclasses ignore the position2 variable.
virtual vtkCoordinate Kitware.VTK.vtkActor2D.GetPositionCoordinate | ( | ) | [virtual] |
Get the PositionCoordinate instance of vtkCoordinate. This is used for for complicated or relative positioning. The position variable controls the lower left corner of the Actor2D.
Returns this actor's vtkProperty2D. Creates a property if one doesn't already exist.
double Kitware.VTK.vtkActor2D.GetWidth | ( | ) |
Set/Get the height and width of the Actor2D. The value is expressed as a fraction of the viewport. This really is just another way of setting the Position2 instance variable.
override int Kitware.VTK.vtkActor2D.HasTranslucentPolygonalGeometry | ( | ) | [virtual] |
Does this prop have some translucent polygonal geometry?
Reimplemented from Kitware.VTK.vtkProp.
Reimplemented in Kitware.VTK.vtkXYPlotActor, Kitware.VTK.vtkAxisActor2D, Kitware.VTK.vtkCubeAxesActor2D, Kitware.VTK.vtkLeaderActor2D, Kitware.VTK.vtkLegendBoxActor, Kitware.VTK.vtkScalarBarActor, Kitware.VTK.vtkCaptionActor2D, Kitware.VTK.vtkTextActor, Kitware.VTK.vtkSpiderPlotActor, Kitware.VTK.vtkCornerAnnotation, Kitware.VTK.vtkParallelCoordinatesActor, Kitware.VTK.vtkBarChartActor, and Kitware.VTK.vtkPieChartActor.
override int Kitware.VTK.vtkActor2D.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkProp.
Reimplemented in Kitware.VTK.vtkXYPlotActor, Kitware.VTK.vtkAxisActor2D, Kitware.VTK.vtkCubeAxesActor2D, Kitware.VTK.vtkLeaderActor2D, Kitware.VTK.vtkLegendBoxActor, Kitware.VTK.vtkScalarBarActor, Kitware.VTK.vtkCaptionActor2D, Kitware.VTK.vtkTextActor, Kitware.VTK.vtkSpiderPlotActor, Kitware.VTK.vtkCornerAnnotation, Kitware.VTK.vtkParallelCoordinatesActor, Kitware.VTK.vtkBarChartActor, Kitware.VTK.vtkPieChartActor, Kitware.VTK.vtkTexturedActor2D, and Kitware.VTK.vtkScaledTextActor.
static new int Kitware.VTK.vtkActor2D.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkProp.
Reimplemented in Kitware.VTK.vtkXYPlotActor, Kitware.VTK.vtkAxisActor2D, Kitware.VTK.vtkCubeAxesActor2D, Kitware.VTK.vtkLeaderActor2D, Kitware.VTK.vtkLegendBoxActor, Kitware.VTK.vtkScalarBarActor, Kitware.VTK.vtkCaptionActor2D, Kitware.VTK.vtkTextActor, Kitware.VTK.vtkSpiderPlotActor, Kitware.VTK.vtkCornerAnnotation, Kitware.VTK.vtkParallelCoordinatesActor, Kitware.VTK.vtkBarChartActor, Kitware.VTK.vtkPieChartActor, Kitware.VTK.vtkTexturedActor2D, and Kitware.VTK.vtkScaledTextActor.
static new vtkActor2D Kitware.VTK.vtkActor2D.New | ( | ) | [static] |
Creates an actor2D with the following defaults: position (0,0) (coordinate system is viewport); at layer 0.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkXYPlotActor, Kitware.VTK.vtkScalarBarActor, Kitware.VTK.vtkAxisActor2D, Kitware.VTK.vtkCaptionActor2D, Kitware.VTK.vtkCubeAxesActor2D, Kitware.VTK.vtkLeaderActor2D, Kitware.VTK.vtkParallelCoordinatesActor, Kitware.VTK.vtkSpiderPlotActor, Kitware.VTK.vtkTextActor, Kitware.VTK.vtkLegendBoxActor, Kitware.VTK.vtkPieChartActor, Kitware.VTK.vtkBarChartActor, Kitware.VTK.vtkCornerAnnotation, Kitware.VTK.vtkScaledTextActor, and Kitware.VTK.vtkTexturedActor2D.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkProp.
Reimplemented in Kitware.VTK.vtkXYPlotActor, Kitware.VTK.vtkAxisActor2D, Kitware.VTK.vtkCubeAxesActor2D, Kitware.VTK.vtkLeaderActor2D, Kitware.VTK.vtkLegendBoxActor, Kitware.VTK.vtkCaptionActor2D, Kitware.VTK.vtkScalarBarActor, Kitware.VTK.vtkSpiderPlotActor, Kitware.VTK.vtkTextActor, Kitware.VTK.vtkBarChartActor, Kitware.VTK.vtkPieChartActor, Kitware.VTK.vtkCornerAnnotation, Kitware.VTK.vtkParallelCoordinatesActor, Kitware.VTK.vtkTexturedActor2D, and Kitware.VTK.vtkScaledTextActor.
override void Kitware.VTK.vtkActor2D.ReleaseGraphicsResources | ( | vtkWindow | arg0 | ) | [virtual] |
Release any graphics resources that are being consumed by this actor. The parameter window could be used to determine which graphic resources to release.
Reimplemented from Kitware.VTK.vtkProp.
Reimplemented in Kitware.VTK.vtkXYPlotActor, Kitware.VTK.vtkAxisActor2D, Kitware.VTK.vtkCubeAxesActor2D, Kitware.VTK.vtkLeaderActor2D, Kitware.VTK.vtkLegendBoxActor, Kitware.VTK.vtkCaptionActor2D, Kitware.VTK.vtkScalarBarActor, Kitware.VTK.vtkSpiderPlotActor, Kitware.VTK.vtkTextActor, Kitware.VTK.vtkBarChartActor, Kitware.VTK.vtkPieChartActor, Kitware.VTK.vtkCornerAnnotation, Kitware.VTK.vtkParallelCoordinatesActor, and Kitware.VTK.vtkTexturedActor2D.
override int Kitware.VTK.vtkActor2D.RenderOpaqueGeometry | ( | vtkViewport | viewport | ) | [virtual] |
Support the standard render methods.
Reimplemented from Kitware.VTK.vtkProp.
Reimplemented in Kitware.VTK.vtkXYPlotActor, Kitware.VTK.vtkAxisActor2D, Kitware.VTK.vtkCubeAxesActor2D, Kitware.VTK.vtkLeaderActor2D, Kitware.VTK.vtkLegendBoxActor, Kitware.VTK.vtkCaptionActor2D, Kitware.VTK.vtkScalarBarActor, Kitware.VTK.vtkSpiderPlotActor, Kitware.VTK.vtkTextActor, Kitware.VTK.vtkBarChartActor, Kitware.VTK.vtkPieChartActor, Kitware.VTK.vtkCornerAnnotation, Kitware.VTK.vtkParallelCoordinatesActor, and Kitware.VTK.vtkTexturedActor2D.
override int Kitware.VTK.vtkActor2D.RenderOverlay | ( | vtkViewport | viewport | ) | [virtual] |
Support the standard render methods.
Reimplemented from Kitware.VTK.vtkProp.
Reimplemented in Kitware.VTK.vtkXYPlotActor, Kitware.VTK.vtkAxisActor2D, Kitware.VTK.vtkCubeAxesActor2D, Kitware.VTK.vtkLeaderActor2D, Kitware.VTK.vtkLegendBoxActor, Kitware.VTK.vtkCaptionActor2D, Kitware.VTK.vtkScalarBarActor, Kitware.VTK.vtkSpiderPlotActor, Kitware.VTK.vtkTextActor, Kitware.VTK.vtkBarChartActor, Kitware.VTK.vtkPieChartActor, Kitware.VTK.vtkCornerAnnotation, Kitware.VTK.vtkParallelCoordinatesActor, and Kitware.VTK.vtkTexturedActor2D.
override int Kitware.VTK.vtkActor2D.RenderTranslucentPolygonalGeometry | ( | vtkViewport | viewport | ) | [virtual] |
Support the standard render methods.
Reimplemented from Kitware.VTK.vtkProp.
Reimplemented in Kitware.VTK.vtkXYPlotActor, Kitware.VTK.vtkAxisActor2D, Kitware.VTK.vtkCubeAxesActor2D, Kitware.VTK.vtkLeaderActor2D, Kitware.VTK.vtkLegendBoxActor, Kitware.VTK.vtkCaptionActor2D, Kitware.VTK.vtkScalarBarActor, Kitware.VTK.vtkSpiderPlotActor, Kitware.VTK.vtkTextActor, Kitware.VTK.vtkBarChartActor, Kitware.VTK.vtkPieChartActor, Kitware.VTK.vtkCornerAnnotation, Kitware.VTK.vtkParallelCoordinatesActor, and Kitware.VTK.vtkTexturedActor2D.
static new vtkActor2D Kitware.VTK.vtkActor2D.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkProp.
Reimplemented in Kitware.VTK.vtkXYPlotActor, Kitware.VTK.vtkAxisActor2D, Kitware.VTK.vtkCubeAxesActor2D, Kitware.VTK.vtkLeaderActor2D, Kitware.VTK.vtkLegendBoxActor, Kitware.VTK.vtkCaptionActor2D, Kitware.VTK.vtkScalarBarActor, Kitware.VTK.vtkSpiderPlotActor, Kitware.VTK.vtkTextActor, Kitware.VTK.vtkBarChartActor, Kitware.VTK.vtkPieChartActor, Kitware.VTK.vtkCornerAnnotation, Kitware.VTK.vtkParallelCoordinatesActor, Kitware.VTK.vtkTexturedActor2D, and Kitware.VTK.vtkScaledTextActor.
void Kitware.VTK.vtkActor2D.SetDisplayPosition | ( | int | arg0, |
int | arg1 | ||
) |
Set the Prop2D's position in display coordinates.
void Kitware.VTK.vtkActor2D.SetHeight | ( | double | h | ) |
Set/Get the height and width of the Actor2D. The value is expressed as a fraction of the viewport. This really is just another way of setting the Position2 instance variable.
virtual void Kitware.VTK.vtkActor2D.SetLayerNumber | ( | int | _arg | ) | [virtual] |
Set/Get the layer number in the overlay planes into which to render.
virtual void Kitware.VTK.vtkActor2D.SetMapper | ( | vtkMapper2D | mapper | ) | [virtual] |
Set/Get the vtkMapper2D which defines the data to be drawn.
virtual void Kitware.VTK.vtkActor2D.SetPosition | ( | IntPtr | x | ) | [virtual] |
Get the PositionCoordinate instance of vtkCoordinate. This is used for for complicated or relative positioning. The position variable controls the lower left corner of the Actor2D.
virtual void Kitware.VTK.vtkActor2D.SetPosition | ( | double | x, |
double | y | ||
) | [virtual] |
Get the PositionCoordinate instance of vtkCoordinate. This is used for for complicated or relative positioning. The position variable controls the lower left corner of the Actor2D.
virtual void Kitware.VTK.vtkActor2D.SetPosition2 | ( | IntPtr | x | ) | [virtual] |
Access the Position2 instance variable. This variable controls the upper right corner of the Actor2D. It is by default relative to Position and in normalized viewport coordinates. Some 2D actor subclasses ignore the position2 variable.
virtual void Kitware.VTK.vtkActor2D.SetPosition2 | ( | double | x, |
double | y | ||
) | [virtual] |
Access the Position2 instance variable. This variable controls the upper right corner of the Actor2D. It is by default relative to Position and in normalized viewport coordinates. Some 2D actor subclasses ignore the position2 variable.
virtual void Kitware.VTK.vtkActor2D.SetProperty | ( | vtkProperty2D | arg0 | ) | [virtual] |
Set this vtkProp's vtkProperty2D.
void Kitware.VTK.vtkActor2D.SetWidth | ( | double | w | ) |
Set/Get the height and width of the Actor2D. The value is expressed as a fraction of the viewport. This really is just another way of setting the Position2 instance variable.
override void Kitware.VTK.vtkActor2D.ShallowCopy | ( | vtkProp | prop | ) | [virtual] |
Shallow copy of this vtkActor2D. Overloads the virtual vtkProp method.
Reimplemented from Kitware.VTK.vtkProp.
Reimplemented in Kitware.VTK.vtkAxisActor2D, Kitware.VTK.vtkLegendBoxActor, Kitware.VTK.vtkLeaderActor2D, Kitware.VTK.vtkScalarBarActor, Kitware.VTK.vtkCaptionActor2D, Kitware.VTK.vtkTextActor, and Kitware.VTK.vtkTexturedActor2D.
static internal void Kitware.VTK.vtkActor2D.vtkActor2D_GetActors2D_01 | ( | HandleRef | pThis, |
HandleRef | pc | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkActor2D.vtkActor2D_GetActualPosition2Coordinate_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkActor2D.vtkActor2D_GetActualPositionCoordinate_03 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal double Kitware.VTK.vtkActor2D.vtkActor2D_GetHeight_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkActor2D.vtkActor2D_GetLayerNumber_05 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkActor2D.vtkActor2D_GetMapper_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal uint Kitware.VTK.vtkActor2D.vtkActor2D_GetMTime_06 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkActor2D.vtkActor2D_GetPosition2_09 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkActor2D.vtkActor2D_GetPosition2Coordinate_10 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkActor2D.vtkActor2D_GetPosition_08 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkActor2D.vtkActor2D_GetPositionCoordinate_11 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkActor2D.vtkActor2D_GetProperty_12 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal double Kitware.VTK.vtkActor2D.vtkActor2D_GetWidth_13 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkActor2D.vtkActor2D_HasTranslucentPolygonalGeometry_14 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkActor2D.vtkActor2D_IsA_15 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkActor2D.vtkActor2D_IsTypeOf_16 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkActor2D.vtkActor2D_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkActor2D.vtkActor2D_NewInstance_18 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkActor2D.vtkActor2D_ReleaseGraphicsResources_19 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkActor2D.vtkActor2D_RenderOpaqueGeometry_20 | ( | HandleRef | pThis, |
HandleRef | viewport | ||
) | [private] |
static internal int Kitware.VTK.vtkActor2D.vtkActor2D_RenderOverlay_21 | ( | HandleRef | pThis, |
HandleRef | viewport | ||
) | [private] |
static internal int Kitware.VTK.vtkActor2D.vtkActor2D_RenderTranslucentPolygonalGeometry_22 | ( | HandleRef | pThis, |
HandleRef | viewport | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkActor2D.vtkActor2D_SafeDownCast_23 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkActor2D.vtkActor2D_SetDisplayPosition_24 | ( | HandleRef | pThis, |
int | arg0, | ||
int | arg1 | ||
) | [private] |
static internal void Kitware.VTK.vtkActor2D.vtkActor2D_SetHeight_25 | ( | HandleRef | pThis, |
double | h | ||
) | [private] |
static internal void Kitware.VTK.vtkActor2D.vtkActor2D_SetLayerNumber_26 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkActor2D.vtkActor2D_SetMapper_27 | ( | HandleRef | pThis, |
HandleRef | mapper | ||
) | [private] |
static internal void Kitware.VTK.vtkActor2D.vtkActor2D_SetPosition2_30 | ( | HandleRef | pThis, |
IntPtr | x | ||
) | [private] |
static internal void Kitware.VTK.vtkActor2D.vtkActor2D_SetPosition2_31 | ( | HandleRef | pThis, |
double | x, | ||
double | y | ||
) | [private] |
static internal void Kitware.VTK.vtkActor2D.vtkActor2D_SetPosition_28 | ( | HandleRef | pThis, |
IntPtr | x | ||
) | [private] |
static internal void Kitware.VTK.vtkActor2D.vtkActor2D_SetPosition_29 | ( | HandleRef | pThis, |
double | x, | ||
double | y | ||
) | [private] |
static internal void Kitware.VTK.vtkActor2D.vtkActor2D_SetProperty_32 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkActor2D.vtkActor2D_SetWidth_33 | ( | HandleRef | pThis, |
double | w | ||
) | [private] |
static internal void Kitware.VTK.vtkActor2D.vtkActor2D_ShallowCopy_34 | ( | HandleRef | pThis, |
HandleRef | prop | ||
) | [private] |
new readonly string Kitware.VTK.vtkActor2D.MRClassNameKey = "10vtkActor2D" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkProp.
Reimplemented in Kitware.VTK.vtkXYPlotActor, Kitware.VTK.vtkAxisActor2D, Kitware.VTK.vtkScalarBarActor, Kitware.VTK.vtkCaptionActor2D, Kitware.VTK.vtkCubeAxesActor2D, Kitware.VTK.vtkLeaderActor2D, Kitware.VTK.vtkParallelCoordinatesActor, Kitware.VTK.vtkSpiderPlotActor, Kitware.VTK.vtkTextActor, Kitware.VTK.vtkLegendBoxActor, Kitware.VTK.vtkPieChartActor, Kitware.VTK.vtkBarChartActor, Kitware.VTK.vtkCornerAnnotation, Kitware.VTK.vtkScaledTextActor, and Kitware.VTK.vtkTexturedActor2D.
new const string Kitware.VTK.vtkActor2D.MRFullTypeName = "Kitware.VTK.vtkActor2D" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkProp.
Reimplemented in Kitware.VTK.vtkXYPlotActor, Kitware.VTK.vtkAxisActor2D, Kitware.VTK.vtkScalarBarActor, Kitware.VTK.vtkCaptionActor2D, Kitware.VTK.vtkCubeAxesActor2D, Kitware.VTK.vtkLeaderActor2D, Kitware.VTK.vtkParallelCoordinatesActor, Kitware.VTK.vtkSpiderPlotActor, Kitware.VTK.vtkTextActor, Kitware.VTK.vtkLegendBoxActor, Kitware.VTK.vtkPieChartActor, Kitware.VTK.vtkBarChartActor, Kitware.VTK.vtkCornerAnnotation, Kitware.VTK.vtkScaledTextActor, and Kitware.VTK.vtkTexturedActor2D.