ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkParallelCoordinatesActor Class Reference

vtkParallelCoordinatesActor - create parallel coordinate display from input field More...

Inheritance diagram for Kitware.VTK.vtkParallelCoordinatesActor:
[legend]
Collaboration diagram for Kitware.VTK.vtkParallelCoordinatesActor:
[legend]

List of all members.

Public Member Functions

 vtkParallelCoordinatesActor (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkParallelCoordinatesActor ()
 Instantiate object with autorange computation; the number of labels set to 5 for the x and y axes; a label format of "%-#6.3g"; and x coordinates computed from point ids.
virtual int GetIndependentVariables ()
 Specify whether to use the rows or columns as independent variables. If columns, then each row represents a separate point. If rows, then each column represents a separate point.
virtual int GetIndependentVariablesMaxValue ()
 Specify whether to use the rows or columns as independent variables. If columns, then each row represents a separate point. If rows, then each column represents a separate point.
virtual int GetIndependentVariablesMinValue ()
 Specify whether to use the rows or columns as independent variables. If columns, then each row represents a separate point. If rows, then each column represents a separate point.
virtual vtkDataObject GetInput ()
 Remove a dataset from the list of data to append.
virtual string GetLabelFormat ()
 Set/Get the format with which to print the labels on the axes.
virtual vtkTextProperty GetLabelTextProperty ()
 Set/Get the labels text property.
virtual int GetNumberOfLabels ()
 Set/Get the number of annotation labels to show along each axis. This values is a suggestion: the number of labels may vary depending on the particulars of the data.
virtual int GetNumberOfLabelsMaxValue ()
 Set/Get the number of annotation labels to show along each axis. This values is a suggestion: the number of labels may vary depending on the particulars of the data.
virtual int GetNumberOfLabelsMinValue ()
 Set/Get the number of annotation labels to show along each axis. This values is a suggestion: the number of labels may vary depending on the particulars of the data.
virtual string GetTitle ()
 Set/Get the title of the parallel coordinates plot.
virtual vtkTextProperty GetTitleTextProperty ()
 Set/Get the title text property.
override int HasTranslucentPolygonalGeometry ()
 Does this prop have some translucent polygonal geometry?
override int IsA (string type)
 Undocumented Block.
new vtkParallelCoordinatesActor NewInstance ()
 Undocumented Block.
override void ReleaseGraphicsResources (vtkWindow arg0)
 Release any graphics resources that are being consumed by this actor. The parameter window could be used to determine which graphic resources to release.
override int RenderOpaqueGeometry (vtkViewport arg0)
 Draw the parallel coordinates plot.
override int RenderOverlay (vtkViewport arg0)
 Draw the parallel coordinates plot.
override int RenderTranslucentPolygonalGeometry (vtkViewport arg0)
 Draw the parallel coordinates plot.
virtual void SetIndependentVariables (int _arg)
 Specify whether to use the rows or columns as independent variables. If columns, then each row represents a separate point. If rows, then each column represents a separate point.
void SetIndependentVariablesToColumns ()
 Specify whether to use the rows or columns as independent variables. If columns, then each row represents a separate point. If rows, then each column represents a separate point.
void SetIndependentVariablesToRows ()
 Specify whether to use the rows or columns as independent variables. If columns, then each row represents a separate point. If rows, then each column represents a separate point.
virtual void SetInput (vtkDataObject arg0)
 Set the input to the parallel coordinates actor.
virtual void SetLabelFormat (string _arg)
 Set/Get the format with which to print the labels on the axes.
virtual void SetLabelTextProperty (vtkTextProperty p)
 Set/Get the labels text property.
virtual void SetNumberOfLabels (int _arg)
 Set/Get the number of annotation labels to show along each axis. This values is a suggestion: the number of labels may vary depending on the particulars of the data.
virtual void SetTitle (string _arg)
 Set/Get the title of the parallel coordinates plot.
virtual void SetTitleTextProperty (vtkTextProperty p)
 Set/Get the title text property.

Static Public Member Functions

static new
vtkParallelCoordinatesActor 
New ()
 Instantiate object with autorange computation; the number of labels set to 5 for the x and y axes; a label format of "%-#6.3g"; and x coordinates computed from point ids.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkParallelCoordinatesActor 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkParallelCoordinatesActor"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "27vtkParallelCoordinatesActor"
 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 vtkParallelCoordinatesActor_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkParallelCoordinatesActor_GetIndependentVariables_01 (HandleRef pThis)
static internal int vtkParallelCoordinatesActor_GetIndependentVariablesMaxValue_02 (HandleRef pThis)
static internal int vtkParallelCoordinatesActor_GetIndependentVariablesMinValue_03 (HandleRef pThis)
static internal IntPtr vtkParallelCoordinatesActor_GetInput_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkParallelCoordinatesActor_GetLabelFormat_05 (HandleRef pThis)
static internal IntPtr vtkParallelCoordinatesActor_GetLabelTextProperty_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkParallelCoordinatesActor_GetNumberOfLabels_07 (HandleRef pThis)
static internal int vtkParallelCoordinatesActor_GetNumberOfLabelsMaxValue_08 (HandleRef pThis)
static internal int vtkParallelCoordinatesActor_GetNumberOfLabelsMinValue_09 (HandleRef pThis)
static internal IntPtr vtkParallelCoordinatesActor_GetTitle_10 (HandleRef pThis)
static internal IntPtr vtkParallelCoordinatesActor_GetTitleTextProperty_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkParallelCoordinatesActor_HasTranslucentPolygonalGeometry_12 (HandleRef pThis)
static internal int vtkParallelCoordinatesActor_IsA_13 (HandleRef pThis, string type)
static internal int vtkParallelCoordinatesActor_IsTypeOf_14 (string type)
static internal IntPtr vtkParallelCoordinatesActor_NewInstance_16 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkParallelCoordinatesActor_ReleaseGraphicsResources_17 (HandleRef pThis, HandleRef arg0)
static internal int vtkParallelCoordinatesActor_RenderOpaqueGeometry_18 (HandleRef pThis, HandleRef arg0)
static internal int vtkParallelCoordinatesActor_RenderOverlay_19 (HandleRef pThis, HandleRef arg0)
static internal int vtkParallelCoordinatesActor_RenderTranslucentPolygonalGeometry_20 (HandleRef pThis, HandleRef arg0)
static internal IntPtr vtkParallelCoordinatesActor_SafeDownCast_21 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkParallelCoordinatesActor_SetIndependentVariables_22 (HandleRef pThis, int _arg)
static internal void vtkParallelCoordinatesActor_SetIndependentVariablesToColumns_23 (HandleRef pThis)
static internal void vtkParallelCoordinatesActor_SetIndependentVariablesToRows_24 (HandleRef pThis)
static internal void vtkParallelCoordinatesActor_SetInput_25 (HandleRef pThis, HandleRef arg0)
static internal void vtkParallelCoordinatesActor_SetLabelFormat_26 (HandleRef pThis, string _arg)
static internal void vtkParallelCoordinatesActor_SetLabelTextProperty_27 (HandleRef pThis, HandleRef p)
static internal void vtkParallelCoordinatesActor_SetNumberOfLabels_28 (HandleRef pThis, int _arg)
static internal void vtkParallelCoordinatesActor_SetTitle_29 (HandleRef pThis, string _arg)
static internal void vtkParallelCoordinatesActor_SetTitleTextProperty_30 (HandleRef pThis, HandleRef p)

Static Private Member Functions

static vtkParallelCoordinatesActor ()
 Automatically generated type registration mechanics.

Detailed Description

vtkParallelCoordinatesActor - create parallel coordinate display from input field

Description vtkParallelCoordinatesActor generates a parallel coordinates plot from an input field (i.e., vtkDataObject). Parallel coordinates represent N-dimensional data by using a set of N parallel axes (not orthogonal like the usual x-y-z Cartesian axes). Each N-dimensional point is plotted as a polyline, were each of the N components of the point lie on one of the N axes, and the components are connected by straight lines.

To use this class, you must specify an input data object. You'll probably also want to specify the position of the plot be setting the Position and Position2 instance variables, which define a rectangle in which the plot lies. Another important parameter is the IndependentVariables ivar, which tells the instance how to interpret the field data (independent variables as the rows or columns of the field). There are also many other instance variables that control the look of the plot includes its title, attributes, number of ticks on the axes, etc.

Set the text property/attributes of the title and the labels through the vtkTextProperty objects associated to this actor.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkParallelCoordinatesActor.vtkParallelCoordinatesActor ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Instantiate object with autorange computation; the number of labels set to 5 for the x and y axes; a label format of "%-#6.3g"; and x coordinates computed from point ids.


Member Function Documentation

override void Kitware.VTK.vtkParallelCoordinatesActor.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.vtkActor2D.

Specify whether to use the rows or columns as independent variables. If columns, then each row represents a separate point. If rows, then each column represents a separate point.

Specify whether to use the rows or columns as independent variables. If columns, then each row represents a separate point. If rows, then each column represents a separate point.

Specify whether to use the rows or columns as independent variables. If columns, then each row represents a separate point. If rows, then each column represents a separate point.

Remove a dataset from the list of data to append.

Here is the call graph for this function:

Set/Get the format with which to print the labels on the axes.

Set/Get the labels text property.

Here is the call graph for this function:

Set/Get the number of annotation labels to show along each axis. This values is a suggestion: the number of labels may vary depending on the particulars of the data.

Set/Get the number of annotation labels to show along each axis. This values is a suggestion: the number of labels may vary depending on the particulars of the data.

Set/Get the number of annotation labels to show along each axis. This values is a suggestion: the number of labels may vary depending on the particulars of the data.

Set/Get the title of the parallel coordinates plot.

Set/Get the title text property.

Here is the call graph for this function:

Does this prop have some translucent polygonal geometry?

Reimplemented from Kitware.VTK.vtkActor2D.

override int Kitware.VTK.vtkParallelCoordinatesActor.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkActor2D.

static new int Kitware.VTK.vtkParallelCoordinatesActor.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkActor2D.

Instantiate object with autorange computation; the number of labels set to 5 for the x and y axes; a label format of "%-#6.3g"; and x coordinates computed from point ids.

Reimplemented from Kitware.VTK.vtkActor2D.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkActor2D.

Release any graphics resources that are being consumed by this actor. The parameter window could be used to determine which graphic resources to release.

Reimplemented from Kitware.VTK.vtkActor2D.

Draw the parallel coordinates plot.

Reimplemented from Kitware.VTK.vtkActor2D.

Draw the parallel coordinates plot.

Reimplemented from Kitware.VTK.vtkActor2D.

Draw the parallel coordinates plot.

Reimplemented from Kitware.VTK.vtkActor2D.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkActor2D.

Here is the call graph for this function:

Specify whether to use the rows or columns as independent variables. If columns, then each row represents a separate point. If rows, then each column represents a separate point.

Specify whether to use the rows or columns as independent variables. If columns, then each row represents a separate point. If rows, then each column represents a separate point.

Specify whether to use the rows or columns as independent variables. If columns, then each row represents a separate point. If rows, then each column represents a separate point.

Set the input to the parallel coordinates actor.

virtual void Kitware.VTK.vtkParallelCoordinatesActor.SetLabelFormat ( string  _arg) [virtual]

Set/Get the format with which to print the labels on the axes.

Set/Get the labels text property.

virtual void Kitware.VTK.vtkParallelCoordinatesActor.SetNumberOfLabels ( int  _arg) [virtual]

Set/Get the number of annotation labels to show along each axis. This values is a suggestion: the number of labels may vary depending on the particulars of the data.

virtual void Kitware.VTK.vtkParallelCoordinatesActor.SetTitle ( string  _arg) [virtual]

Set/Get the title of the parallel coordinates plot.

Set/Get the title text property.

static internal IntPtr Kitware.VTK.vtkParallelCoordinatesActor.vtkParallelCoordinatesActor_GetInput_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkParallelCoordinatesActor.vtkParallelCoordinatesActor_GetLabelTextProperty_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkParallelCoordinatesActor.vtkParallelCoordinatesActor_GetTitle_10 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkParallelCoordinatesActor.vtkParallelCoordinatesActor_GetTitleTextProperty_11 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkParallelCoordinatesActor.vtkParallelCoordinatesActor_IsA_13 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkParallelCoordinatesActor.vtkParallelCoordinatesActor_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkParallelCoordinatesActor.vtkParallelCoordinatesActor_NewInstance_16 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkParallelCoordinatesActor.vtkParallelCoordinatesActor_ReleaseGraphicsResources_17 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal int Kitware.VTK.vtkParallelCoordinatesActor.vtkParallelCoordinatesActor_RenderOpaqueGeometry_18 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal int Kitware.VTK.vtkParallelCoordinatesActor.vtkParallelCoordinatesActor_RenderOverlay_19 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal int Kitware.VTK.vtkParallelCoordinatesActor.vtkParallelCoordinatesActor_RenderTranslucentPolygonalGeometry_20 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal IntPtr Kitware.VTK.vtkParallelCoordinatesActor.vtkParallelCoordinatesActor_SafeDownCast_21 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkParallelCoordinatesActor.vtkParallelCoordinatesActor_SetIndependentVariables_22 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkParallelCoordinatesActor.vtkParallelCoordinatesActor_SetInput_25 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkParallelCoordinatesActor.vtkParallelCoordinatesActor_SetLabelFormat_26 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkParallelCoordinatesActor.vtkParallelCoordinatesActor_SetLabelTextProperty_27 ( HandleRef  pThis,
HandleRef  p 
) [private]
static internal void Kitware.VTK.vtkParallelCoordinatesActor.vtkParallelCoordinatesActor_SetNumberOfLabels_28 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkParallelCoordinatesActor.vtkParallelCoordinatesActor_SetTitle_29 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkParallelCoordinatesActor.vtkParallelCoordinatesActor_SetTitleTextProperty_30 ( HandleRef  pThis,
HandleRef  p 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkParallelCoordinatesActor.MRClassNameKey = "27vtkParallelCoordinatesActor" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkActor2D.

new const string Kitware.VTK.vtkParallelCoordinatesActor.MRFullTypeName = "Kitware.VTK.vtkParallelCoordinatesActor"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkActor2D.


The documentation for this class was generated from the following file: