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

vtkLabelSizeCalculator More...

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

List of all members.

Public Member Functions

 vtkLabelSizeCalculator (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkLabelSizeCalculator ()
 Undocumented Block.
virtual vtkTextProperty GetFontProperty (int type)
 Get/Set the font used compute label sizes. This defaults to "Arial" at 12 points. If type is provided, it refers to the type of the text label provided in the optional label type array. The default type is type 0.
virtual string GetLabelSizeArrayName ()
 The name of the output array containing text label sizes This defaults to "LabelSize".
override int IsA (string type)
 Undocumented Block.
new vtkLabelSizeCalculator NewInstance ()
 Undocumented Block.
virtual void SetFontProperty (vtkTextProperty fontProp, int type)
 Get/Set the font used compute label sizes. This defaults to "Arial" at 12 points. If type is provided, it refers to the type of the text label provided in the optional label type array. The default type is type 0.
virtual void SetLabelSizeArrayName (string _arg)
 The name of the output array containing text label sizes This defaults to "LabelSize".

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "22vtkLabelSizeCalculator"
 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 vtkLabelSizeCalculator_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkLabelSizeCalculator_GetFontProperty_01 (HandleRef pThis, int type, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkLabelSizeCalculator_GetLabelSizeArrayName_02 (HandleRef pThis)
static internal int vtkLabelSizeCalculator_IsA_03 (HandleRef pThis, string type)
static internal int vtkLabelSizeCalculator_IsTypeOf_04 (string type)
static internal IntPtr vtkLabelSizeCalculator_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkLabelSizeCalculator_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkLabelSizeCalculator_SetFontProperty_08 (HandleRef pThis, HandleRef fontProp, int type)
static internal void vtkLabelSizeCalculator_SetLabelSizeArrayName_09 (HandleRef pThis, string _arg)

Static Private Member Functions

static vtkLabelSizeCalculator ()
 Automatically generated type registration mechanics.

Detailed Description

vtkLabelSizeCalculator

Description This filter takes an input dataset, an array to process (which must be a string array), and a text property. It creates a new output array (named "LabelSize" by default) with 4 components per tuple that contain the width, height, horizontal offset, and descender height (in that order) of each string in the array.

Use the inherited SelectInputArrayToProcess to indicate a string array. In no input array is specified, the first of the following that is a string array is used: point scalars, cell scalars, field scalars.

The second input array to process is an array specifying the type of each label. Different label types may have different font properties. This array must be a vtkIntArray. Any type that does not map to a font property that was set will be set to the type 0's type property.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

Get/Set the font used compute label sizes. This defaults to "Arial" at 12 points. If type is provided, it refers to the type of the text label provided in the optional label type array. The default type is type 0.

Here is the call graph for this function:

The name of the output array containing text label sizes This defaults to "LabelSize".

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkLabelSizeCalculator.SetFontProperty ( vtkTextProperty  fontProp,
int  type 
) [virtual]

Get/Set the font used compute label sizes. This defaults to "Arial" at 12 points. If type is provided, it refers to the type of the text label provided in the optional label type array. The default type is type 0.

virtual void Kitware.VTK.vtkLabelSizeCalculator.SetLabelSizeArrayName ( string  _arg) [virtual]

The name of the output array containing text label sizes This defaults to "LabelSize".

static internal IntPtr Kitware.VTK.vtkLabelSizeCalculator.vtkLabelSizeCalculator_GetFontProperty_01 ( HandleRef  pThis,
int  type,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkLabelSizeCalculator.vtkLabelSizeCalculator_GetLabelSizeArrayName_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkLabelSizeCalculator.vtkLabelSizeCalculator_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkLabelSizeCalculator.vtkLabelSizeCalculator_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkLabelSizeCalculator.vtkLabelSizeCalculator_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkLabelSizeCalculator.vtkLabelSizeCalculator_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkLabelSizeCalculator.vtkLabelSizeCalculator_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkLabelSizeCalculator.vtkLabelSizeCalculator_SetFontProperty_08 ( HandleRef  pThis,
HandleRef  fontProp,
int  type 
) [private]
static internal void Kitware.VTK.vtkLabelSizeCalculator.vtkLabelSizeCalculator_SetLabelSizeArrayName_09 ( HandleRef  pThis,
string  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkLabelSizeCalculator.MRClassNameKey = "22vtkLabelSizeCalculator" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.


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