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

vtkParallelCoordinatesRepresentation - Data representation that takes generic multivariate data and produces a parallel coordinates plot. More...

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

List of all members.

Public Types

enum  InputPorts { INPUT_DATA = 0, INPUT_TITLES = 1, NUM_INPUT_PORTS = 2 }
 Do a selection of the lines. See the main description for how to use these functions. RangeSelect is currently stubbed out. More...

Public Member Functions

 vtkParallelCoordinatesRepresentation (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkParallelCoordinatesRepresentation ()
 Undocumented Block.
virtual void AngleSelect (int brushClass, int brushOperator, IntPtr p1, IntPtr p2)
 Do a selection of the lines. See the main description for how to use these functions. RangeSelect is currently stubbed out.
override void ApplyViewTheme (vtkViewTheme theme)
 Apply the theme to this view. CellColor is used for line coloring and titles. EdgeLabelColor is used for axis color. CellOpacity is used for line opacity.
virtual void FunctionSelect (int brushClass, int brushOperator, IntPtr p1, IntPtr p2, IntPtr q1, IntPtr q2)
 Do a selection of the lines. See the main description for how to use these functions. RangeSelect is currently stubbed out.
virtual double GetAngleBrushThreshold ()
 Maximum angle difference (in degrees) of selection using angle/function brushes.
virtual double[] GetAxisColor ()
 Access plot properties.
virtual void GetAxisColor (ref double _arg1, ref double _arg2, ref double _arg3)
 Access plot properties.
virtual void GetAxisColor (IntPtr _arg)
 Access plot properties.
virtual double[] GetAxisLabelColor ()
 Access plot properties.
virtual void GetAxisLabelColor (ref double _arg1, ref double _arg2, ref double _arg3)
 Access plot properties.
virtual void GetAxisLabelColor (IntPtr _arg)
 Access plot properties.
virtual int GetCurveResolution ()
 Resolution of the curves displayed, enabled by setting UseCurves.
virtual double GetFontSize ()
 Access plot properties.
virtual double GetFunctionBrushThreshold ()
 Maximum angle difference (in degrees) of selection using angle/function brushes.
virtual string GetHoverText (vtkView view, int x, int y)
 Returns the hover text at an x,y location.
virtual double[] GetLineColor ()
 Access plot properties.
virtual void GetLineColor (ref double _arg1, ref double _arg2, ref double _arg3)
 Access plot properties.
virtual void GetLineColor (IntPtr _arg)
 Access plot properties.
virtual double GetLineOpacity ()
 Access plot properties.
virtual int GetNumberOfAxes ()
 Get the number of axes in the plot.
virtual int GetNumberOfAxisLabels ()
 Set/Get the number of labels to display on each axis.
virtual int GetNumberOfSamples ()
 Get the number of samples in the plot.
int GetPositionAndSize (IntPtr position, IntPtr size)
 Change the position of the plot.
int GetPositionNearXCoordinate (double xcoord)
 Move an axis to a particular screen position. Using these methods requires an Update() before they will work properly.
int GetRangeAtPosition (int position, IntPtr range)
 Set/get the value range of the axis at a particular screen position.
virtual int GetUseCurves ()
 Whether or not to display using curves.
double GetXCoordinateOfPosition (int axis)
 Move an axis to a particular screen position. Using these methods requires an Update() before they will work properly.
void GetXCoordinatesOfPositions (IntPtr coords)
 Move an axis to a particular screen position. Using these methods requires an Update() before they will work properly.
override int IsA (string type)
 Undocumented Block.
virtual void LassoSelect (int brushClass, int brushOperator, vtkPoints brushPoints)
 Do a selection of the lines. See the main description for how to use these functions. RangeSelect is currently stubbed out.
new
vtkParallelCoordinatesRepresentation 
NewInstance ()
 Undocumented Block.
virtual void RangeSelect (int brushClass, int brushOperator, IntPtr p1, IntPtr p2)
 Do a selection of the lines. See the main description for how to use these functions. RangeSelect is currently stubbed out.
void ResetAxes ()
 Reset the axes to their default positions and orders.
virtual void SetAngleBrushThreshold (double _arg)
 Maximum angle difference (in degrees) of selection using angle/function brushes.
virtual void SetAxisColor (double _arg1, double _arg2, double _arg3)
 Access plot properties.
virtual void SetAxisColor (IntPtr _arg)
 Access plot properties.
virtual void SetAxisLabelColor (IntPtr _arg)
 Access plot properties.
virtual void SetAxisLabelColor (double _arg1, double _arg2, double _arg3)
 Access plot properties.
void SetAxisTitles (vtkStringArray arg0)
 Set/Get the axis titles.
void SetAxisTitles (vtkAlgorithmOutput arg0)
 Set/Get the axis titles.
virtual void SetCurveResolution (int _arg)
 Resolution of the curves displayed, enabled by setting UseCurves.
virtual void SetFontSize (double _arg)
 Access plot properties.
virtual void SetFunctionBrushThreshold (double _arg)
 Maximum angle difference (in degrees) of selection using angle/function brushes.
virtual void SetLineColor (double _arg1, double _arg2, double _arg3)
 Access plot properties.
virtual void SetLineColor (IntPtr _arg)
 Access plot properties.
virtual void SetLineOpacity (double _arg)
 Access plot properties.
void SetNumberOfAxisLabels (int num)
 Set/Get the number of labels to display on each axis.
void SetPlotTitle (string arg0)
 Set the title for the entire plot.
int SetPositionAndSize (IntPtr position, IntPtr size)
 Change the position of the plot.
virtual int SetRangeAtPosition (int position, IntPtr range)
 Set/get the value range of the axis at a particular screen position.
virtual void SetUseCurves (int _arg)
 Whether or not to display using curves.
int SetXCoordinateOfPosition (int position, double xcoord)
 Move an axis to a particular screen position. Using these methods requires an Update() before they will work properly.
virtual int SwapAxisPositions (int position1, int position2)
 Move an axis to a particular screen position. Using these methods requires an Update() before they will work properly.
virtual void UseCurvesOff ()
 Whether or not to display using curves.
virtual void UseCurvesOn ()
 Whether or not to display using curves.

Static Public Member Functions

static new
vtkParallelCoordinatesRepresentation 
New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkParallelCoordinatesRepresentation 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "36vtkParallelCoordinatesRepresentation"
 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 vtkParallelCoordinatesRepresentation_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkParallelCoordinatesRepresentation_AngleSelect_01 (HandleRef pThis, int brushClass, int brushOperator, IntPtr p1, IntPtr p2)
static internal void vtkParallelCoordinatesRepresentation_ApplyViewTheme_02 (HandleRef pThis, HandleRef theme)
static internal void vtkParallelCoordinatesRepresentation_FunctionSelect_03 (HandleRef pThis, int brushClass, int brushOperator, IntPtr p1, IntPtr p2, IntPtr q1, IntPtr q2)
static internal double vtkParallelCoordinatesRepresentation_GetAngleBrushThreshold_04 (HandleRef pThis)
static internal IntPtr vtkParallelCoordinatesRepresentation_GetAxisColor_05 (HandleRef pThis)
static internal void vtkParallelCoordinatesRepresentation_GetAxisColor_06 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3)
static internal void vtkParallelCoordinatesRepresentation_GetAxisColor_07 (HandleRef pThis, IntPtr _arg)
static internal IntPtr vtkParallelCoordinatesRepresentation_GetAxisLabelColor_08 (HandleRef pThis)
static internal void vtkParallelCoordinatesRepresentation_GetAxisLabelColor_09 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3)
static internal void vtkParallelCoordinatesRepresentation_GetAxisLabelColor_10 (HandleRef pThis, IntPtr _arg)
static internal int vtkParallelCoordinatesRepresentation_GetCurveResolution_11 (HandleRef pThis)
static internal double vtkParallelCoordinatesRepresentation_GetFontSize_12 (HandleRef pThis)
static internal double vtkParallelCoordinatesRepresentation_GetFunctionBrushThreshold_13 (HandleRef pThis)
static internal IntPtr vtkParallelCoordinatesRepresentation_GetHoverText_14 (HandleRef pThis, HandleRef view, int x, int y)
static internal IntPtr vtkParallelCoordinatesRepresentation_GetLineColor_15 (HandleRef pThis)
static internal void vtkParallelCoordinatesRepresentation_GetLineColor_16 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3)
static internal void vtkParallelCoordinatesRepresentation_GetLineColor_17 (HandleRef pThis, IntPtr _arg)
static internal double vtkParallelCoordinatesRepresentation_GetLineOpacity_18 (HandleRef pThis)
static internal int vtkParallelCoordinatesRepresentation_GetNumberOfAxes_19 (HandleRef pThis)
static internal int vtkParallelCoordinatesRepresentation_GetNumberOfAxisLabels_20 (HandleRef pThis)
static internal int vtkParallelCoordinatesRepresentation_GetNumberOfSamples_21 (HandleRef pThis)
static internal int vtkParallelCoordinatesRepresentation_GetPositionAndSize_22 (HandleRef pThis, IntPtr position, IntPtr size)
static internal int vtkParallelCoordinatesRepresentation_GetPositionNearXCoordinate_23 (HandleRef pThis, double xcoord)
static internal int vtkParallelCoordinatesRepresentation_GetRangeAtPosition_24 (HandleRef pThis, int position, IntPtr range)
static internal int vtkParallelCoordinatesRepresentation_GetUseCurves_25 (HandleRef pThis)
static internal double vtkParallelCoordinatesRepresentation_GetXCoordinateOfPosition_26 (HandleRef pThis, int axis)
static internal void vtkParallelCoordinatesRepresentation_GetXCoordinatesOfPositions_27 (HandleRef pThis, IntPtr coords)
static internal int vtkParallelCoordinatesRepresentation_IsA_28 (HandleRef pThis, string type)
static internal int vtkParallelCoordinatesRepresentation_IsTypeOf_29 (string type)
static internal void vtkParallelCoordinatesRepresentation_LassoSelect_30 (HandleRef pThis, int brushClass, int brushOperator, HandleRef brushPoints)
static internal IntPtr vtkParallelCoordinatesRepresentation_NewInstance_32 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkParallelCoordinatesRepresentation_RangeSelect_33 (HandleRef pThis, int brushClass, int brushOperator, IntPtr p1, IntPtr p2)
static internal void vtkParallelCoordinatesRepresentation_ResetAxes_34 (HandleRef pThis)
static internal IntPtr vtkParallelCoordinatesRepresentation_SafeDownCast_35 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkParallelCoordinatesRepresentation_SetAngleBrushThreshold_36 (HandleRef pThis, double _arg)
static internal void vtkParallelCoordinatesRepresentation_SetAxisColor_37 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkParallelCoordinatesRepresentation_SetAxisColor_38 (HandleRef pThis, IntPtr _arg)
static internal void vtkParallelCoordinatesRepresentation_SetAxisLabelColor_39 (HandleRef pThis, IntPtr _arg)
static internal void vtkParallelCoordinatesRepresentation_SetAxisLabelColor_40 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkParallelCoordinatesRepresentation_SetAxisTitles_41 (HandleRef pThis, HandleRef arg0)
static internal void vtkParallelCoordinatesRepresentation_SetAxisTitles_42 (HandleRef pThis, HandleRef arg0)
static internal void vtkParallelCoordinatesRepresentation_SetCurveResolution_43 (HandleRef pThis, int _arg)
static internal void vtkParallelCoordinatesRepresentation_SetFontSize_44 (HandleRef pThis, double _arg)
static internal void vtkParallelCoordinatesRepresentation_SetFunctionBrushThreshold_45 (HandleRef pThis, double _arg)
static internal void vtkParallelCoordinatesRepresentation_SetLineColor_46 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkParallelCoordinatesRepresentation_SetLineColor_47 (HandleRef pThis, IntPtr _arg)
static internal void vtkParallelCoordinatesRepresentation_SetLineOpacity_48 (HandleRef pThis, double _arg)
static internal void vtkParallelCoordinatesRepresentation_SetNumberOfAxisLabels_49 (HandleRef pThis, int num)
static internal void vtkParallelCoordinatesRepresentation_SetPlotTitle_50 (HandleRef pThis, string arg0)
static internal int vtkParallelCoordinatesRepresentation_SetPositionAndSize_51 (HandleRef pThis, IntPtr position, IntPtr size)
static internal int vtkParallelCoordinatesRepresentation_SetRangeAtPosition_52 (HandleRef pThis, int position, IntPtr range)
static internal void vtkParallelCoordinatesRepresentation_SetUseCurves_53 (HandleRef pThis, int _arg)
static internal int vtkParallelCoordinatesRepresentation_SetXCoordinateOfPosition_54 (HandleRef pThis, int position, double xcoord)
static internal int vtkParallelCoordinatesRepresentation_SwapAxisPositions_55 (HandleRef pThis, int position1, int position2)
static internal void vtkParallelCoordinatesRepresentation_UseCurvesOff_56 (HandleRef pThis)
static internal void vtkParallelCoordinatesRepresentation_UseCurvesOn_57 (HandleRef pThis)

Static Private Member Functions

static vtkParallelCoordinatesRepresentation ()
 Automatically generated type registration mechanics.

Detailed Description

vtkParallelCoordinatesRepresentation - Data representation that takes generic multivariate data and produces a parallel coordinates plot.

Description A parallel coordinates plot represents each variable in a multivariate data set as a separate axis. Individual samples of that data set are represented as a polyline that pass through each variable axis at positions that correspond to data values. vtkParallelCoordinatesRepresentation generates this plot when added to a vtkParallelCoordinatesView, which handles interaction and highlighting. Sample polylines can alternatively be represented as s-curves by enabling the UseCurves flag.

There are three selection modes: lasso, angle, and function. Lasso selection picks sample lines that pass through a polyline. Angle selection picks sample lines that have similar slope to a line segment. Function selection picks sample lines that are near a linear function defined on two variables. This function specified by passing two (x,y) variable value pairs.

All primitives are plotted in normalized view coordinates [0,1].

Thanks Developed by David Feng at Sandia National Laboratories

vtkParallelCoordinatesView vtkParallelCoordinatesHistogramRepresentation vtkSCurveSpline


Member Enumeration Documentation

Do a selection of the lines. See the main description for how to use these functions. RangeSelect is currently stubbed out.

Enumerator:
INPUT_DATA 

enum member

INPUT_TITLES 

enum member

NUM_INPUT_PORTS 

enum member


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

virtual void Kitware.VTK.vtkParallelCoordinatesRepresentation.AngleSelect ( int  brushClass,
int  brushOperator,
IntPtr  p1,
IntPtr  p2 
) [virtual]

Do a selection of the lines. See the main description for how to use these functions. RangeSelect is currently stubbed out.

Apply the theme to this view. CellColor is used for line coloring and titles. EdgeLabelColor is used for axis color. CellOpacity is used for line opacity.

Reimplemented from Kitware.VTK.vtkDataRepresentation.

Reimplemented in Kitware.VTK.vtkParallelCoordinatesHistogramRepresentation.

override void Kitware.VTK.vtkParallelCoordinatesRepresentation.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.vtkRenderedRepresentation.

Reimplemented in Kitware.VTK.vtkParallelCoordinatesHistogramRepresentation.

virtual void Kitware.VTK.vtkParallelCoordinatesRepresentation.FunctionSelect ( int  brushClass,
int  brushOperator,
IntPtr  p1,
IntPtr  p2,
IntPtr  q1,
IntPtr  q2 
) [virtual]

Do a selection of the lines. See the main description for how to use these functions. RangeSelect is currently stubbed out.

Maximum angle difference (in degrees) of selection using angle/function brushes.

Access plot properties.

virtual void Kitware.VTK.vtkParallelCoordinatesRepresentation.GetAxisColor ( ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [virtual]

Access plot properties.

virtual void Kitware.VTK.vtkParallelCoordinatesRepresentation.GetAxisColor ( IntPtr  _arg) [virtual]

Access plot properties.

Access plot properties.

virtual void Kitware.VTK.vtkParallelCoordinatesRepresentation.GetAxisLabelColor ( ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [virtual]

Access plot properties.

Access plot properties.

Resolution of the curves displayed, enabled by setting UseCurves.

Access plot properties.

Maximum angle difference (in degrees) of selection using angle/function brushes.

virtual string Kitware.VTK.vtkParallelCoordinatesRepresentation.GetHoverText ( vtkView  view,
int  x,
int  y 
) [virtual]

Returns the hover text at an x,y location.

Access plot properties.

virtual void Kitware.VTK.vtkParallelCoordinatesRepresentation.GetLineColor ( ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [virtual]

Access plot properties.

virtual void Kitware.VTK.vtkParallelCoordinatesRepresentation.GetLineColor ( IntPtr  _arg) [virtual]

Access plot properties.

Access plot properties.

Get the number of axes in the plot.

Set/Get the number of labels to display on each axis.

Get the number of samples in the plot.

int Kitware.VTK.vtkParallelCoordinatesRepresentation.GetPositionAndSize ( IntPtr  position,
IntPtr  size 
)

Change the position of the plot.

Move an axis to a particular screen position. Using these methods requires an Update() before they will work properly.

Set/get the value range of the axis at a particular screen position.

Whether or not to display using curves.

Move an axis to a particular screen position. Using these methods requires an Update() before they will work properly.

Move an axis to a particular screen position. Using these methods requires an Update() before they will work properly.

override int Kitware.VTK.vtkParallelCoordinatesRepresentation.IsA ( string  type) [virtual]
static new int Kitware.VTK.vtkParallelCoordinatesRepresentation.IsTypeOf ( string  type) [static]
virtual void Kitware.VTK.vtkParallelCoordinatesRepresentation.LassoSelect ( int  brushClass,
int  brushOperator,
vtkPoints  brushPoints 
) [virtual]

Do a selection of the lines. See the main description for how to use these functions. RangeSelect is currently stubbed out.

virtual void Kitware.VTK.vtkParallelCoordinatesRepresentation.RangeSelect ( int  brushClass,
int  brushOperator,
IntPtr  p1,
IntPtr  p2 
) [virtual]

Do a selection of the lines. See the main description for how to use these functions. RangeSelect is currently stubbed out.

Reset the axes to their default positions and orders.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderedRepresentation.

Reimplemented in Kitware.VTK.vtkParallelCoordinatesHistogramRepresentation.

Here is the call graph for this function:

Maximum angle difference (in degrees) of selection using angle/function brushes.

virtual void Kitware.VTK.vtkParallelCoordinatesRepresentation.SetAxisColor ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Access plot properties.

virtual void Kitware.VTK.vtkParallelCoordinatesRepresentation.SetAxisColor ( IntPtr  _arg) [virtual]

Access plot properties.

Access plot properties.

virtual void Kitware.VTK.vtkParallelCoordinatesRepresentation.SetAxisLabelColor ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Access plot properties.

Set/Get the axis titles.

Set/Get the axis titles.

Resolution of the curves displayed, enabled by setting UseCurves.

virtual void Kitware.VTK.vtkParallelCoordinatesRepresentation.SetFontSize ( double  _arg) [virtual]

Access plot properties.

Maximum angle difference (in degrees) of selection using angle/function brushes.

virtual void Kitware.VTK.vtkParallelCoordinatesRepresentation.SetLineColor ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Access plot properties.

virtual void Kitware.VTK.vtkParallelCoordinatesRepresentation.SetLineColor ( IntPtr  _arg) [virtual]

Access plot properties.

virtual void Kitware.VTK.vtkParallelCoordinatesRepresentation.SetLineOpacity ( double  _arg) [virtual]

Access plot properties.

Set/Get the number of labels to display on each axis.

Set the title for the entire plot.

int Kitware.VTK.vtkParallelCoordinatesRepresentation.SetPositionAndSize ( IntPtr  position,
IntPtr  size 
)

Change the position of the plot.

virtual int Kitware.VTK.vtkParallelCoordinatesRepresentation.SetRangeAtPosition ( int  position,
IntPtr  range 
) [virtual]

Set/get the value range of the axis at a particular screen position.

Reimplemented in Kitware.VTK.vtkParallelCoordinatesHistogramRepresentation.

Whether or not to display using curves.

Move an axis to a particular screen position. Using these methods requires an Update() before they will work properly.

virtual int Kitware.VTK.vtkParallelCoordinatesRepresentation.SwapAxisPositions ( int  position1,
int  position2 
) [virtual]

Move an axis to a particular screen position. Using these methods requires an Update() before they will work properly.

Reimplemented in Kitware.VTK.vtkParallelCoordinatesHistogramRepresentation.

Whether or not to display using curves.

Whether or not to display using curves.

static internal void Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_AngleSelect_01 ( HandleRef  pThis,
int  brushClass,
int  brushOperator,
IntPtr  p1,
IntPtr  p2 
) [private]
static internal void Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_ApplyViewTheme_02 ( HandleRef  pThis,
HandleRef  theme 
) [private]
static internal void Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_FunctionSelect_03 ( HandleRef  pThis,
int  brushClass,
int  brushOperator,
IntPtr  p1,
IntPtr  p2,
IntPtr  q1,
IntPtr  q2 
) [private]
static internal void Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_GetAxisColor_06 ( HandleRef  pThis,
ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [private]
static internal void Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_GetAxisColor_07 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_GetAxisLabelColor_09 ( HandleRef  pThis,
ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [private]
static internal void Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_GetAxisLabelColor_10 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal IntPtr Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_GetHoverText_14 ( HandleRef  pThis,
HandleRef  view,
int  x,
int  y 
) [private]
static internal void Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_GetLineColor_16 ( HandleRef  pThis,
ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [private]
static internal void Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_GetLineColor_17 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal int Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_GetPositionAndSize_22 ( HandleRef  pThis,
IntPtr  position,
IntPtr  size 
) [private]
static internal int Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_GetRangeAtPosition_24 ( HandleRef  pThis,
int  position,
IntPtr  range 
) [private]
static internal int Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_IsA_28 ( HandleRef  pThis,
string  type 
) [private]
static internal void Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_LassoSelect_30 ( HandleRef  pThis,
int  brushClass,
int  brushOperator,
HandleRef  brushPoints 
) [private]
static internal IntPtr Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_NewInstance_32 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_RangeSelect_33 ( HandleRef  pThis,
int  brushClass,
int  brushOperator,
IntPtr  p1,
IntPtr  p2 
) [private]
static internal IntPtr Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_SafeDownCast_35 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_SetAxisColor_37 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_SetAxisColor_38 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_SetAxisLabelColor_39 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_SetAxisLabelColor_40 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_SetAxisTitles_41 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_SetAxisTitles_42 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_SetFontSize_44 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_SetLineColor_46 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_SetLineColor_47 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_SetLineOpacity_48 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_SetPlotTitle_50 ( HandleRef  pThis,
string  arg0 
) [private]
static internal int Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_SetPositionAndSize_51 ( HandleRef  pThis,
IntPtr  position,
IntPtr  size 
) [private]
static internal int Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_SetRangeAtPosition_52 ( HandleRef  pThis,
int  position,
IntPtr  range 
) [private]
static internal void Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_SetUseCurves_53 ( HandleRef  pThis,
int  _arg 
) [private]
static internal int Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_SetXCoordinateOfPosition_54 ( HandleRef  pThis,
int  position,
double  xcoord 
) [private]
static internal int Kitware.VTK.vtkParallelCoordinatesRepresentation.vtkParallelCoordinatesRepresentation_SwapAxisPositions_55 ( HandleRef  pThis,
int  position1,
int  position2 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkParallelCoordinatesRepresentation.MRClassNameKey = "36vtkParallelCoordinatesRepresentation" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkRenderedRepresentation.

Reimplemented in Kitware.VTK.vtkParallelCoordinatesHistogramRepresentation.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkRenderedRepresentation.

Reimplemented in Kitware.VTK.vtkParallelCoordinatesHistogramRepresentation.


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