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.vtkPlotPoints Class Reference

vtkPlotPoints - Class for drawing an points given two columns from a vtkTable. More...

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

List of all members.

Public Types

enum  CIRCLE_WrapperEnum {
  CIRCLE = 4, CROSS = 1, DIAMOND = 5, NONE = 0,
  PLUS = 2, SQUARE = 3
}
 Get the array name to color by. More...

Public Member Functions

 vtkPlotPoints (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkPlotPoints ()
 Creates a 2D Chart object.
virtual void CreateDefaultLookupTable ()
 Create default lookup table. Generally used to create one when none is available with the scalar data.
override void GetBounds (IntPtr bounds)
 Get the bounds for this plot as (Xmin, Xmax, Ymin, Ymax).
vtkScalarsToColors GetLookupTable ()
 Specify a lookup table for the mapper to use.
virtual float GetMarkerSize ()
 Get/set the marker size that should be used. The default is negative, and in that case it is 2.3 times the pen width, if less than 8 will be used.
virtual int GetMarkerStyle ()
 Get/set the marker style that should be used. The default is none, the enum in this class is used as a parameter.
virtual int GetScalarVisibility ()
 Turn on/off flag to control whether scalar data is used to color objects.
override int IsA (string type)
 Undocumented Block.
new vtkPlotPoints NewInstance ()
 Undocumented Block.
override bool Paint (vtkContext2D painter)
 Paint event for the XY plot, called whenever the chart needs to be drawn.
virtual void ScalarVisibilityOff ()
 Turn on/off flag to control whether scalar data is used to color objects.
virtual void ScalarVisibilityOn ()
 Turn on/off flag to control whether scalar data is used to color objects.
void SelectColorArray (int arrayNum)
 When ScalarMode is set to UsePointFieldData or UseCellFieldData, you can specify which array to use for coloring using these methods. The lookup table will decide how to convert vectors to colors.
void SetLookupTable (vtkScalarsToColors lut)
 Specify a lookup table for the mapper to use.
virtual void SetMarkerSize (float _arg)
 Get/set the marker size that should be used. The default is negative, and in that case it is 2.3 times the pen width, if less than 8 will be used.
virtual void SetMarkerStyle (int _arg)
 Get/set the marker style that should be used. The default is none, the enum in this class is used as a parameter.
virtual void SetScalarVisibility (int _arg)
 Turn on/off flag to control whether scalar data is used to color objects.
override void Update ()
 Perform any updates to the item that may be necessary before rendering. The scene should take care of calling this on all items before their Paint function is invoked.

Static Public Member Functions

static new vtkPlotPoints New ()
 Creates a 2D Chart object.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkPlotPoints SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "13vtkPlotPoints"
 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 vtkPlotPoints_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPlotPoints_CreateDefaultLookupTable_01 (HandleRef pThis)
static internal void vtkPlotPoints_GetBounds_02 (HandleRef pThis, IntPtr bounds)
static internal IntPtr vtkPlotPoints_GetLookupTable_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal float vtkPlotPoints_GetMarkerSize_04 (HandleRef pThis)
static internal int vtkPlotPoints_GetMarkerStyle_05 (HandleRef pThis)
static internal int vtkPlotPoints_GetScalarVisibility_06 (HandleRef pThis)
static internal int vtkPlotPoints_IsA_07 (HandleRef pThis, string type)
static internal int vtkPlotPoints_IsTypeOf_08 (string type)
static internal IntPtr vtkPlotPoints_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal byte vtkPlotPoints_Paint_11 (HandleRef pThis, HandleRef painter)
static internal IntPtr vtkPlotPoints_SafeDownCast_12 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPlotPoints_ScalarVisibilityOff_13 (HandleRef pThis)
static internal void vtkPlotPoints_ScalarVisibilityOn_14 (HandleRef pThis)
static internal void vtkPlotPoints_SelectColorArray_15 (HandleRef pThis, int arrayNum)
static internal void vtkPlotPoints_SetLookupTable_16 (HandleRef pThis, HandleRef lut)
static internal void vtkPlotPoints_SetMarkerSize_17 (HandleRef pThis, float _arg)
static internal void vtkPlotPoints_SetMarkerStyle_18 (HandleRef pThis, int _arg)
static internal void vtkPlotPoints_SetScalarVisibility_19 (HandleRef pThis, int _arg)
static internal void vtkPlotPoints_Update_20 (HandleRef pThis)

Static Private Member Functions

static vtkPlotPoints ()
 Automatically generated type registration mechanics.

Detailed Description

vtkPlotPoints - Class for drawing an points given two columns from a vtkTable.

Description This class draws points in a plot given two columns from a table. If you need a line as well you should use vtkPlotLine which derives from vtkPlotPoints and is capable of drawing both points and a line.

vtkPlotLine


Member Enumeration Documentation

Get the array name to color by.

Enumerator:
CIRCLE 

enum member

CROSS 

enum member

DIAMOND 

enum member

NONE 

enum member

PLUS 

enum member

SQUARE 

enum member


Constructor & Destructor Documentation

static Kitware.VTK.vtkPlotPoints.vtkPlotPoints ( ) [static, private]

Automatically generated type registration mechanics.

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

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

Creates a 2D Chart object.


Member Function Documentation

Create default lookup table. Generally used to create one when none is available with the scalar data.

override void Kitware.VTK.vtkPlotPoints.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.vtkPlot.

Reimplemented in Kitware.VTK.vtkPlotLine.

override void Kitware.VTK.vtkPlotPoints.GetBounds ( IntPtr  bounds) [virtual]

Get the bounds for this plot as (Xmin, Xmax, Ymin, Ymax).

Reimplemented from Kitware.VTK.vtkPlot.

Specify a lookup table for the mapper to use.

Here is the call graph for this function:

virtual float Kitware.VTK.vtkPlotPoints.GetMarkerSize ( ) [virtual]

Get/set the marker size that should be used. The default is negative, and in that case it is 2.3 times the pen width, if less than 8 will be used.

virtual int Kitware.VTK.vtkPlotPoints.GetMarkerStyle ( ) [virtual]

Get/set the marker style that should be used. The default is none, the enum in this class is used as a parameter.

Turn on/off flag to control whether scalar data is used to color objects.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPlot.

Reimplemented in Kitware.VTK.vtkPlotLine.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPlot.

Reimplemented in Kitware.VTK.vtkPlotLine.

Creates a 2D Chart object.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkPlotLine.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPlot.

Reimplemented in Kitware.VTK.vtkPlotLine.

override bool Kitware.VTK.vtkPlotPoints.Paint ( vtkContext2D  painter) [virtual]

Paint event for the XY plot, called whenever the chart needs to be drawn.

Reimplemented from Kitware.VTK.vtkAbstractContextItem.

Reimplemented in Kitware.VTK.vtkPlotLine.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPlot.

Reimplemented in Kitware.VTK.vtkPlotLine.

Here is the call graph for this function:

Turn on/off flag to control whether scalar data is used to color objects.

Turn on/off flag to control whether scalar data is used to color objects.

When ScalarMode is set to UsePointFieldData or UseCellFieldData, you can specify which array to use for coloring using these methods. The lookup table will decide how to convert vectors to colors.

Specify a lookup table for the mapper to use.

virtual void Kitware.VTK.vtkPlotPoints.SetMarkerSize ( float  _arg) [virtual]

Get/set the marker size that should be used. The default is negative, and in that case it is 2.3 times the pen width, if less than 8 will be used.

virtual void Kitware.VTK.vtkPlotPoints.SetMarkerStyle ( int  _arg) [virtual]

Get/set the marker style that should be used. The default is none, the enum in this class is used as a parameter.

virtual void Kitware.VTK.vtkPlotPoints.SetScalarVisibility ( int  _arg) [virtual]

Turn on/off flag to control whether scalar data is used to color objects.

override void Kitware.VTK.vtkPlotPoints.Update ( ) [virtual]

Perform any updates to the item that may be necessary before rendering. The scene should take care of calling this on all items before their Paint function is invoked.

Reimplemented from Kitware.VTK.vtkAbstractContextItem.

static internal void Kitware.VTK.vtkPlotPoints.vtkPlotPoints_CreateDefaultLookupTable_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPlotPoints.vtkPlotPoints_GetBounds_02 ( HandleRef  pThis,
IntPtr  bounds 
) [private]
static internal IntPtr Kitware.VTK.vtkPlotPoints.vtkPlotPoints_GetLookupTable_03 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal float Kitware.VTK.vtkPlotPoints.vtkPlotPoints_GetMarkerSize_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPlotPoints.vtkPlotPoints_GetMarkerStyle_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPlotPoints.vtkPlotPoints_GetScalarVisibility_06 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPlotPoints.vtkPlotPoints_IsA_07 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkPlotPoints.vtkPlotPoints_IsTypeOf_08 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkPlotPoints.vtkPlotPoints_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPlotPoints.vtkPlotPoints_NewInstance_10 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal byte Kitware.VTK.vtkPlotPoints.vtkPlotPoints_Paint_11 ( HandleRef  pThis,
HandleRef  painter 
) [private]
static internal IntPtr Kitware.VTK.vtkPlotPoints.vtkPlotPoints_SafeDownCast_12 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkPlotPoints.vtkPlotPoints_ScalarVisibilityOff_13 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPlotPoints.vtkPlotPoints_ScalarVisibilityOn_14 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPlotPoints.vtkPlotPoints_SelectColorArray_15 ( HandleRef  pThis,
int  arrayNum 
) [private]
static internal void Kitware.VTK.vtkPlotPoints.vtkPlotPoints_SetLookupTable_16 ( HandleRef  pThis,
HandleRef  lut 
) [private]
static internal void Kitware.VTK.vtkPlotPoints.vtkPlotPoints_SetMarkerSize_17 ( HandleRef  pThis,
float  _arg 
) [private]
static internal void Kitware.VTK.vtkPlotPoints.vtkPlotPoints_SetMarkerStyle_18 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkPlotPoints.vtkPlotPoints_SetScalarVisibility_19 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkPlotPoints.vtkPlotPoints_Update_20 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkPlotPoints.MRClassNameKey = "13vtkPlotPoints" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPlot.

Reimplemented in Kitware.VTK.vtkPlotLine.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPlot.

Reimplemented in Kitware.VTK.vtkPlotLine.


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