|
ActiViz .NET
5.8.0
|
vtkAnnotationLayers - Stores a ordered collection of annotation sets More...
Public Member Functions | |
| vtkAnnotationLayers (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkAnnotationLayers () | |
| Undocumented Block. | |
| void | AddAnnotation (vtkAnnotation ann) |
| Add an annotation to a layer. | |
| override void | DeepCopy (vtkDataObject other) |
| Copy data from another data object into this one, performing a deep copy of member annotations. | |
| vtkAnnotation | GetAnnotation (uint idx) |
| Retrieve an annotation from a layer. | |
| virtual vtkAnnotation | GetCurrentAnnotation () |
| The current annotation associated with this annotation link. | |
| virtual vtkSelection | GetCurrentSelection () |
| The current selection associated with this annotation link. This is simply the selection contained in the current annotation. | |
| override uint | GetMTime () |
| The modified time for this object. | |
| uint | GetNumberOfAnnotations () |
| The number of annotations in a specific layer. | |
| override void | Initialize () |
| Initialize the data structure to an empty state. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkAnnotationLayers | NewInstance () |
| Undocumented Block. | |
| void | RemoveAnnotation (vtkAnnotation ann) |
| Remove an annotation from a layer. | |
| virtual void | SetCurrentAnnotation (vtkAnnotation ann) |
| The current annotation associated with this annotation link. | |
| virtual void | SetCurrentSelection (vtkSelection sel) |
| The current selection associated with this annotation link. This is simply the selection contained in the current annotation. | |
| override void | ShallowCopy (vtkDataObject other) |
| Copy data from another data object into this one which references the same member annotations. | |
Static Public Member Functions | |
| static new vtkAnnotationLayers | New () |
| Undocumented Block. | |
| static new vtkAnnotationLayers | GetData (vtkInformation info) |
| Retrieve a vtkAnnotationLayers stored inside an information object. | |
| static new vtkAnnotationLayers | GetData (vtkInformationVector v, int i) |
| Retrieve a vtkAnnotationLayers stored inside an information object. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkAnnotationLayers | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkAnnotationLayers" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "19vtkAnnotationLayers" |
| 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 | vtkAnnotationLayers_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkAnnotationLayers_AddAnnotation_01 (HandleRef pThis, HandleRef ann) |
| static internal void | vtkAnnotationLayers_DeepCopy_02 (HandleRef pThis, HandleRef other) |
| static internal IntPtr | vtkAnnotationLayers_GetAnnotation_03 (HandleRef pThis, uint idx, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkAnnotationLayers_GetCurrentAnnotation_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkAnnotationLayers_GetCurrentSelection_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkAnnotationLayers_GetData_06 (HandleRef info, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkAnnotationLayers_GetData_07 (HandleRef v, int i, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal uint | vtkAnnotationLayers_GetMTime_08 (HandleRef pThis) |
| static internal uint | vtkAnnotationLayers_GetNumberOfAnnotations_09 (HandleRef pThis) |
| static internal void | vtkAnnotationLayers_Initialize_10 (HandleRef pThis) |
| static internal int | vtkAnnotationLayers_IsA_11 (HandleRef pThis, string type) |
| static internal int | vtkAnnotationLayers_IsTypeOf_12 (string type) |
| static internal IntPtr | vtkAnnotationLayers_NewInstance_14 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkAnnotationLayers_RemoveAnnotation_15 (HandleRef pThis, HandleRef ann) |
| static internal IntPtr | vtkAnnotationLayers_SafeDownCast_16 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkAnnotationLayers_SetCurrentAnnotation_17 (HandleRef pThis, HandleRef ann) |
| static internal void | vtkAnnotationLayers_SetCurrentSelection_18 (HandleRef pThis, HandleRef sel) |
| static internal void | vtkAnnotationLayers_ShallowCopy_19 (HandleRef pThis, HandleRef other) |
Static Private Member Functions | |
| static | vtkAnnotationLayers () |
| Automatically generated type registration mechanics. | |
vtkAnnotationLayers - Stores a ordered collection of annotation sets
Description vtkAnnotationLayers stores a vector of annotation layers. Each layer may contain any number of vtkAnnotation objects. The ordering of the layers introduces a prioritization of annotations. Annotations in higher layers may obscure annotations in lower layers.
| static Kitware.VTK.vtkAnnotationLayers.vtkAnnotationLayers | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkAnnotationLayers.vtkAnnotationLayers | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
Add an annotation to a layer.
| override void Kitware.VTK.vtkAnnotationLayers.DeepCopy | ( | vtkDataObject | other | ) | [virtual] |
Copy data from another data object into this one, performing a deep copy of member annotations.
Reimplemented from Kitware.VTK.vtkDataObject.
| override void Kitware.VTK.vtkAnnotationLayers.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.vtkDataObject.
Retrieve an annotation from a layer.
| virtual vtkAnnotation Kitware.VTK.vtkAnnotationLayers.GetCurrentAnnotation | ( | ) | [virtual] |
The current annotation associated with this annotation link.
| virtual vtkSelection Kitware.VTK.vtkAnnotationLayers.GetCurrentSelection | ( | ) | [virtual] |
The current selection associated with this annotation link. This is simply the selection contained in the current annotation.
| static new vtkAnnotationLayers Kitware.VTK.vtkAnnotationLayers.GetData | ( | vtkInformation | info | ) | [static] |
Retrieve a vtkAnnotationLayers stored inside an information object.
Reimplemented from Kitware.VTK.vtkDataObject.
| static new vtkAnnotationLayers Kitware.VTK.vtkAnnotationLayers.GetData | ( | vtkInformationVector | v, |
| int | i | ||
| ) | [static] |
Retrieve a vtkAnnotationLayers stored inside an information object.
Reimplemented from Kitware.VTK.vtkDataObject.
| override uint Kitware.VTK.vtkAnnotationLayers.GetMTime | ( | ) | [virtual] |
The modified time for this object.
Reimplemented from Kitware.VTK.vtkDataObject.
The number of annotations in a specific layer.
| override void Kitware.VTK.vtkAnnotationLayers.Initialize | ( | ) | [virtual] |
Initialize the data structure to an empty state.
Reimplemented from Kitware.VTK.vtkDataObject.
| override int Kitware.VTK.vtkAnnotationLayers.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObject.
| static new int Kitware.VTK.vtkAnnotationLayers.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObject.
| static new vtkAnnotationLayers Kitware.VTK.vtkAnnotationLayers.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObject.
Remove an annotation from a layer.
| static new vtkAnnotationLayers Kitware.VTK.vtkAnnotationLayers.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObject.
| virtual void Kitware.VTK.vtkAnnotationLayers.SetCurrentAnnotation | ( | vtkAnnotation | ann | ) | [virtual] |
The current annotation associated with this annotation link.
| virtual void Kitware.VTK.vtkAnnotationLayers.SetCurrentSelection | ( | vtkSelection | sel | ) | [virtual] |
The current selection associated with this annotation link. This is simply the selection contained in the current annotation.
| override void Kitware.VTK.vtkAnnotationLayers.ShallowCopy | ( | vtkDataObject | other | ) | [virtual] |
Copy data from another data object into this one which references the same member annotations.
Reimplemented from Kitware.VTK.vtkDataObject.
| static internal void Kitware.VTK.vtkAnnotationLayers.vtkAnnotationLayers_AddAnnotation_01 | ( | HandleRef | pThis, |
| HandleRef | ann | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkAnnotationLayers.vtkAnnotationLayers_DeepCopy_02 | ( | HandleRef | pThis, |
| HandleRef | other | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkAnnotationLayers.vtkAnnotationLayers_GetAnnotation_03 | ( | HandleRef | pThis, |
| uint | idx, | ||
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkAnnotationLayers.vtkAnnotationLayers_GetCurrentAnnotation_04 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkAnnotationLayers.vtkAnnotationLayers_GetCurrentSelection_05 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkAnnotationLayers.vtkAnnotationLayers_GetData_06 | ( | HandleRef | info, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkAnnotationLayers.vtkAnnotationLayers_GetData_07 | ( | HandleRef | v, |
| int | i, | ||
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal uint Kitware.VTK.vtkAnnotationLayers.vtkAnnotationLayers_GetMTime_08 | ( | HandleRef | pThis | ) | [private] |
| static internal uint Kitware.VTK.vtkAnnotationLayers.vtkAnnotationLayers_GetNumberOfAnnotations_09 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkAnnotationLayers.vtkAnnotationLayers_Initialize_10 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkAnnotationLayers.vtkAnnotationLayers_IsA_11 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkAnnotationLayers.vtkAnnotationLayers_IsTypeOf_12 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkAnnotationLayers.vtkAnnotationLayers_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkAnnotationLayers.vtkAnnotationLayers_NewInstance_14 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkAnnotationLayers.vtkAnnotationLayers_RemoveAnnotation_15 | ( | HandleRef | pThis, |
| HandleRef | ann | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkAnnotationLayers.vtkAnnotationLayers_SafeDownCast_16 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkAnnotationLayers.vtkAnnotationLayers_SetCurrentAnnotation_17 | ( | HandleRef | pThis, |
| HandleRef | ann | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkAnnotationLayers.vtkAnnotationLayers_SetCurrentSelection_18 | ( | HandleRef | pThis, |
| HandleRef | sel | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkAnnotationLayers.vtkAnnotationLayers_ShallowCopy_19 | ( | HandleRef | pThis, |
| HandleRef | other | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkAnnotationLayers.MRClassNameKey = "19vtkAnnotationLayers" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataObject.
| new const string Kitware.VTK.vtkAnnotationLayers.MRFullTypeName = "Kitware.VTK.vtkAnnotationLayers" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataObject.
1.7.6.1