|
ActiViz .NET
5.8.0
|
vtkEllipsoidTensorProbeRepresentation - A concrete implementation of vtkTensorProbeRepresentation that renders tensors as ellipoids. More...
Public Member Functions | |
| vtkEllipsoidTensorProbeRepresentation (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkEllipsoidTensorProbeRepresentation () | |
| Undocumented Block. | |
| override void | BuildRepresentation () |
| Standard methods for instances of this class. | |
| override void | GetActors (vtkPropCollection arg0) |
| See vtkProp for details. | |
| override int | IsA (string type) |
| Standard methods for instances of this class. | |
| new vtkEllipsoidTensorProbeRepresentation | NewInstance () |
| Standard methods for instances of this class. | |
| override void | ReleaseGraphicsResources (vtkWindow arg0) |
| See vtkProp for details. | |
| override int | RenderOpaqueGeometry (vtkViewport arg0) |
| Standard methods for instances of this class. | |
| override int | SelectProbe (IntPtr pos) |
| Can we pick the tensor glyph at the current cursor pos. | |
Static Public Member Functions | |
| static new vtkEllipsoidTensorProbeRepresentation | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Standard methods for instances of this class. | |
| static new vtkEllipsoidTensorProbeRepresentation | SafeDownCast (vtkObjectBase o) |
| Standard methods for instances of this class. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkEllipsoidTensorProbeRepresentation" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "37vtkEllipsoidTensorProbeRepresentation" |
| 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 | vtkEllipsoidTensorProbeRepresentation_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkEllipsoidTensorProbeRepresentation_BuildRepresentation_01 (HandleRef pThis) |
| static internal void | vtkEllipsoidTensorProbeRepresentation_GetActors_02 (HandleRef pThis, HandleRef arg0) |
| static internal int | vtkEllipsoidTensorProbeRepresentation_IsA_03 (HandleRef pThis, string type) |
| static internal int | vtkEllipsoidTensorProbeRepresentation_IsTypeOf_04 (string type) |
| static internal IntPtr | vtkEllipsoidTensorProbeRepresentation_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkEllipsoidTensorProbeRepresentation_ReleaseGraphicsResources_07 (HandleRef pThis, HandleRef arg0) |
| static internal int | vtkEllipsoidTensorProbeRepresentation_RenderOpaqueGeometry_08 (HandleRef pThis, HandleRef arg0) |
| static internal IntPtr | vtkEllipsoidTensorProbeRepresentation_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkEllipsoidTensorProbeRepresentation_SelectProbe_10 (HandleRef pThis, IntPtr pos) |
Static Private Member Functions | |
| static | vtkEllipsoidTensorProbeRepresentation () |
| Automatically generated type registration mechanics. | |
vtkEllipsoidTensorProbeRepresentation - A concrete implementation of vtkTensorProbeRepresentation that renders tensors as ellipoids.
Description vtkEllipsoidTensorProbeRepresentation is a concrete implementation of vtkTensorProbeRepresentation. It renders tensors as ellipsoids. Locations between two points when probed have the tensors linearly interpolated from the neighboring locations on the polyline.
| static Kitware.VTK.vtkEllipsoidTensorProbeRepresentation.vtkEllipsoidTensorProbeRepresentation | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkEllipsoidTensorProbeRepresentation.vtkEllipsoidTensorProbeRepresentation | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkEllipsoidTensorProbeRepresentation.BuildRepresentation | ( | ) | [virtual] |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkTensorProbeRepresentation.
| override void Kitware.VTK.vtkEllipsoidTensorProbeRepresentation.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.vtkTensorProbeRepresentation.
| override void Kitware.VTK.vtkEllipsoidTensorProbeRepresentation.GetActors | ( | vtkPropCollection | arg0 | ) | [virtual] |
See vtkProp for details.
Reimplemented from Kitware.VTK.vtkTensorProbeRepresentation.
| override int Kitware.VTK.vtkEllipsoidTensorProbeRepresentation.IsA | ( | string | type | ) | [virtual] |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkTensorProbeRepresentation.
| static new int Kitware.VTK.vtkEllipsoidTensorProbeRepresentation.IsTypeOf | ( | string | type | ) | [static] |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkTensorProbeRepresentation.
| static new vtkEllipsoidTensorProbeRepresentation Kitware.VTK.vtkEllipsoidTensorProbeRepresentation.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| new vtkEllipsoidTensorProbeRepresentation Kitware.VTK.vtkEllipsoidTensorProbeRepresentation.NewInstance | ( | ) |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkTensorProbeRepresentation.
| override void Kitware.VTK.vtkEllipsoidTensorProbeRepresentation.ReleaseGraphicsResources | ( | vtkWindow | arg0 | ) | [virtual] |
See vtkProp for details.
Reimplemented from Kitware.VTK.vtkTensorProbeRepresentation.
| override int Kitware.VTK.vtkEllipsoidTensorProbeRepresentation.RenderOpaqueGeometry | ( | vtkViewport | arg0 | ) | [virtual] |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkTensorProbeRepresentation.
| static new vtkEllipsoidTensorProbeRepresentation Kitware.VTK.vtkEllipsoidTensorProbeRepresentation.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkTensorProbeRepresentation.
| override int Kitware.VTK.vtkEllipsoidTensorProbeRepresentation.SelectProbe | ( | IntPtr | pos | ) | [virtual] |
Can we pick the tensor glyph at the current cursor pos.
Reimplemented from Kitware.VTK.vtkTensorProbeRepresentation.
| static internal void Kitware.VTK.vtkEllipsoidTensorProbeRepresentation.vtkEllipsoidTensorProbeRepresentation_BuildRepresentation_01 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkEllipsoidTensorProbeRepresentation.vtkEllipsoidTensorProbeRepresentation_GetActors_02 | ( | HandleRef | pThis, |
| HandleRef | arg0 | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkEllipsoidTensorProbeRepresentation.vtkEllipsoidTensorProbeRepresentation_IsA_03 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkEllipsoidTensorProbeRepresentation.vtkEllipsoidTensorProbeRepresentation_IsTypeOf_04 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkEllipsoidTensorProbeRepresentation.vtkEllipsoidTensorProbeRepresentation_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkEllipsoidTensorProbeRepresentation.vtkEllipsoidTensorProbeRepresentation_NewInstance_06 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkEllipsoidTensorProbeRepresentation.vtkEllipsoidTensorProbeRepresentation_ReleaseGraphicsResources_07 | ( | HandleRef | pThis, |
| HandleRef | arg0 | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkEllipsoidTensorProbeRepresentation.vtkEllipsoidTensorProbeRepresentation_RenderOpaqueGeometry_08 | ( | HandleRef | pThis, |
| HandleRef | arg0 | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkEllipsoidTensorProbeRepresentation.vtkEllipsoidTensorProbeRepresentation_SafeDownCast_09 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkEllipsoidTensorProbeRepresentation.vtkEllipsoidTensorProbeRepresentation_SelectProbe_10 | ( | HandleRef | pThis, |
| IntPtr | pos | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkEllipsoidTensorProbeRepresentation.MRClassNameKey = "37vtkEllipsoidTensorProbeRepresentation" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTensorProbeRepresentation.
| new const string Kitware.VTK.vtkEllipsoidTensorProbeRepresentation.MRFullTypeName = "Kitware.VTK.vtkEllipsoidTensorProbeRepresentation" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTensorProbeRepresentation.
1.7.6.1