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

vtkQtTreeRingLabelMapper - draw text labels on a tree map More...

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

List of all members.

Public Member Functions

 vtkQtTreeRingLabelMapper (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkQtTreeRingLabelMapper ()
 Undocumented Block.
virtual vtkTree GetInputTree ()
 The input to this filter.
override vtkTextProperty GetLabelTextProperty ()
 Set/Get the text property. Note that multiple type text properties (set with a second integer parameter) are not currently supported, but are provided to avoid compiler warnings.
override vtkTextProperty GetLabelTextProperty (int type)
 Set/Get the text property. Note that multiple type text properties (set with a second integer parameter) are not currently supported, but are provided to avoid compiler warnings.
override uint GetMTime ()
 Return the object's MTime. This is overridden to include the timestamp of its internal class.
vtkRenderer GetRenderer ()
 Return the object's MTime. This is overridden to include the timestamp of its internal class.
virtual string GetTextRotationArrayName ()
 Set/Get the name of the text rotation array.
override int IsA (string type)
 Undocumented Block.
new vtkQtTreeRingLabelMapper NewInstance ()
 Undocumented Block.
override void RenderOpaqueGeometry (vtkViewport viewport, vtkActor2D actor)
 Draw the text to the screen at each input point.
override void RenderOverlay (vtkViewport viewport, vtkActor2D actor)
 Draw the text to the screen at each input point.
override void SetLabelTextProperty (vtkTextProperty p)
 Set/Get the text property. Note that multiple type text properties (set with a second integer parameter) are not currently supported, but are provided to avoid compiler warnings.
override void SetLabelTextProperty (vtkTextProperty p, int type)
 Set/Get the text property. Note that multiple type text properties (set with a second integer parameter) are not currently supported, but are provided to avoid compiler warnings.
void SetRenderer (vtkRenderer ren)
 Return the object's MTime. This is overridden to include the timestamp of its internal class.
virtual void SetSectorsArrayName (string name)
 The name of the 4-tuple array used for.
virtual void SetTextRotationArrayName (string _arg)
 Set/Get the name of the text rotation array.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "24vtkQtTreeRingLabelMapper"
 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 vtkQtTreeRingLabelMapper_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkQtTreeRingLabelMapper_GetInputTree_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkQtTreeRingLabelMapper_GetLabelTextProperty_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkQtTreeRingLabelMapper_GetLabelTextProperty_03 (HandleRef pThis, int type, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal uint vtkQtTreeRingLabelMapper_GetMTime_04 (HandleRef pThis)
static internal IntPtr vtkQtTreeRingLabelMapper_GetRenderer_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkQtTreeRingLabelMapper_GetTextRotationArrayName_06 (HandleRef pThis)
static internal int vtkQtTreeRingLabelMapper_IsA_07 (HandleRef pThis, string type)
static internal int vtkQtTreeRingLabelMapper_IsTypeOf_08 (string type)
static internal IntPtr vtkQtTreeRingLabelMapper_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkQtTreeRingLabelMapper_RenderOpaqueGeometry_11 (HandleRef pThis, HandleRef viewport, HandleRef actor)
static internal void vtkQtTreeRingLabelMapper_RenderOverlay_12 (HandleRef pThis, HandleRef viewport, HandleRef actor)
static internal IntPtr vtkQtTreeRingLabelMapper_SafeDownCast_13 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkQtTreeRingLabelMapper_SetLabelTextProperty_14 (HandleRef pThis, HandleRef p)
static internal void vtkQtTreeRingLabelMapper_SetLabelTextProperty_15 (HandleRef pThis, HandleRef p, int type)
static internal void vtkQtTreeRingLabelMapper_SetRenderer_16 (HandleRef pThis, HandleRef ren)
static internal void vtkQtTreeRingLabelMapper_SetSectorsArrayName_17 (HandleRef pThis, string name)
static internal void vtkQtTreeRingLabelMapper_SetTextRotationArrayName_18 (HandleRef pThis, string _arg)

Static Private Member Functions

static vtkQtTreeRingLabelMapper ()
 Automatically generated type registration mechanics.

Detailed Description

vtkQtTreeRingLabelMapper - draw text labels on a tree map

Description vtkQtTreeRingLabelMapper is a mapper that renders text on a tree map. A tree map is a vtkTree with an associated 4-tuple array used for storing the boundary rectangle for each vertex in the tree. The user must specify the array name used for storing the rectangles.

The mapper iterates through the tree and attempts and renders a label inside the vertex's rectangle as long as the following conditions hold: 1. The vertex level is within the range of levels specified for labeling. 2. The label can fully fit inside its box. 3. The label does not overlap an ancestor's label.

Thanks Thanks to Jason Shepherd from Sandia National Laboratories for help in developing this class.

vtkLabeledDataMapper


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

The input to this filter.

Here is the call graph for this function:

Set/Get the text property. Note that multiple type text properties (set with a second integer parameter) are not currently supported, but are provided to avoid compiler warnings.

Reimplemented from Kitware.VTK.vtkLabeledDataMapper.

Here is the call graph for this function:

Set/Get the text property. Note that multiple type text properties (set with a second integer parameter) are not currently supported, but are provided to avoid compiler warnings.

Reimplemented from Kitware.VTK.vtkLabeledDataMapper.

Here is the call graph for this function:

override uint Kitware.VTK.vtkQtTreeRingLabelMapper.GetMTime ( ) [virtual]

Return the object's MTime. This is overridden to include the timestamp of its internal class.

Reimplemented from Kitware.VTK.vtkLabeledDataMapper.

Return the object's MTime. This is overridden to include the timestamp of its internal class.

Here is the call graph for this function:

Set/Get the name of the text rotation array.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkLabeledDataMapper.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkLabeledDataMapper.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkLabeledDataMapper.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkLabeledDataMapper.

override void Kitware.VTK.vtkQtTreeRingLabelMapper.RenderOpaqueGeometry ( vtkViewport  viewport,
vtkActor2D  actor 
) [virtual]

Draw the text to the screen at each input point.

Reimplemented from Kitware.VTK.vtkLabeledDataMapper.

override void Kitware.VTK.vtkQtTreeRingLabelMapper.RenderOverlay ( vtkViewport  viewport,
vtkActor2D  actor 
) [virtual]

Draw the text to the screen at each input point.

Reimplemented from Kitware.VTK.vtkLabeledDataMapper.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkLabeledDataMapper.

Here is the call graph for this function:

Set/Get the text property. Note that multiple type text properties (set with a second integer parameter) are not currently supported, but are provided to avoid compiler warnings.

Reimplemented from Kitware.VTK.vtkLabeledDataMapper.

override void Kitware.VTK.vtkQtTreeRingLabelMapper.SetLabelTextProperty ( vtkTextProperty  p,
int  type 
) [virtual]

Set/Get the text property. Note that multiple type text properties (set with a second integer parameter) are not currently supported, but are provided to avoid compiler warnings.

Reimplemented from Kitware.VTK.vtkLabeledDataMapper.

Return the object's MTime. This is overridden to include the timestamp of its internal class.

virtual void Kitware.VTK.vtkQtTreeRingLabelMapper.SetSectorsArrayName ( string  name) [virtual]

The name of the 4-tuple array used for.

virtual void Kitware.VTK.vtkQtTreeRingLabelMapper.SetTextRotationArrayName ( string  _arg) [virtual]

Set/Get the name of the text rotation array.

static internal IntPtr Kitware.VTK.vtkQtTreeRingLabelMapper.vtkQtTreeRingLabelMapper_GetInputTree_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkQtTreeRingLabelMapper.vtkQtTreeRingLabelMapper_GetLabelTextProperty_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkQtTreeRingLabelMapper.vtkQtTreeRingLabelMapper_GetLabelTextProperty_03 ( HandleRef  pThis,
int  type,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal uint Kitware.VTK.vtkQtTreeRingLabelMapper.vtkQtTreeRingLabelMapper_GetMTime_04 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkQtTreeRingLabelMapper.vtkQtTreeRingLabelMapper_GetRenderer_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkQtTreeRingLabelMapper.vtkQtTreeRingLabelMapper_IsA_07 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkQtTreeRingLabelMapper.vtkQtTreeRingLabelMapper_IsTypeOf_08 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkQtTreeRingLabelMapper.vtkQtTreeRingLabelMapper_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkQtTreeRingLabelMapper.vtkQtTreeRingLabelMapper_NewInstance_10 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkQtTreeRingLabelMapper.vtkQtTreeRingLabelMapper_RenderOpaqueGeometry_11 ( HandleRef  pThis,
HandleRef  viewport,
HandleRef  actor 
) [private]
static internal void Kitware.VTK.vtkQtTreeRingLabelMapper.vtkQtTreeRingLabelMapper_RenderOverlay_12 ( HandleRef  pThis,
HandleRef  viewport,
HandleRef  actor 
) [private]
static internal IntPtr Kitware.VTK.vtkQtTreeRingLabelMapper.vtkQtTreeRingLabelMapper_SafeDownCast_13 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkQtTreeRingLabelMapper.vtkQtTreeRingLabelMapper_SetLabelTextProperty_14 ( HandleRef  pThis,
HandleRef  p 
) [private]
static internal void Kitware.VTK.vtkQtTreeRingLabelMapper.vtkQtTreeRingLabelMapper_SetLabelTextProperty_15 ( HandleRef  pThis,
HandleRef  p,
int  type 
) [private]
static internal void Kitware.VTK.vtkQtTreeRingLabelMapper.vtkQtTreeRingLabelMapper_SetRenderer_16 ( HandleRef  pThis,
HandleRef  ren 
) [private]
static internal void Kitware.VTK.vtkQtTreeRingLabelMapper.vtkQtTreeRingLabelMapper_SetSectorsArrayName_17 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkQtTreeRingLabelMapper.vtkQtTreeRingLabelMapper_SetTextRotationArrayName_18 ( HandleRef  pThis,
string  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkQtTreeRingLabelMapper.MRClassNameKey = "24vtkQtTreeRingLabelMapper" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkLabeledDataMapper.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkLabeledDataMapper.


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