ActiViz .NET
5.8.0
|
vtkTextRepresentation - represent text for vtkTextWidget More...
Public Types | |
enum | AnyLocation_WrapperEnum { AnyLocation = 0, LowerCenter = 3, LowerLeftCorner = 1, LowerRightCorner = 2, UpperCenter = 6, UpperLeftCorner = 4, UpperRightCorner = 5 } |
These methods are necessary to make this representation behave as a vtkProp. More... | |
Public Member Functions | |
vtkTextRepresentation (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkTextRepresentation () | |
Instantiate class. | |
override void | BuildRepresentation () |
Satisfy the superclasses API. | |
void | ExecuteTextActorModifiedEvent (vtkObject obj, uint enumEvent, IntPtr p) |
Internal. Excecute events observed by internal observer. | |
void | ExecuteTextPropertyModifiedEvent (vtkObject obj, uint enumEvent, IntPtr p) |
Internal. Excecute events observed by internal observer. | |
override void | GetActors2D (vtkPropCollection arg0) |
These methods are necessary to make this representation behave as a vtkProp. | |
override void | GetSize (IntPtr size) |
Satisfy the superclasses API. | |
string | GetText () |
Get/Set the text string display by this representation. | |
virtual vtkTextActor | GetTextActor () |
Specify the vtkTextActor to manage. If not specified, then one is automatically created. | |
virtual int | GetWindowLocation () |
Set the text position, by enumeration ( AnyLocation = 0, LowerLeftCorner, LowerRightCorner, LowerCenter, UpperLeftCorner, UpperRightCorner, UpperCenter) related to the render window. | |
override int | HasTranslucentPolygonalGeometry () |
These methods are necessary to make this representation behave as a vtkProp. | |
override int | IsA (string type) |
Standard VTK methods. | |
new vtkTextRepresentation | NewInstance () |
Standard VTK methods. | |
override void | ReleaseGraphicsResources (vtkWindow arg0) |
These methods are necessary to make this representation behave as a vtkProp. | |
override int | RenderOpaqueGeometry (vtkViewport arg0) |
These methods are necessary to make this representation behave as a vtkProp. | |
override int | RenderOverlay (vtkViewport arg0) |
These methods are necessary to make this representation behave as a vtkProp. | |
override int | RenderTranslucentPolygonalGeometry (vtkViewport arg0) |
These methods are necessary to make this representation behave as a vtkProp. | |
override void | SetPosition (double x, double y) |
Set the text position, by overiding the same function of vtkBorderRepresentation so that the Modified() will be called. | |
override void | SetPosition (IntPtr pos) |
Set the text position, by overiding the same function of vtkBorderRepresentation so that the Modified() will be called. | |
void | SetText (string text) |
Get/Set the text string display by this representation. | |
void | SetTextActor (vtkTextActor textActor) |
Specify the vtkTextActor to manage. If not specified, then one is automatically created. | |
virtual void | SetWindowLocation (int enumLocation) |
Set the text position, by enumeration ( AnyLocation = 0, LowerLeftCorner, LowerRightCorner, LowerCenter, UpperLeftCorner, UpperRightCorner, UpperCenter) related to the render window. | |
Static Public Member Functions | |
static new vtkTextRepresentation | New () |
Instantiate class. | |
static new int | IsTypeOf (string type) |
Standard VTK methods. | |
static new vtkTextRepresentation | SafeDownCast (vtkObjectBase o) |
Standard VTK methods. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkTextRepresentation" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "21vtkTextRepresentation" |
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 | vtkTextRepresentation_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTextRepresentation_BuildRepresentation_01 (HandleRef pThis) |
static internal void | vtkTextRepresentation_ExecuteTextActorModifiedEvent_02 (HandleRef pThis, HandleRef obj, uint enumEvent, IntPtr p) |
static internal void | vtkTextRepresentation_ExecuteTextPropertyModifiedEvent_03 (HandleRef pThis, HandleRef obj, uint enumEvent, IntPtr p) |
static internal void | vtkTextRepresentation_GetActors2D_04 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkTextRepresentation_GetSize_05 (HandleRef pThis, IntPtr size) |
static internal IntPtr | vtkTextRepresentation_GetText_06 (HandleRef pThis) |
static internal IntPtr | vtkTextRepresentation_GetTextActor_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkTextRepresentation_GetWindowLocation_08 (HandleRef pThis) |
static internal int | vtkTextRepresentation_HasTranslucentPolygonalGeometry_09 (HandleRef pThis) |
static internal int | vtkTextRepresentation_IsA_10 (HandleRef pThis, string type) |
static internal int | vtkTextRepresentation_IsTypeOf_11 (string type) |
static internal IntPtr | vtkTextRepresentation_NewInstance_13 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTextRepresentation_ReleaseGraphicsResources_14 (HandleRef pThis, HandleRef arg0) |
static internal int | vtkTextRepresentation_RenderOpaqueGeometry_15 (HandleRef pThis, HandleRef arg0) |
static internal int | vtkTextRepresentation_RenderOverlay_16 (HandleRef pThis, HandleRef arg0) |
static internal int | vtkTextRepresentation_RenderTranslucentPolygonalGeometry_17 (HandleRef pThis, HandleRef arg0) |
static internal IntPtr | vtkTextRepresentation_SafeDownCast_18 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTextRepresentation_SetPosition_19 (HandleRef pThis, double x, double y) |
static internal void | vtkTextRepresentation_SetPosition_20 (HandleRef pThis, IntPtr pos) |
static internal void | vtkTextRepresentation_SetText_21 (HandleRef pThis, string text) |
static internal void | vtkTextRepresentation_SetTextActor_22 (HandleRef pThis, HandleRef textActor) |
static internal void | vtkTextRepresentation_SetWindowLocation_23 (HandleRef pThis, int enumLocation) |
Static Private Member Functions | |
static | vtkTextRepresentation () |
Automatically generated type registration mechanics. |
vtkTextRepresentation - represent text for vtkTextWidget
Description This class represents text for a vtkTextWidget. This class provides support for interactively placing text on the 2D overlay plane. The text is defined by an instance of vtkTextActor.
These methods are necessary to make this representation behave as a vtkProp.
static Kitware.VTK.vtkTextRepresentation.vtkTextRepresentation | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkTextRepresentation.vtkTextRepresentation | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Instantiate class.
override void Kitware.VTK.vtkTextRepresentation.BuildRepresentation | ( | ) | [virtual] |
Satisfy the superclasses API.
Reimplemented from Kitware.VTK.vtkBorderRepresentation.
override void Kitware.VTK.vtkTextRepresentation.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.vtkBorderRepresentation.
void Kitware.VTK.vtkTextRepresentation.ExecuteTextActorModifiedEvent | ( | vtkObject | obj, |
uint | enumEvent, | ||
IntPtr | p | ||
) |
Internal. Excecute events observed by internal observer.
void Kitware.VTK.vtkTextRepresentation.ExecuteTextPropertyModifiedEvent | ( | vtkObject | obj, |
uint | enumEvent, | ||
IntPtr | p | ||
) |
Internal. Excecute events observed by internal observer.
override void Kitware.VTK.vtkTextRepresentation.GetActors2D | ( | vtkPropCollection | arg0 | ) | [virtual] |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from Kitware.VTK.vtkBorderRepresentation.
override void Kitware.VTK.vtkTextRepresentation.GetSize | ( | IntPtr | size | ) | [virtual] |
Satisfy the superclasses API.
Reimplemented from Kitware.VTK.vtkBorderRepresentation.
string Kitware.VTK.vtkTextRepresentation.GetText | ( | ) |
Get/Set the text string display by this representation.
virtual vtkTextActor Kitware.VTK.vtkTextRepresentation.GetTextActor | ( | ) | [virtual] |
Specify the vtkTextActor to manage. If not specified, then one is automatically created.
virtual int Kitware.VTK.vtkTextRepresentation.GetWindowLocation | ( | ) | [virtual] |
Set the text position, by enumeration ( AnyLocation = 0, LowerLeftCorner, LowerRightCorner, LowerCenter, UpperLeftCorner, UpperRightCorner, UpperCenter) related to the render window.
override int Kitware.VTK.vtkTextRepresentation.HasTranslucentPolygonalGeometry | ( | ) | [virtual] |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from Kitware.VTK.vtkBorderRepresentation.
override int Kitware.VTK.vtkTextRepresentation.IsA | ( | string | type | ) | [virtual] |
Standard VTK methods.
Reimplemented from Kitware.VTK.vtkBorderRepresentation.
static new int Kitware.VTK.vtkTextRepresentation.IsTypeOf | ( | string | type | ) | [static] |
Standard VTK methods.
Reimplemented from Kitware.VTK.vtkBorderRepresentation.
static new vtkTextRepresentation Kitware.VTK.vtkTextRepresentation.New | ( | ) | [static] |
Instantiate class.
Reimplemented from Kitware.VTK.vtkBorderRepresentation.
Standard VTK methods.
Reimplemented from Kitware.VTK.vtkBorderRepresentation.
override void Kitware.VTK.vtkTextRepresentation.ReleaseGraphicsResources | ( | vtkWindow | arg0 | ) | [virtual] |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from Kitware.VTK.vtkBorderRepresentation.
override int Kitware.VTK.vtkTextRepresentation.RenderOpaqueGeometry | ( | vtkViewport | arg0 | ) | [virtual] |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from Kitware.VTK.vtkBorderRepresentation.
override int Kitware.VTK.vtkTextRepresentation.RenderOverlay | ( | vtkViewport | arg0 | ) | [virtual] |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from Kitware.VTK.vtkBorderRepresentation.
override int Kitware.VTK.vtkTextRepresentation.RenderTranslucentPolygonalGeometry | ( | vtkViewport | arg0 | ) | [virtual] |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from Kitware.VTK.vtkBorderRepresentation.
static new vtkTextRepresentation Kitware.VTK.vtkTextRepresentation.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Standard VTK methods.
Reimplemented from Kitware.VTK.vtkBorderRepresentation.
override void Kitware.VTK.vtkTextRepresentation.SetPosition | ( | double | x, |
double | y | ||
) | [virtual] |
Set the text position, by overiding the same function of vtkBorderRepresentation so that the Modified() will be called.
Reimplemented from Kitware.VTK.vtkBorderRepresentation.
override void Kitware.VTK.vtkTextRepresentation.SetPosition | ( | IntPtr | pos | ) | [virtual] |
Set the text position, by overiding the same function of vtkBorderRepresentation so that the Modified() will be called.
Reimplemented from Kitware.VTK.vtkBorderRepresentation.
void Kitware.VTK.vtkTextRepresentation.SetText | ( | string | text | ) |
Get/Set the text string display by this representation.
void Kitware.VTK.vtkTextRepresentation.SetTextActor | ( | vtkTextActor | textActor | ) |
Specify the vtkTextActor to manage. If not specified, then one is automatically created.
virtual void Kitware.VTK.vtkTextRepresentation.SetWindowLocation | ( | int | enumLocation | ) | [virtual] |
Set the text position, by enumeration ( AnyLocation = 0, LowerLeftCorner, LowerRightCorner, LowerCenter, UpperLeftCorner, UpperRightCorner, UpperCenter) related to the render window.
static internal void Kitware.VTK.vtkTextRepresentation.vtkTextRepresentation_BuildRepresentation_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTextRepresentation.vtkTextRepresentation_ExecuteTextActorModifiedEvent_02 | ( | HandleRef | pThis, |
HandleRef | obj, | ||
uint | enumEvent, | ||
IntPtr | p | ||
) | [private] |
static internal void Kitware.VTK.vtkTextRepresentation.vtkTextRepresentation_ExecuteTextPropertyModifiedEvent_03 | ( | HandleRef | pThis, |
HandleRef | obj, | ||
uint | enumEvent, | ||
IntPtr | p | ||
) | [private] |
static internal void Kitware.VTK.vtkTextRepresentation.vtkTextRepresentation_GetActors2D_04 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkTextRepresentation.vtkTextRepresentation_GetSize_05 | ( | HandleRef | pThis, |
IntPtr | size | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTextRepresentation.vtkTextRepresentation_GetText_06 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTextRepresentation.vtkTextRepresentation_GetTextActor_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkTextRepresentation.vtkTextRepresentation_GetWindowLocation_08 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTextRepresentation.vtkTextRepresentation_HasTranslucentPolygonalGeometry_09 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTextRepresentation.vtkTextRepresentation_IsA_10 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkTextRepresentation.vtkTextRepresentation_IsTypeOf_11 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTextRepresentation.vtkTextRepresentation_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTextRepresentation.vtkTextRepresentation_NewInstance_13 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkTextRepresentation.vtkTextRepresentation_ReleaseGraphicsResources_14 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkTextRepresentation.vtkTextRepresentation_RenderOpaqueGeometry_15 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkTextRepresentation.vtkTextRepresentation_RenderOverlay_16 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkTextRepresentation.vtkTextRepresentation_RenderTranslucentPolygonalGeometry_17 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTextRepresentation.vtkTextRepresentation_SafeDownCast_18 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkTextRepresentation.vtkTextRepresentation_SetPosition_19 | ( | HandleRef | pThis, |
double | x, | ||
double | y | ||
) | [private] |
static internal void Kitware.VTK.vtkTextRepresentation.vtkTextRepresentation_SetPosition_20 | ( | HandleRef | pThis, |
IntPtr | pos | ||
) | [private] |
static internal void Kitware.VTK.vtkTextRepresentation.vtkTextRepresentation_SetText_21 | ( | HandleRef | pThis, |
string | text | ||
) | [private] |
static internal void Kitware.VTK.vtkTextRepresentation.vtkTextRepresentation_SetTextActor_22 | ( | HandleRef | pThis, |
HandleRef | textActor | ||
) | [private] |
static internal void Kitware.VTK.vtkTextRepresentation.vtkTextRepresentation_SetWindowLocation_23 | ( | HandleRef | pThis, |
int | enumLocation | ||
) | [private] |
new readonly string Kitware.VTK.vtkTextRepresentation.MRClassNameKey = "21vtkTextRepresentation" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkBorderRepresentation.
new const string Kitware.VTK.vtkTextRepresentation.MRFullTypeName = "Kitware.VTK.vtkTextRepresentation" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkBorderRepresentation.