ActiViz .NET
5.8.0
|
vtkTextActor3D - An actor that displays text. More...
Public Member Functions | |
vtkTextActor3D (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkTextActor3D () | |
Undocumented Block. | |
int | GetBoundingBox (IntPtr bbox) |
Get the Freetype-derived real bounding box for the given vtkTextProperty and text string str. Results are returned in the four element bbox int array. This call can be used for sizing other elements. | |
override double[] | GetBounds () |
Get the bounds for this Prop3D as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax). These are the padded-to-power-of-two texture bounds. | |
virtual string | GetInput () |
Set the text string to be displayed. | |
virtual vtkTextProperty | GetTextProperty () |
Set/Get the text property. | |
override int | HasTranslucentPolygonalGeometry () |
Get the Freetype-derived real bounding box for the given vtkTextProperty and text string str. Results are returned in the four element bbox int array. This call can be used for sizing other elements. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkTextActor3D | NewInstance () |
Undocumented Block. | |
override void | ReleaseGraphicsResources (vtkWindow arg0) |
Get the Freetype-derived real bounding box for the given vtkTextProperty and text string str. Results are returned in the four element bbox int array. This call can be used for sizing other elements. | |
override int | RenderOpaqueGeometry (vtkViewport viewport) |
Get the Freetype-derived real bounding box for the given vtkTextProperty and text string str. Results are returned in the four element bbox int array. This call can be used for sizing other elements. | |
override int | RenderOverlay (vtkViewport viewport) |
Get the Freetype-derived real bounding box for the given vtkTextProperty and text string str. Results are returned in the four element bbox int array. This call can be used for sizing other elements. | |
override int | RenderTranslucentPolygonalGeometry (vtkViewport viewport) |
Get the Freetype-derived real bounding box for the given vtkTextProperty and text string str. Results are returned in the four element bbox int array. This call can be used for sizing other elements. | |
virtual void | SetInput (string _arg) |
Set the text string to be displayed. | |
virtual void | SetTextProperty (vtkTextProperty p) |
Set/Get the text property. | |
override void | ShallowCopy (vtkProp prop) |
Shallow copy of this text actor. Overloads the virtual vtkProp method. | |
Static Public Member Functions | |
static new vtkTextActor3D | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkTextActor3D | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkTextActor3D" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "14vtkTextActor3D" |
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 | vtkTextActor3D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkTextActor3D_GetBoundingBox_01 (HandleRef pThis, IntPtr bbox) |
static internal IntPtr | vtkTextActor3D_GetBounds_02 (HandleRef pThis) |
static internal IntPtr | vtkTextActor3D_GetInput_03 (HandleRef pThis) |
static internal IntPtr | vtkTextActor3D_GetTextProperty_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkTextActor3D_HasTranslucentPolygonalGeometry_05 (HandleRef pThis) |
static internal int | vtkTextActor3D_IsA_06 (HandleRef pThis, string type) |
static internal int | vtkTextActor3D_IsTypeOf_07 (string type) |
static internal IntPtr | vtkTextActor3D_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTextActor3D_ReleaseGraphicsResources_10 (HandleRef pThis, HandleRef arg0) |
static internal int | vtkTextActor3D_RenderOpaqueGeometry_11 (HandleRef pThis, HandleRef viewport) |
static internal int | vtkTextActor3D_RenderOverlay_12 (HandleRef pThis, HandleRef viewport) |
static internal int | vtkTextActor3D_RenderTranslucentPolygonalGeometry_13 (HandleRef pThis, HandleRef viewport) |
static internal IntPtr | vtkTextActor3D_SafeDownCast_14 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTextActor3D_SetInput_15 (HandleRef pThis, string _arg) |
static internal void | vtkTextActor3D_SetTextProperty_16 (HandleRef pThis, HandleRef p) |
static internal void | vtkTextActor3D_ShallowCopy_17 (HandleRef pThis, HandleRef prop) |
Static Private Member Functions | |
static | vtkTextActor3D () |
Automatically generated type registration mechanics. |
vtkTextActor3D - An actor that displays text.
Description The input text is rendered into a buffer, which in turn is used as a texture applied onto a quad (a vtkImageActor is used under the hood). Warning This class is experimental at the moment.
static Kitware.VTK.vtkTextActor3D.vtkTextActor3D | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkTextActor3D.vtkTextActor3D | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkTextActor3D.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.vtkProp3D.
int Kitware.VTK.vtkTextActor3D.GetBoundingBox | ( | IntPtr | bbox | ) |
Get the Freetype-derived real bounding box for the given vtkTextProperty and text string str. Results are returned in the four element bbox int array. This call can be used for sizing other elements.
override double [] Kitware.VTK.vtkTextActor3D.GetBounds | ( | ) | [virtual] |
Get the bounds for this Prop3D as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax). These are the padded-to-power-of-two texture bounds.
Reimplemented from Kitware.VTK.vtkProp3D.
virtual string Kitware.VTK.vtkTextActor3D.GetInput | ( | ) | [virtual] |
Set the text string to be displayed.
virtual vtkTextProperty Kitware.VTK.vtkTextActor3D.GetTextProperty | ( | ) | [virtual] |
Set/Get the text property.
override int Kitware.VTK.vtkTextActor3D.HasTranslucentPolygonalGeometry | ( | ) | [virtual] |
Get the Freetype-derived real bounding box for the given vtkTextProperty and text string str. Results are returned in the four element bbox int array. This call can be used for sizing other elements.
Reimplemented from Kitware.VTK.vtkProp.
override int Kitware.VTK.vtkTextActor3D.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkProp3D.
static new int Kitware.VTK.vtkTextActor3D.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkProp3D.
static new vtkTextActor3D Kitware.VTK.vtkTextActor3D.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkProp3D.
override void Kitware.VTK.vtkTextActor3D.ReleaseGraphicsResources | ( | vtkWindow | arg0 | ) | [virtual] |
Get the Freetype-derived real bounding box for the given vtkTextProperty and text string str. Results are returned in the four element bbox int array. This call can be used for sizing other elements.
Reimplemented from Kitware.VTK.vtkProp.
override int Kitware.VTK.vtkTextActor3D.RenderOpaqueGeometry | ( | vtkViewport | viewport | ) | [virtual] |
Get the Freetype-derived real bounding box for the given vtkTextProperty and text string str. Results are returned in the four element bbox int array. This call can be used for sizing other elements.
Reimplemented from Kitware.VTK.vtkProp.
override int Kitware.VTK.vtkTextActor3D.RenderOverlay | ( | vtkViewport | viewport | ) | [virtual] |
Get the Freetype-derived real bounding box for the given vtkTextProperty and text string str. Results are returned in the four element bbox int array. This call can be used for sizing other elements.
Reimplemented from Kitware.VTK.vtkProp.
override int Kitware.VTK.vtkTextActor3D.RenderTranslucentPolygonalGeometry | ( | vtkViewport | viewport | ) | [virtual] |
Get the Freetype-derived real bounding box for the given vtkTextProperty and text string str. Results are returned in the four element bbox int array. This call can be used for sizing other elements.
Reimplemented from Kitware.VTK.vtkProp.
static new vtkTextActor3D Kitware.VTK.vtkTextActor3D.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkProp3D.
virtual void Kitware.VTK.vtkTextActor3D.SetInput | ( | string | _arg | ) | [virtual] |
Set the text string to be displayed.
virtual void Kitware.VTK.vtkTextActor3D.SetTextProperty | ( | vtkTextProperty | p | ) | [virtual] |
Set/Get the text property.
override void Kitware.VTK.vtkTextActor3D.ShallowCopy | ( | vtkProp | prop | ) | [virtual] |
Shallow copy of this text actor. Overloads the virtual vtkProp method.
Reimplemented from Kitware.VTK.vtkProp3D.
static internal int Kitware.VTK.vtkTextActor3D.vtkTextActor3D_GetBoundingBox_01 | ( | HandleRef | pThis, |
IntPtr | bbox | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTextActor3D.vtkTextActor3D_GetBounds_02 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTextActor3D.vtkTextActor3D_GetInput_03 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTextActor3D.vtkTextActor3D_GetTextProperty_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkTextActor3D.vtkTextActor3D_HasTranslucentPolygonalGeometry_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTextActor3D.vtkTextActor3D_IsA_06 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkTextActor3D.vtkTextActor3D_IsTypeOf_07 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTextActor3D.vtkTextActor3D_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTextActor3D.vtkTextActor3D_NewInstance_09 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkTextActor3D.vtkTextActor3D_ReleaseGraphicsResources_10 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkTextActor3D.vtkTextActor3D_RenderOpaqueGeometry_11 | ( | HandleRef | pThis, |
HandleRef | viewport | ||
) | [private] |
static internal int Kitware.VTK.vtkTextActor3D.vtkTextActor3D_RenderOverlay_12 | ( | HandleRef | pThis, |
HandleRef | viewport | ||
) | [private] |
static internal int Kitware.VTK.vtkTextActor3D.vtkTextActor3D_RenderTranslucentPolygonalGeometry_13 | ( | HandleRef | pThis, |
HandleRef | viewport | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTextActor3D.vtkTextActor3D_SafeDownCast_14 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkTextActor3D.vtkTextActor3D_SetInput_15 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTextActor3D.vtkTextActor3D_SetTextProperty_16 | ( | HandleRef | pThis, |
HandleRef | p | ||
) | [private] |
static internal void Kitware.VTK.vtkTextActor3D.vtkTextActor3D_ShallowCopy_17 | ( | HandleRef | pThis, |
HandleRef | prop | ||
) | [private] |
new readonly string Kitware.VTK.vtkTextActor3D.MRClassNameKey = "14vtkTextActor3D" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkProp3D.
new const string Kitware.VTK.vtkTextActor3D.MRFullTypeName = "Kitware.VTK.vtkTextActor3D" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkProp3D.