ActiViz .NET
5.8.0
|
vtkView - The superclass for all views. More...
Public Member Functions | |
vtkView (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkView () | |
Undocumented Block. | |
void | AddRepresentation (vtkDataRepresentation rep) |
Adds the representation to the view. | |
vtkDataRepresentation | AddRepresentationFromInput (vtkDataObject input) |
Convenience method which creates a simple representation with the specified input and adds it to the view. NOTE: The returned representation pointer is not reference-counted, so you MUST call Register() on the representation if you want to keep a reference to it. | |
vtkDataRepresentation | AddRepresentationFromInputConnection (vtkAlgorithmOutput conn) |
Convenience method which creates a simple representation with the connection and adds it to the view. Returns the representation internally created. NOTE: The returned representation pointer is not reference-counted, so you MUST call Register() on the representation if you want to keep a reference to it. | |
virtual void | ApplyViewTheme (vtkViewTheme arg0) |
Apply a theme to the view. | |
int | GetNumberOfRepresentations () |
Returns the number of representations from first port(0) in this view. | |
vtkCommand | GetObserver () |
Apply a theme to the view. | |
vtkDataRepresentation | GetRepresentation (int index) |
The representation at a specified index. | |
override int | IsA (string type) |
Undocumented Block. | |
bool | IsRepresentationPresent (vtkDataRepresentation rep) |
Check to see if a representation is present in the view. | |
new vtkView | NewInstance () |
Undocumented Block. | |
void | RegisterProgress (vtkObject algorithm, string message) |
Meant for use by subclasses and vtkRepresentation subclasses. Call this method to register vtkObjects (generally vtkAlgorithm subclasses) which fire vtkCommand::ProgressEvent with the view. The view listens to vtkCommand::ProgressEvent and fires ViewProgressEvent with ViewProgressEventCallData containing the message and the progress amount. If message is not provided, then the class name for the algorithm is used. | |
void | RemoveAllRepresentations () |
Removes all representations from the view. | |
void | RemoveRepresentation (vtkDataRepresentation rep) |
Removes the representation from the view. | |
void | RemoveRepresentation (vtkAlgorithmOutput rep) |
Removes any representation with this connection from the view. | |
void | SetRepresentation (vtkDataRepresentation rep) |
Set the representation to the view. | |
vtkDataRepresentation | SetRepresentationFromInput (vtkDataObject input) |
Convenience method which sets the representation to the specified input and adds it to the view. NOTE: The returned representation pointer is not reference-counted, so you MUST call Register() on the representation if you want to keep a reference to it. | |
vtkDataRepresentation | SetRepresentationFromInputConnection (vtkAlgorithmOutput conn) |
Convenience method which sets the representation with the connection and adds it to the view. Returns the representation internally created. NOTE: The returned representation pointer is not reference-counted, so you MUST call Register() on the representation if you want to keep a reference to it. | |
void | UnRegisterProgress (vtkObject algorithm) |
Unregister objects previously registered with RegisterProgress. | |
virtual void | Update () |
Update the view. | |
Static Public Member Functions | |
static new vtkView | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkView | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkView" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "7vtkView" |
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 | vtkView_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkView_AddRepresentation_01 (HandleRef pThis, HandleRef rep) |
static internal IntPtr | vtkView_AddRepresentationFromInput_02 (HandleRef pThis, HandleRef input, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkView_AddRepresentationFromInputConnection_03 (HandleRef pThis, HandleRef conn, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkView_ApplyViewTheme_04 (HandleRef pThis, HandleRef arg0) |
static internal int | vtkView_GetNumberOfRepresentations_05 (HandleRef pThis) |
static internal IntPtr | vtkView_GetObserver_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkView_GetRepresentation_07 (HandleRef pThis, int index, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkView_IsA_08 (HandleRef pThis, string type) |
static internal byte | vtkView_IsRepresentationPresent_09 (HandleRef pThis, HandleRef rep) |
static internal int | vtkView_IsTypeOf_10 (string type) |
static internal IntPtr | vtkView_NewInstance_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkView_RegisterProgress_13 (HandleRef pThis, HandleRef algorithm, string message) |
static internal void | vtkView_RemoveAllRepresentations_14 (HandleRef pThis) |
static internal void | vtkView_RemoveRepresentation_15 (HandleRef pThis, HandleRef rep) |
static internal void | vtkView_RemoveRepresentation_16 (HandleRef pThis, HandleRef rep) |
static internal IntPtr | vtkView_SafeDownCast_17 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkView_SetRepresentation_18 (HandleRef pThis, HandleRef rep) |
static internal IntPtr | vtkView_SetRepresentationFromInput_19 (HandleRef pThis, HandleRef input, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkView_SetRepresentationFromInputConnection_20 (HandleRef pThis, HandleRef conn, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkView_UnRegisterProgress_21 (HandleRef pThis, HandleRef algorithm) |
static internal void | vtkView_Update_22 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkView () |
Automatically generated type registration mechanics. |
vtkView - The superclass for all views.
Description vtkView is the superclass for views. A view is generally an area of an application's canvas devoted to displaying one or more VTK data objects. Associated representations (subclasses of vtkDataRepresentation) are responsible for converting the data into a displayable format. These representations are then added to the view.
For views which display only one data object at a time you may set a data object or pipeline connection directly on the view itself (e.g. vtkGraphLayoutView, vtkLandscapeView, vtkTreeMapView). The view will internally create a vtkDataRepresentation for the data.
A view has the concept of linked selection. If the same data is displayed in multiple views, their selections may be linked by setting the same vtkAnnotationLink on their representations (see vtkDataRepresentation).
static Kitware.VTK.vtkView.vtkView | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkView.vtkView | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
Adds the representation to the view.
Convenience method which creates a simple representation with the specified input and adds it to the view. NOTE: The returned representation pointer is not reference-counted, so you MUST call Register() on the representation if you want to keep a reference to it.
vtkDataRepresentation Kitware.VTK.vtkView.AddRepresentationFromInputConnection | ( | vtkAlgorithmOutput | conn | ) |
Convenience method which creates a simple representation with the connection and adds it to the view. Returns the representation internally created. NOTE: The returned representation pointer is not reference-counted, so you MUST call Register() on the representation if you want to keep a reference to it.
virtual void Kitware.VTK.vtkView.ApplyViewTheme | ( | vtkViewTheme | arg0 | ) | [virtual] |
Apply a theme to the view.
Reimplemented in Kitware.VTK.vtkRenderView, Kitware.VTK.vtkParallelCoordinatesView, and Kitware.VTK.vtkGeoView2D.
override void Kitware.VTK.vtkView.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.vtkObject.
Reimplemented in Kitware.VTK.vtkGeoView, Kitware.VTK.vtkGeoView2D, Kitware.VTK.vtkGraphLayoutView, Kitware.VTK.vtkParallelCoordinatesView, Kitware.VTK.vtkRenderViewBase, Kitware.VTK.vtkHierarchicalGraphView, Kitware.VTK.vtkTreeAreaView, Kitware.VTK.vtkTreeRingView, Kitware.VTK.vtkRenderView, Kitware.VTK.vtkContextView, Kitware.VTK.vtkIcicleView, and Kitware.VTK.vtkTreeMapView.
Returns the number of representations from first port(0) in this view.
Apply a theme to the view.
The representation at a specified index.
override int Kitware.VTK.vtkView.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkGraphLayoutView, Kitware.VTK.vtkRenderView, Kitware.VTK.vtkTreeAreaView, Kitware.VTK.vtkHierarchicalGraphView, Kitware.VTK.vtkParallelCoordinatesView, Kitware.VTK.vtkGeoView, Kitware.VTK.vtkRenderViewBase, Kitware.VTK.vtkGeoView2D, Kitware.VTK.vtkContextView, Kitware.VTK.vtkTreeRingView, Kitware.VTK.vtkIcicleView, and Kitware.VTK.vtkTreeMapView.
Check to see if a representation is present in the view.
static new int Kitware.VTK.vtkView.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkGraphLayoutView, Kitware.VTK.vtkRenderView, Kitware.VTK.vtkTreeAreaView, Kitware.VTK.vtkHierarchicalGraphView, Kitware.VTK.vtkParallelCoordinatesView, Kitware.VTK.vtkGeoView, Kitware.VTK.vtkRenderViewBase, Kitware.VTK.vtkGeoView2D, Kitware.VTK.vtkContextView, Kitware.VTK.vtkTreeRingView, Kitware.VTK.vtkIcicleView, and Kitware.VTK.vtkTreeMapView.
static new vtkView Kitware.VTK.vtkView.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkGeoView, Kitware.VTK.vtkGeoView2D, Kitware.VTK.vtkGraphLayoutView, Kitware.VTK.vtkParallelCoordinatesView, Kitware.VTK.vtkRenderViewBase, Kitware.VTK.vtkHierarchicalGraphView, Kitware.VTK.vtkTreeAreaView, Kitware.VTK.vtkTreeRingView, Kitware.VTK.vtkRenderView, Kitware.VTK.vtkContextView, Kitware.VTK.vtkIcicleView, and Kitware.VTK.vtkTreeMapView.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkGraphLayoutView, Kitware.VTK.vtkRenderView, Kitware.VTK.vtkTreeAreaView, Kitware.VTK.vtkHierarchicalGraphView, Kitware.VTK.vtkGeoView, Kitware.VTK.vtkParallelCoordinatesView, Kitware.VTK.vtkRenderViewBase, Kitware.VTK.vtkGeoView2D, Kitware.VTK.vtkContextView, Kitware.VTK.vtkTreeRingView, Kitware.VTK.vtkIcicleView, and Kitware.VTK.vtkTreeMapView.
void Kitware.VTK.vtkView.RegisterProgress | ( | vtkObject | algorithm, |
string | message | ||
) |
Meant for use by subclasses and vtkRepresentation subclasses. Call this method to register vtkObjects (generally vtkAlgorithm subclasses) which fire vtkCommand::ProgressEvent with the view. The view listens to vtkCommand::ProgressEvent and fires ViewProgressEvent with ViewProgressEventCallData containing the message and the progress amount. If message is not provided, then the class name for the algorithm is used.
Removes all representations from the view.
Removes the representation from the view.
Removes any representation with this connection from the view.
static new vtkView Kitware.VTK.vtkView.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkGraphLayoutView, Kitware.VTK.vtkRenderView, Kitware.VTK.vtkTreeAreaView, Kitware.VTK.vtkGeoView, Kitware.VTK.vtkHierarchicalGraphView, Kitware.VTK.vtkParallelCoordinatesView, Kitware.VTK.vtkRenderViewBase, Kitware.VTK.vtkGeoView2D, Kitware.VTK.vtkTreeRingView, Kitware.VTK.vtkContextView, Kitware.VTK.vtkIcicleView, and Kitware.VTK.vtkTreeMapView.
Set the representation to the view.
Convenience method which sets the representation to the specified input and adds it to the view. NOTE: The returned representation pointer is not reference-counted, so you MUST call Register() on the representation if you want to keep a reference to it.
vtkDataRepresentation Kitware.VTK.vtkView.SetRepresentationFromInputConnection | ( | vtkAlgorithmOutput | conn | ) |
Convenience method which sets the representation with the connection and adds it to the view. Returns the representation internally created. NOTE: The returned representation pointer is not reference-counted, so you MUST call Register() on the representation if you want to keep a reference to it.
void Kitware.VTK.vtkView.UnRegisterProgress | ( | vtkObject | algorithm | ) |
Unregister objects previously registered with RegisterProgress.
virtual void Kitware.VTK.vtkView.Update | ( | ) | [virtual] |
Update the view.
static internal void Kitware.VTK.vtkView.vtkView_AddRepresentation_01 | ( | HandleRef | pThis, |
HandleRef | rep | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkView.vtkView_AddRepresentationFromInput_02 | ( | HandleRef | pThis, |
HandleRef | input, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkView.vtkView_AddRepresentationFromInputConnection_03 | ( | HandleRef | pThis, |
HandleRef | conn, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkView.vtkView_ApplyViewTheme_04 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkView.vtkView_GetNumberOfRepresentations_05 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkView.vtkView_GetObserver_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkView.vtkView_GetRepresentation_07 | ( | HandleRef | pThis, |
int | index, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkView.vtkView_IsA_08 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal byte Kitware.VTK.vtkView.vtkView_IsRepresentationPresent_09 | ( | HandleRef | pThis, |
HandleRef | rep | ||
) | [private] |
static internal int Kitware.VTK.vtkView.vtkView_IsTypeOf_10 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkView.vtkView_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkView.vtkView_NewInstance_12 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkView.vtkView_RegisterProgress_13 | ( | HandleRef | pThis, |
HandleRef | algorithm, | ||
string | message | ||
) | [private] |
static internal void Kitware.VTK.vtkView.vtkView_RemoveAllRepresentations_14 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkView.vtkView_RemoveRepresentation_15 | ( | HandleRef | pThis, |
HandleRef | rep | ||
) | [private] |
static internal void Kitware.VTK.vtkView.vtkView_RemoveRepresentation_16 | ( | HandleRef | pThis, |
HandleRef | rep | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkView.vtkView_SafeDownCast_17 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkView.vtkView_SetRepresentation_18 | ( | HandleRef | pThis, |
HandleRef | rep | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkView.vtkView_SetRepresentationFromInput_19 | ( | HandleRef | pThis, |
HandleRef | input, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkView.vtkView_SetRepresentationFromInputConnection_20 | ( | HandleRef | pThis, |
HandleRef | conn, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkView.vtkView_UnRegisterProgress_21 | ( | HandleRef | pThis, |
HandleRef | algorithm | ||
) | [private] |
static internal void Kitware.VTK.vtkView.vtkView_Update_22 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkView.MRClassNameKey = "7vtkView" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkGeoView, Kitware.VTK.vtkGeoView2D, Kitware.VTK.vtkGraphLayoutView, Kitware.VTK.vtkParallelCoordinatesView, Kitware.VTK.vtkRenderViewBase, Kitware.VTK.vtkHierarchicalGraphView, Kitware.VTK.vtkTreeAreaView, Kitware.VTK.vtkTreeRingView, Kitware.VTK.vtkRenderView, Kitware.VTK.vtkContextView, Kitware.VTK.vtkIcicleView, and Kitware.VTK.vtkTreeMapView.
new const string Kitware.VTK.vtkView.MRFullTypeName = "Kitware.VTK.vtkView" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkGeoView, Kitware.VTK.vtkGeoView2D, Kitware.VTK.vtkGraphLayoutView, Kitware.VTK.vtkParallelCoordinatesView, Kitware.VTK.vtkRenderViewBase, Kitware.VTK.vtkHierarchicalGraphView, Kitware.VTK.vtkTreeAreaView, Kitware.VTK.vtkTreeRingView, Kitware.VTK.vtkRenderView, Kitware.VTK.vtkContextView, Kitware.VTK.vtkIcicleView, and Kitware.VTK.vtkTreeMapView.