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

vtkChart2DHistogram - Chart for 2D histograms. More...

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

List of all members.

Public Member Functions

 vtkChartHistogram2D (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkChartHistogram2D ()
 Creates a 2D histogram chart.
override int IsA (string type)
 Undocumented Block.
new vtkChartHistogram2D NewInstance ()
 Undocumented Block.
virtual void SetInput (vtkImageData data, int z)
 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.
virtual void SetTransferFunction (vtkScalarsToColors function)
 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.
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 vtkChartHistogram2D New ()
 Creates a 2D histogram chart.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkChartHistogram2D SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "19vtkChartHistogram2D"
 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 vtkChartHistogram2D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkChartHistogram2D_IsA_01 (HandleRef pThis, string type)
static internal int vtkChartHistogram2D_IsTypeOf_02 (string type)
static internal IntPtr vtkChartHistogram2D_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkChartHistogram2D_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkChartHistogram2D_SetInput_06 (HandleRef pThis, HandleRef data, int z)
static internal void vtkChartHistogram2D_SetTransferFunction_07 (HandleRef pThis, HandleRef function)
static internal void vtkChartHistogram2D_Update_08 (HandleRef pThis)

Static Private Member Functions

static vtkChartHistogram2D ()
 Automatically generated type registration mechanics.

Detailed Description

vtkChart2DHistogram - Chart for 2D histograms.

Description This defines the interface for a 2D histogram chart.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Creates a 2D histogram chart.


Member Function Documentation

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

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkChartXY.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkChartXY.

Creates a 2D histogram chart.

Reimplemented from Kitware.VTK.vtkChartXY.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkChartXY.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkChartXY.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkChartHistogram2D.SetInput ( vtkImageData  data,
int  z 
) [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.

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.

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

static internal int Kitware.VTK.vtkChartHistogram2D.vtkChartHistogram2D_IsA_01 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkChartHistogram2D.vtkChartHistogram2D_IsTypeOf_02 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkChartHistogram2D.vtkChartHistogram2D_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkChartHistogram2D.vtkChartHistogram2D_NewInstance_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkChartHistogram2D.vtkChartHistogram2D_SafeDownCast_05 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkChartHistogram2D.vtkChartHistogram2D_SetInput_06 ( HandleRef  pThis,
HandleRef  data,
int  z 
) [private]
static internal void Kitware.VTK.vtkChartHistogram2D.vtkChartHistogram2D_SetTransferFunction_07 ( HandleRef  pThis,
HandleRef  function 
) [private]
static internal void Kitware.VTK.vtkChartHistogram2D.vtkChartHistogram2D_Update_08 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkChartHistogram2D.MRClassNameKey = "19vtkChartHistogram2D" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkChartXY.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkChartXY.


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