ActiViz .NET
5.8.0
|
vtkAnnotation - Stores a collection of annotation artifacts. More...
Public Member Functions | |
vtkAnnotation (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkAnnotation () | |
Undocumented Block. | |
override void | DeepCopy (vtkDataObject other) |
Make this annotation have the same properties and have a copy of the selection of another annotation. | |
override uint | GetMTime () |
Get the modified time of this object. | |
virtual vtkSelection | GetSelection () |
The selection to which this set of annotations will apply. | |
override void | Initialize () |
Initialize the annotation to an empty state. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkAnnotation | NewInstance () |
Undocumented Block. | |
virtual void | SetSelection (vtkSelection selection) |
The selection to which this set of annotations will apply. | |
override void | ShallowCopy (vtkDataObject other) |
Make this annotation have the same properties and have the same selection of another annotation. | |
Static Public Member Functions | |
static new vtkAnnotation | New () |
Undocumented Block. | |
static vtkInformationDoubleVectorKey | COLOR () |
The color for this annotation. This is stored as an RGB triple with values between 0 and 1. | |
static vtkInformationDataObjectKey | DATA () |
Associate a vtkDataObject with this annotation. | |
static vtkInformationIntegerKey | ENABLE () |
Whether or not this annotation is enabled. A value of 1 means enabled, 0 disabled. | |
static new vtkAnnotation | GetData (vtkInformation info) |
Retrieve a vtkAnnotation stored inside an information object. | |
static new vtkAnnotation | GetData (vtkInformationVector v, int i) |
Retrieve a vtkAnnotation stored inside an information object. | |
static vtkInformationIntegerKey | HIDE () |
Whether or not this annotation is visible. | |
static vtkInformationIntegerKey | ICON_INDEX () |
An icon index for this annotation. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static vtkInformationStringKey | LABEL () |
The label for this annotation. | |
static vtkInformationDoubleKey | OPACITY () |
The color for this annotation. This is stored as a value between 0 and 1. | |
static new vtkAnnotation | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkAnnotation" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "13vtkAnnotation" |
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 | vtkAnnotation_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkAnnotation_COLOR_01 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkAnnotation_DATA_02 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkAnnotation_DeepCopy_03 (HandleRef pThis, HandleRef other) |
static internal IntPtr | vtkAnnotation_ENABLE_04 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkAnnotation_GetData_05 (HandleRef info, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkAnnotation_GetData_06 (HandleRef v, int i, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal uint | vtkAnnotation_GetMTime_07 (HandleRef pThis) |
static internal IntPtr | vtkAnnotation_GetSelection_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkAnnotation_HIDE_09 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkAnnotation_ICON_INDEX_10 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkAnnotation_Initialize_11 (HandleRef pThis) |
static internal int | vtkAnnotation_IsA_12 (HandleRef pThis, string type) |
static internal int | vtkAnnotation_IsTypeOf_13 (string type) |
static internal IntPtr | vtkAnnotation_LABEL_14 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkAnnotation_NewInstance_16 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkAnnotation_OPACITY_17 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkAnnotation_SafeDownCast_18 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkAnnotation_SetSelection_19 (HandleRef pThis, HandleRef selection) |
static internal void | vtkAnnotation_ShallowCopy_20 (HandleRef pThis, HandleRef other) |
Static Private Member Functions | |
static | vtkAnnotation () |
Automatically generated type registration mechanics. |
vtkAnnotation - Stores a collection of annotation artifacts.
Description vtkAnnotation is a collection of annotation properties along with an associated selection indicating the portion of data the annotation refers to.
Thanks Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories contributed code to this class.
static Kitware.VTK.vtkAnnotation.vtkAnnotation | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkAnnotation.vtkAnnotation | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
static vtkInformationDoubleVectorKey Kitware.VTK.vtkAnnotation.COLOR | ( | ) | [static] |
The color for this annotation. This is stored as an RGB triple with values between 0 and 1.
static vtkInformationDataObjectKey Kitware.VTK.vtkAnnotation.DATA | ( | ) | [static] |
override void Kitware.VTK.vtkAnnotation.DeepCopy | ( | vtkDataObject | other | ) | [virtual] |
Make this annotation have the same properties and have a copy of the selection of another annotation.
Reimplemented from Kitware.VTK.vtkDataObject.
override void Kitware.VTK.vtkAnnotation.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.
static vtkInformationIntegerKey Kitware.VTK.vtkAnnotation.ENABLE | ( | ) | [static] |
Whether or not this annotation is enabled. A value of 1 means enabled, 0 disabled.
static new vtkAnnotation Kitware.VTK.vtkAnnotation.GetData | ( | vtkInformation | info | ) | [static] |
Retrieve a vtkAnnotation stored inside an information object.
Reimplemented from Kitware.VTK.vtkDataObject.
static new vtkAnnotation Kitware.VTK.vtkAnnotation.GetData | ( | vtkInformationVector | v, |
int | i | ||
) | [static] |
Retrieve a vtkAnnotation stored inside an information object.
Reimplemented from Kitware.VTK.vtkDataObject.
override uint Kitware.VTK.vtkAnnotation.GetMTime | ( | ) | [virtual] |
Get the modified time of this object.
Reimplemented from Kitware.VTK.vtkDataObject.
virtual vtkSelection Kitware.VTK.vtkAnnotation.GetSelection | ( | ) | [virtual] |
The selection to which this set of annotations will apply.
static vtkInformationIntegerKey Kitware.VTK.vtkAnnotation.HIDE | ( | ) | [static] |
Whether or not this annotation is visible.
static vtkInformationIntegerKey Kitware.VTK.vtkAnnotation.ICON_INDEX | ( | ) | [static] |
An icon index for this annotation.
override void Kitware.VTK.vtkAnnotation.Initialize | ( | ) | [virtual] |
Initialize the annotation to an empty state.
Reimplemented from Kitware.VTK.vtkDataObject.
override int Kitware.VTK.vtkAnnotation.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObject.
static new int Kitware.VTK.vtkAnnotation.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObject.
static vtkInformationStringKey Kitware.VTK.vtkAnnotation.LABEL | ( | ) | [static] |
The label for this annotation.
static new vtkAnnotation Kitware.VTK.vtkAnnotation.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObject.
static vtkInformationDoubleKey Kitware.VTK.vtkAnnotation.OPACITY | ( | ) | [static] |
The color for this annotation. This is stored as a value between 0 and 1.
static new vtkAnnotation Kitware.VTK.vtkAnnotation.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObject.
virtual void Kitware.VTK.vtkAnnotation.SetSelection | ( | vtkSelection | selection | ) | [virtual] |
The selection to which this set of annotations will apply.
override void Kitware.VTK.vtkAnnotation.ShallowCopy | ( | vtkDataObject | other | ) | [virtual] |
Make this annotation have the same properties and have the same selection of another annotation.
Reimplemented from Kitware.VTK.vtkDataObject.
static internal IntPtr Kitware.VTK.vtkAnnotation.vtkAnnotation_COLOR_01 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAnnotation.vtkAnnotation_DATA_02 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkAnnotation.vtkAnnotation_DeepCopy_03 | ( | HandleRef | pThis, |
HandleRef | other | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAnnotation.vtkAnnotation_ENABLE_04 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAnnotation.vtkAnnotation_GetData_05 | ( | HandleRef | info, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAnnotation.vtkAnnotation_GetData_06 | ( | HandleRef | v, |
int | i, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal uint Kitware.VTK.vtkAnnotation.vtkAnnotation_GetMTime_07 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkAnnotation.vtkAnnotation_GetSelection_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAnnotation.vtkAnnotation_HIDE_09 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAnnotation.vtkAnnotation_ICON_INDEX_10 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkAnnotation.vtkAnnotation_Initialize_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAnnotation.vtkAnnotation_IsA_12 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkAnnotation.vtkAnnotation_IsTypeOf_13 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkAnnotation.vtkAnnotation_LABEL_14 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAnnotation.vtkAnnotation_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAnnotation.vtkAnnotation_NewInstance_16 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAnnotation.vtkAnnotation_OPACITY_17 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAnnotation.vtkAnnotation_SafeDownCast_18 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkAnnotation.vtkAnnotation_SetSelection_19 | ( | HandleRef | pThis, |
HandleRef | selection | ||
) | [private] |
static internal void Kitware.VTK.vtkAnnotation.vtkAnnotation_ShallowCopy_20 | ( | HandleRef | pThis, |
HandleRef | other | ||
) | [private] |
new readonly string Kitware.VTK.vtkAnnotation.MRClassNameKey = "13vtkAnnotation" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataObject.
new const string Kitware.VTK.vtkAnnotation.MRFullTypeName = "Kitware.VTK.vtkAnnotation" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataObject.