|
ActiViz .NET
5.8.0
|
vtkLogoRepresentation - represent the vtkLogoWidget More...
Public Member Functions | |
| vtkLogoRepresentation (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkLogoRepresentation () | |
| Instantiate this class. | |
| override void | BuildRepresentation () |
| Satisfy the superclasses' API. | |
| override void | GetActors2D (vtkPropCollection pc) |
| These methods are necessary to make this representation behave as a vtkProp. | |
| virtual vtkImageData | GetImage () |
| Specify/retrieve the image to display in the balloon. | |
| virtual vtkProperty2D | GetImageProperty () |
| Set/get the image property (relevant only if an image is shown). | |
| override int | IsA (string type) |
| Standard VTK class methods. | |
| new vtkLogoRepresentation | NewInstance () |
| Standard VTK class methods. | |
| override void | ReleaseGraphicsResources (vtkWindow 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. | |
| virtual void | SetImage (vtkImageData img) |
| Specify/retrieve the image to display in the balloon. | |
| virtual void | SetImageProperty (vtkProperty2D p) |
| Set/get the image property (relevant only if an image is shown). | |
Static Public Member Functions | |
| static new vtkLogoRepresentation | New () |
| Instantiate this class. | |
| static new int | IsTypeOf (string type) |
| Standard VTK class methods. | |
| static new vtkLogoRepresentation | SafeDownCast (vtkObjectBase o) |
| Standard VTK class methods. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkLogoRepresentation" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "21vtkLogoRepresentation" |
| 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 | vtkLogoRepresentation_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkLogoRepresentation_BuildRepresentation_01 (HandleRef pThis) |
| static internal void | vtkLogoRepresentation_GetActors2D_02 (HandleRef pThis, HandleRef pc) |
| static internal IntPtr | vtkLogoRepresentation_GetImage_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkLogoRepresentation_GetImageProperty_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkLogoRepresentation_IsA_05 (HandleRef pThis, string type) |
| static internal int | vtkLogoRepresentation_IsTypeOf_06 (string type) |
| static internal IntPtr | vtkLogoRepresentation_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkLogoRepresentation_ReleaseGraphicsResources_09 (HandleRef pThis, HandleRef arg0) |
| static internal int | vtkLogoRepresentation_RenderOverlay_10 (HandleRef pThis, HandleRef arg0) |
| static internal IntPtr | vtkLogoRepresentation_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkLogoRepresentation_SetImage_12 (HandleRef pThis, HandleRef img) |
| static internal void | vtkLogoRepresentation_SetImageProperty_13 (HandleRef pThis, HandleRef p) |
Static Private Member Functions | |
| static | vtkLogoRepresentation () |
| Automatically generated type registration mechanics. | |
vtkLogoRepresentation - represent the vtkLogoWidget
Description
| static Kitware.VTK.vtkLogoRepresentation.vtkLogoRepresentation | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkLogoRepresentation.vtkLogoRepresentation | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Instantiate this class.
| override void Kitware.VTK.vtkLogoRepresentation.BuildRepresentation | ( | ) | [virtual] |
Satisfy the superclasses' API.
Reimplemented from Kitware.VTK.vtkBorderRepresentation.
| override void Kitware.VTK.vtkLogoRepresentation.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.
| override void Kitware.VTK.vtkLogoRepresentation.GetActors2D | ( | vtkPropCollection | pc | ) | [virtual] |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from Kitware.VTK.vtkBorderRepresentation.
| virtual vtkImageData Kitware.VTK.vtkLogoRepresentation.GetImage | ( | ) | [virtual] |
Specify/retrieve the image to display in the balloon.
| virtual vtkProperty2D Kitware.VTK.vtkLogoRepresentation.GetImageProperty | ( | ) | [virtual] |
Set/get the image property (relevant only if an image is shown).
| override int Kitware.VTK.vtkLogoRepresentation.IsA | ( | string | type | ) | [virtual] |
Standard VTK class methods.
Reimplemented from Kitware.VTK.vtkBorderRepresentation.
| static new int Kitware.VTK.vtkLogoRepresentation.IsTypeOf | ( | string | type | ) | [static] |
Standard VTK class methods.
Reimplemented from Kitware.VTK.vtkBorderRepresentation.
| static new vtkLogoRepresentation Kitware.VTK.vtkLogoRepresentation.New | ( | ) | [static] |
Instantiate this class.
Reimplemented from Kitware.VTK.vtkBorderRepresentation.
Standard VTK class methods.
Reimplemented from Kitware.VTK.vtkBorderRepresentation.
| override void Kitware.VTK.vtkLogoRepresentation.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.vtkLogoRepresentation.RenderOverlay | ( | vtkViewport | arg0 | ) | [virtual] |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from Kitware.VTK.vtkBorderRepresentation.
| static new vtkLogoRepresentation Kitware.VTK.vtkLogoRepresentation.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Standard VTK class methods.
Reimplemented from Kitware.VTK.vtkBorderRepresentation.
| virtual void Kitware.VTK.vtkLogoRepresentation.SetImage | ( | vtkImageData | img | ) | [virtual] |
Specify/retrieve the image to display in the balloon.
| virtual void Kitware.VTK.vtkLogoRepresentation.SetImageProperty | ( | vtkProperty2D | p | ) | [virtual] |
Set/get the image property (relevant only if an image is shown).
| static internal void Kitware.VTK.vtkLogoRepresentation.vtkLogoRepresentation_BuildRepresentation_01 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkLogoRepresentation.vtkLogoRepresentation_GetActors2D_02 | ( | HandleRef | pThis, |
| HandleRef | pc | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkLogoRepresentation.vtkLogoRepresentation_GetImage_03 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkLogoRepresentation.vtkLogoRepresentation_GetImageProperty_04 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkLogoRepresentation.vtkLogoRepresentation_IsA_05 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkLogoRepresentation.vtkLogoRepresentation_IsTypeOf_06 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkLogoRepresentation.vtkLogoRepresentation_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkLogoRepresentation.vtkLogoRepresentation_NewInstance_08 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkLogoRepresentation.vtkLogoRepresentation_ReleaseGraphicsResources_09 | ( | HandleRef | pThis, |
| HandleRef | arg0 | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkLogoRepresentation.vtkLogoRepresentation_RenderOverlay_10 | ( | HandleRef | pThis, |
| HandleRef | arg0 | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkLogoRepresentation.vtkLogoRepresentation_SafeDownCast_11 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkLogoRepresentation.vtkLogoRepresentation_SetImage_12 | ( | HandleRef | pThis, |
| HandleRef | img | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkLogoRepresentation.vtkLogoRepresentation_SetImageProperty_13 | ( | HandleRef | pThis, |
| HandleRef | p | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkLogoRepresentation.MRClassNameKey = "21vtkLogoRepresentation" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkBorderRepresentation.
| new const string Kitware.VTK.vtkLogoRepresentation.MRFullTypeName = "Kitware.VTK.vtkLogoRepresentation" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkBorderRepresentation.
1.7.6.1