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

vtkPlotBar - Class for drawing an XY plot given two columns from a vtkTable. More...

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

List of all members.

Public Types

enum  HORIZONTAL_WrapperEnum { HORIZONTAL = 1, VERTICAL = 0 }
 Enum of bar chart oritentation types. More...

Public Member Functions

 vtkPlotBar (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkPlotBar ()
 Creates a 2D Chart object.
override void GetBounds (IntPtr bounds)
 Get the bounds for this mapper as (Xmin,Xmax,Ymin,Ymax).
override void GetColor (IntPtr rgb)
 Set the plot color.
vtkColorSeries GetColorSeries ()
 Get the color series used if when this is a stacked bar plot.
override vtkStringArray GetLabels ()
 Description Get the plot labels.
virtual float GetOffset ()
 Set/get the horizontal offset of the bars. Positive values move the bars leftward. For HORIZONTAL orientation, offsets bars vertically, with a positive value moving bars downward.
virtual int GetOrientation ()
 Set/get the orientation of the bars. Valid orientations are VERTICAL (default) and HORIZONTAL.
override float GetWidth ()
 Get the width of the line.
override int IsA (string type)
 Undocumented Block.
new vtkPlotBar NewInstance ()
 Undocumented Block.
override bool Paint (vtkContext2D painter)
 Paint event for the XY plot, called whenever the chart needs to be drawn.
override void SetColor (byte r, byte g, byte b, byte a)
 Set the plot color.
override void SetColor (double r, double g, double b)
 Set the plot color.
void SetColorSeries (vtkColorSeries colorSeries)
 Set the color series to use if this becomes a stacked bar plot.
virtual void SetOffset (float _arg)
 Set/get the horizontal offset of the bars. Positive values move the bars leftward. For HORIZONTAL orientation, offsets bars vertically, with a positive value moving bars downward.
virtual void SetOrientation (int orientation)
 Set/get the orientation of the bars. Valid orientations are VERTICAL (default) and HORIZONTAL.
override void SetWidth (float _arg)
 Set the width of the line.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "10vtkPlotBar"
 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 vtkPlotBar_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPlotBar_GetBounds_01 (HandleRef pThis, IntPtr bounds)
static internal void vtkPlotBar_GetColor_02 (HandleRef pThis, IntPtr rgb)
static internal IntPtr vtkPlotBar_GetColorSeries_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPlotBar_GetLabels_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal float vtkPlotBar_GetOffset_05 (HandleRef pThis)
static internal int vtkPlotBar_GetOrientation_06 (HandleRef pThis)
static internal float vtkPlotBar_GetWidth_07 (HandleRef pThis)
static internal int vtkPlotBar_IsA_08 (HandleRef pThis, string type)
static internal int vtkPlotBar_IsTypeOf_09 (string type)
static internal IntPtr vtkPlotBar_NewInstance_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal byte vtkPlotBar_Paint_12 (HandleRef pThis, HandleRef painter)
static internal IntPtr vtkPlotBar_SafeDownCast_13 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPlotBar_SetColor_14 (HandleRef pThis, byte r, byte g, byte b, byte a)
static internal void vtkPlotBar_SetColor_15 (HandleRef pThis, double r, double g, double b)
static internal void vtkPlotBar_SetColorSeries_16 (HandleRef pThis, HandleRef colorSeries)
static internal void vtkPlotBar_SetOffset_17 (HandleRef pThis, float _arg)
static internal void vtkPlotBar_SetOrientation_18 (HandleRef pThis, int orientation)
static internal void vtkPlotBar_SetWidth_19 (HandleRef pThis, float _arg)

Static Private Member Functions

static vtkPlotBar ()
 Automatically generated type registration mechanics.

Detailed Description

vtkPlotBar - Class for drawing an XY plot given two columns from a vtkTable.

Description


Member Enumeration Documentation

Enum of bar chart oritentation types.

Enumerator:
HORIZONTAL 

enum member

VERTICAL 

enum member


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

Kitware.VTK.vtkPlotBar.vtkPlotBar ( 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

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

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

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

Reimplemented from Kitware.VTK.vtkPlot.

override void Kitware.VTK.vtkPlotBar.GetColor ( IntPtr  rgb) [virtual]

Set the plot color.

Reimplemented from Kitware.VTK.vtkPlot.

Get the color series used if when this is a stacked bar plot.

Here is the call graph for this function:

Description Get the plot labels.

Reimplemented from Kitware.VTK.vtkPlot.

Here is the call graph for this function:

virtual float Kitware.VTK.vtkPlotBar.GetOffset ( ) [virtual]

Set/get the horizontal offset of the bars. Positive values move the bars leftward. For HORIZONTAL orientation, offsets bars vertically, with a positive value moving bars downward.

virtual int Kitware.VTK.vtkPlotBar.GetOrientation ( ) [virtual]

Set/get the orientation of the bars. Valid orientations are VERTICAL (default) and HORIZONTAL.

override float Kitware.VTK.vtkPlotBar.GetWidth ( ) [virtual]

Get the width of the line.

Reimplemented from Kitware.VTK.vtkPlot.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPlot.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPlot.

static new vtkPlotBar Kitware.VTK.vtkPlotBar.New ( ) [static]

Creates a 2D Chart object.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPlot.

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

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

Reimplemented from Kitware.VTK.vtkAbstractContextItem.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPlot.

Here is the call graph for this function:

override void Kitware.VTK.vtkPlotBar.SetColor ( byte  r,
byte  g,
byte  b,
byte  a 
) [virtual]

Set the plot color.

Reimplemented from Kitware.VTK.vtkPlot.

override void Kitware.VTK.vtkPlotBar.SetColor ( double  r,
double  g,
double  b 
) [virtual]

Set the plot color.

Reimplemented from Kitware.VTK.vtkPlot.

Set the color series to use if this becomes a stacked bar plot.

virtual void Kitware.VTK.vtkPlotBar.SetOffset ( float  _arg) [virtual]

Set/get the horizontal offset of the bars. Positive values move the bars leftward. For HORIZONTAL orientation, offsets bars vertically, with a positive value moving bars downward.

virtual void Kitware.VTK.vtkPlotBar.SetOrientation ( int  orientation) [virtual]

Set/get the orientation of the bars. Valid orientations are VERTICAL (default) and HORIZONTAL.

override void Kitware.VTK.vtkPlotBar.SetWidth ( float  _arg) [virtual]

Set the width of the line.

Reimplemented from Kitware.VTK.vtkPlot.

static internal void Kitware.VTK.vtkPlotBar.vtkPlotBar_GetBounds_01 ( HandleRef  pThis,
IntPtr  bounds 
) [private]
static internal void Kitware.VTK.vtkPlotBar.vtkPlotBar_GetColor_02 ( HandleRef  pThis,
IntPtr  rgb 
) [private]
static internal IntPtr Kitware.VTK.vtkPlotBar.vtkPlotBar_GetColorSeries_03 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPlotBar.vtkPlotBar_GetLabels_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal float Kitware.VTK.vtkPlotBar.vtkPlotBar_GetOffset_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPlotBar.vtkPlotBar_GetOrientation_06 ( HandleRef  pThis) [private]
static internal float Kitware.VTK.vtkPlotBar.vtkPlotBar_GetWidth_07 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPlotBar.vtkPlotBar_IsA_08 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkPlotBar.vtkPlotBar_IsTypeOf_09 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkPlotBar.vtkPlotBar_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPlotBar.vtkPlotBar_NewInstance_11 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal byte Kitware.VTK.vtkPlotBar.vtkPlotBar_Paint_12 ( HandleRef  pThis,
HandleRef  painter 
) [private]
static internal IntPtr Kitware.VTK.vtkPlotBar.vtkPlotBar_SafeDownCast_13 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkPlotBar.vtkPlotBar_SetColor_14 ( HandleRef  pThis,
byte  r,
byte  g,
byte  b,
byte  a 
) [private]
static internal void Kitware.VTK.vtkPlotBar.vtkPlotBar_SetColor_15 ( HandleRef  pThis,
double  r,
double  g,
double  b 
) [private]
static internal void Kitware.VTK.vtkPlotBar.vtkPlotBar_SetColorSeries_16 ( HandleRef  pThis,
HandleRef  colorSeries 
) [private]
static internal void Kitware.VTK.vtkPlotBar.vtkPlotBar_SetOffset_17 ( HandleRef  pThis,
float  _arg 
) [private]
static internal void Kitware.VTK.vtkPlotBar.vtkPlotBar_SetOrientation_18 ( HandleRef  pThis,
int  orientation 
) [private]
static internal void Kitware.VTK.vtkPlotBar.vtkPlotBar_SetWidth_19 ( HandleRef  pThis,
float  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkPlotBar.MRClassNameKey = "10vtkPlotBar" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPlot.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPlot.


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