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

vtkPlotPie - Class for drawing a Pie diagram. More...

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

List of all members.

Public Member Functions

 vtkPlotPie (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkPlotPie ()
 Undocumented Block.
vtkColorSeries GetColorSeries ()
 Get the color series used.
virtual int[] GetDimensions ()
 Get the dimensions of the pie, elements 0 and 1 are the x and y coordinate of the bottom corner. Elements 2 and 3 are the width and height.
virtual void GetDimensions (ref int _arg1, ref int _arg2, ref int _arg3, ref int _arg4)
 Get the dimensions of the pie, elements 0 and 1 are the x and y coordinate of the bottom corner. Elements 2 and 3 are the width and height.
virtual void GetDimensions (IntPtr _arg)
 Get the dimensions of the pie, elements 0 and 1 are the x and y coordinate of the bottom corner. Elements 2 and 3 are the width and height.
override int IsA (string type)
 Undocumented Block.
new vtkPlotPie NewInstance ()
 Undocumented Block.
override bool Paint (vtkContext2D painter)
 Paint event for the item.
void SetColorSeries (vtkColorSeries colorSeries)
 Set the color series to use for the Pie.
void SetDimensions (int arg1, int arg2, int arg3, int arg4)
 Set the dimensions of the pie, arguments 1 and 2 are the x and y coordinate of the bottom corner. Arguments 3 and 4 are the width and height.
void SetDimensions (IntPtr arg)
 Set the dimensions of the pie, elements 0 and 1 are the x and y coordinate of the bottom corner. Elements 2 and 3 are the width and height.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "10vtkPlotPie"
 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 vtkPlotPie_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPlotPie_GetColorSeries_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPlotPie_GetDimensions_02 (HandleRef pThis)
static internal void vtkPlotPie_GetDimensions_03 (HandleRef pThis, ref int _arg1, ref int _arg2, ref int _arg3, ref int _arg4)
static internal void vtkPlotPie_GetDimensions_04 (HandleRef pThis, IntPtr _arg)
static internal int vtkPlotPie_IsA_05 (HandleRef pThis, string type)
static internal int vtkPlotPie_IsTypeOf_06 (string type)
static internal IntPtr vtkPlotPie_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal byte vtkPlotPie_Paint_09 (HandleRef pThis, HandleRef painter)
static internal IntPtr vtkPlotPie_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPlotPie_SetColorSeries_11 (HandleRef pThis, HandleRef colorSeries)
static internal void vtkPlotPie_SetDimensions_12 (HandleRef pThis, int arg1, int arg2, int arg3, int arg4)
static internal void vtkPlotPie_SetDimensions_13 (HandleRef pThis, IntPtr arg)

Static Private Member Functions

static vtkPlotPie ()
 Automatically generated type registration mechanics.

Detailed Description

vtkPlotPie - Class for drawing a Pie diagram.

Description


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

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

Get the color series used.

Here is the call graph for this function:

virtual int [] Kitware.VTK.vtkPlotPie.GetDimensions ( ) [virtual]

Get the dimensions of the pie, elements 0 and 1 are the x and y coordinate of the bottom corner. Elements 2 and 3 are the width and height.

virtual void Kitware.VTK.vtkPlotPie.GetDimensions ( ref int  _arg1,
ref int  _arg2,
ref int  _arg3,
ref int  _arg4 
) [virtual]

Get the dimensions of the pie, elements 0 and 1 are the x and y coordinate of the bottom corner. Elements 2 and 3 are the width and height.

virtual void Kitware.VTK.vtkPlotPie.GetDimensions ( IntPtr  _arg) [virtual]

Get the dimensions of the pie, elements 0 and 1 are the x and y coordinate of the bottom corner. Elements 2 and 3 are the width and height.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPlot.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPlot.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPlot.

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

Paint event for the item.

Reimplemented from Kitware.VTK.vtkAbstractContextItem.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPlot.

Here is the call graph for this function:

Set the color series to use for the Pie.

void Kitware.VTK.vtkPlotPie.SetDimensions ( int  arg1,
int  arg2,
int  arg3,
int  arg4 
)

Set the dimensions of the pie, arguments 1 and 2 are the x and y coordinate of the bottom corner. Arguments 3 and 4 are the width and height.

Set the dimensions of the pie, elements 0 and 1 are the x and y coordinate of the bottom corner. Elements 2 and 3 are the width and height.

static internal IntPtr Kitware.VTK.vtkPlotPie.vtkPlotPie_GetColorSeries_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPlotPie.vtkPlotPie_GetDimensions_02 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPlotPie.vtkPlotPie_GetDimensions_03 ( HandleRef  pThis,
ref int  _arg1,
ref int  _arg2,
ref int  _arg3,
ref int  _arg4 
) [private]
static internal void Kitware.VTK.vtkPlotPie.vtkPlotPie_GetDimensions_04 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal int Kitware.VTK.vtkPlotPie.vtkPlotPie_IsA_05 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkPlotPie.vtkPlotPie_IsTypeOf_06 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkPlotPie.vtkPlotPie_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPlotPie.vtkPlotPie_NewInstance_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal byte Kitware.VTK.vtkPlotPie.vtkPlotPie_Paint_09 ( HandleRef  pThis,
HandleRef  painter 
) [private]
static internal IntPtr Kitware.VTK.vtkPlotPie.vtkPlotPie_SafeDownCast_10 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkPlotPie.vtkPlotPie_SetColorSeries_11 ( HandleRef  pThis,
HandleRef  colorSeries 
) [private]
static internal void Kitware.VTK.vtkPlotPie.vtkPlotPie_SetDimensions_12 ( HandleRef  pThis,
int  arg1,
int  arg2,
int  arg3,
int  arg4 
) [private]
static internal void Kitware.VTK.vtkPlotPie.vtkPlotPie_SetDimensions_13 ( HandleRef  pThis,
IntPtr  arg 
) [private]

Member Data Documentation

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPlot.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPlot.


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