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

vtkChartPie - Factory class for drawing pie charts More...

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

List of all members.

Public Member Functions

 vtkChartPie (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkChartPie ()
 Creates a 2D Chart object.
override vtkPlot AddPlot (int type)
 Add a plot to the chart.
override int AddPlot (vtkPlot plot)
 Add a plot to the chart. Return the index of the plot, -1 if it failed.
override vtkChartLegend GetLegend ()
 Get the legend for the chart, if available. Can return NULL if there is no legend.
override int GetNumberOfPlots ()
 Get the number of plots the chart contains.
override vtkPlot GetPlot (int index)
 Get the plot at the specified index, returns null if the index is invalid.
override int IsA (string type)
 Undocumented Block.
new vtkChartPie NewInstance ()
 Undocumented Block.
override bool Paint (vtkContext2D painter)
 Paint event for the chart, called whenever the chart needs to be drawn.
override void SetScene (vtkContextScene scene)
 Set the vtkContextScene for the item, always set for an item in a scene.
override void SetShowLegend (bool visible)
 Set whether the chart should draw a legend.
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 vtkChartPie New ()
 Creates a 2D Chart object.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkChartPie SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "11vtkChartPie"
 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 vtkChartPie_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkChartPie_AddPlot_01 (HandleRef pThis, int type, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkChartPie_AddPlot_02 (HandleRef pThis, HandleRef plot)
static internal IntPtr vtkChartPie_GetLegend_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkChartPie_GetNumberOfPlots_04 (HandleRef pThis)
static internal IntPtr vtkChartPie_GetPlot_05 (HandleRef pThis, int index, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkChartPie_IsA_06 (HandleRef pThis, string type)
static internal int vtkChartPie_IsTypeOf_07 (string type)
static internal IntPtr vtkChartPie_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal byte vtkChartPie_Paint_10 (HandleRef pThis, HandleRef painter)
static internal IntPtr vtkChartPie_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkChartPie_SetScene_12 (HandleRef pThis, HandleRef scene)
static internal void vtkChartPie_SetShowLegend_13 (HandleRef pThis, byte visible)
static internal void vtkChartPie_Update_14 (HandleRef pThis)

Static Private Member Functions

static vtkChartPie ()
 Automatically generated type registration mechanics.

Detailed Description

vtkChartPie - Factory class for drawing pie charts

Description This class implements an pie chart.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

Kitware.VTK.vtkChartPie.vtkChartPie ( 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 vtkPlot Kitware.VTK.vtkChartPie.AddPlot ( int  type) [virtual]

Add a plot to the chart.

Reimplemented from Kitware.VTK.vtkChart.

Here is the call graph for this function:

override int Kitware.VTK.vtkChartPie.AddPlot ( vtkPlot  plot) [virtual]

Add a plot to the chart. Return the index of the plot, -1 if it failed.

Reimplemented from Kitware.VTK.vtkChart.

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

Get the legend for the chart, if available. Can return NULL if there is no legend.

Reimplemented from Kitware.VTK.vtkChart.

Here is the call graph for this function:

override int Kitware.VTK.vtkChartPie.GetNumberOfPlots ( ) [virtual]

Get the number of plots the chart contains.

Reimplemented from Kitware.VTK.vtkChart.

override vtkPlot Kitware.VTK.vtkChartPie.GetPlot ( int  index) [virtual]

Get the plot at the specified index, returns null if the index is invalid.

Reimplemented from Kitware.VTK.vtkChart.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkChart.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkChart.

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

Creates a 2D Chart object.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkChart.

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

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

Reimplemented from Kitware.VTK.vtkChart.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkChart.

Here is the call graph for this function:

override void Kitware.VTK.vtkChartPie.SetScene ( vtkContextScene  scene) [virtual]

Set the vtkContextScene for the item, always set for an item in a scene.

Reimplemented from Kitware.VTK.vtkAbstractContextItem.

override void Kitware.VTK.vtkChartPie.SetShowLegend ( bool  visible) [virtual]

Set whether the chart should draw a legend.

Reimplemented from Kitware.VTK.vtkChart.

override void Kitware.VTK.vtkChartPie.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 IntPtr Kitware.VTK.vtkChartPie.vtkChartPie_AddPlot_01 ( HandleRef  pThis,
int  type,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkChartPie.vtkChartPie_AddPlot_02 ( HandleRef  pThis,
HandleRef  plot 
) [private]
static internal IntPtr Kitware.VTK.vtkChartPie.vtkChartPie_GetLegend_03 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkChartPie.vtkChartPie_GetNumberOfPlots_04 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkChartPie.vtkChartPie_GetPlot_05 ( HandleRef  pThis,
int  index,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkChartPie.vtkChartPie_IsA_06 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkChartPie.vtkChartPie_IsTypeOf_07 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkChartPie.vtkChartPie_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkChartPie.vtkChartPie_NewInstance_09 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal byte Kitware.VTK.vtkChartPie.vtkChartPie_Paint_10 ( HandleRef  pThis,
HandleRef  painter 
) [private]
static internal IntPtr Kitware.VTK.vtkChartPie.vtkChartPie_SafeDownCast_11 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkChartPie.vtkChartPie_SetScene_12 ( HandleRef  pThis,
HandleRef  scene 
) [private]
static internal void Kitware.VTK.vtkChartPie.vtkChartPie_SetShowLegend_13 ( HandleRef  pThis,
byte  visible 
) [private]
static internal void Kitware.VTK.vtkChartPie.vtkChartPie_Update_14 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkChartPie.MRClassNameKey = "11vtkChartPie" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkChart.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkChart.


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