ActiViz .NET  5.8.0
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkLabeledDataMapper Class Reference

vtkLabeledDataMapper - draw text labels at dataset points More...

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

List of all members.

Public Types

enum  Coordinates { DISPLAY = 1, WORLD = 0 }
 The transform to apply to the labels before mapping to 2D. More...

Public Member Functions

 vtkLabeledDataMapper (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkLabeledDataMapper ()
 Instantiate object with %%-#6.3g label format. By default, point ids are labeled.
void CoordinateSystemDisplay ()
 Set/get the coordinate system used for output labels. The output datasets may have point coordinates reported in the world space or display space.
void CoordinateSystemWorld ()
 Set/get the coordinate system used for output labels. The output datasets may have point coordinates reported in the world space or display space.
virtual int GetCoordinateSystem ()
 Set/get the coordinate system used for output labels. The output datasets may have point coordinates reported in the world space or display space.
virtual int GetCoordinateSystemMaxValue ()
 Set/get the coordinate system used for output labels. The output datasets may have point coordinates reported in the world space or display space.
virtual int GetCoordinateSystemMinValue ()
 Set/get the coordinate system used for output labels. The output datasets may have point coordinates reported in the world space or display space.
virtual int GetFieldDataArray ()
 Set/Get the field data array to label. This instance variable is only applicable if field data is labeled. This will clear FieldDataName when set.
virtual string GetFieldDataName ()
 Set/Get the name of the field data array to label. This instance variable is only applicable if field data is labeled. This will override FieldDataArray when set.
vtkDataSet GetInput ()
 Use GetInputDataObject() to get the input data object for composite datasets.
virtual string GetLabelFormat ()
 Set/Get the format with which to print the labels. This should be a printf-style format string.
virtual int GetLabelMode ()
 Specify which data to plot: IDs, scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetLabeledComponent to control which components to plot. The default is VTK_LABEL_IDS.
virtual vtkTextProperty GetLabelTextProperty ()
 Set/Get the text property. If an integer argument is provided, you may provide different text properties for different label types. The type is determined by an optional type input array.
virtual vtkTextProperty GetLabelTextProperty (int type)
 Set/Get the text property. If an integer argument is provided, you may provide different text properties for different label types. The type is determined by an optional type input array.
virtual int GetLabeledComponent ()
 Set/Get the component number to label if the data to print has more than one component. For example, all the components of scalars, vectors, normals, etc. are labeled by default (LabeledComponent=(-1)). However, if this ivar is nonnegative, then only the one component specified is labeled.
override uint GetMTime ()
 Return the modified time for this object.
virtual vtkTransform GetTransform ()
 The transform to apply to the labels before mapping to 2D.
override int IsA (string type)
 Instantiate object with %%-#6.3g label format. By default, point ids are labeled.
new vtkLabeledDataMapper NewInstance ()
 Instantiate object with %%-#6.3g label format. By default, point ids are labeled.
override void ReleaseGraphicsResources (vtkWindow arg0)
 Release any graphics resources that are being consumed by this actor.
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.
virtual void SetCoordinateSystem (int _arg)
 Set/get the coordinate system used for output labels. The output datasets may have point coordinates reported in the world space or display space.
void SetFieldDataArray (int arrayIndex)
 Set/Get the field data array to label. This instance variable is only applicable if field data is labeled. This will clear FieldDataName when set.
void SetFieldDataName (string arrayName)
 Set/Get the name of the field data array to label. This instance variable is only applicable if field data is labeled. This will override FieldDataArray when set.
virtual void SetInput (vtkDataObject arg0)
 Set the input dataset to the mapper. This mapper handles any type of data.
virtual void SetLabelFormat (string _arg)
 Set/Get the format with which to print the labels. This should be a printf-style format string.
virtual void SetLabelMode (int _arg)
 Specify which data to plot: IDs, scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetLabeledComponent to control which components to plot. The default is VTK_LABEL_IDS.
void SetLabelModeToLabelFieldData ()
 Specify which data to plot: IDs, scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetLabeledComponent to control which components to plot. The default is VTK_LABEL_IDS.
void SetLabelModeToLabelIds ()
 Specify which data to plot: IDs, scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetLabeledComponent to control which components to plot. The default is VTK_LABEL_IDS.
void SetLabelModeToLabelNormals ()
 Specify which data to plot: IDs, scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetLabeledComponent to control which components to plot. The default is VTK_LABEL_IDS.
void SetLabelModeToLabelScalars ()
 Specify which data to plot: IDs, scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetLabeledComponent to control which components to plot. The default is VTK_LABEL_IDS.
void SetLabelModeToLabelTCoords ()
 Specify which data to plot: IDs, scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetLabeledComponent to control which components to plot. The default is VTK_LABEL_IDS.
void SetLabelModeToLabelTensors ()
 Specify which data to plot: IDs, scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetLabeledComponent to control which components to plot. The default is VTK_LABEL_IDS.
void SetLabelModeToLabelVectors ()
 Specify which data to plot: IDs, scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetLabeledComponent to control which components to plot. The default is VTK_LABEL_IDS.
virtual void SetLabelTextProperty (vtkTextProperty p)
 Set/Get the text property. If an integer argument is provided, you may provide different text properties for different label types. The type is determined by an optional type input array.
virtual void SetLabelTextProperty (vtkTextProperty p, int type)
 Set/Get the text property. If an integer argument is provided, you may provide different text properties for different label types. The type is determined by an optional type input array.
virtual void SetLabeledComponent (int _arg)
 Set/Get the component number to label if the data to print has more than one component. For example, all the components of scalars, vectors, normals, etc. are labeled by default (LabeledComponent=(-1)). However, if this ivar is nonnegative, then only the one component specified is labeled.
void SetTransform (vtkTransform t)
 The transform to apply to the labels before mapping to 2D.

Static Public Member Functions

static new vtkLabeledDataMapper New ()
 Instantiate object with %%-#6.3g label format. By default, point ids are labeled.
static new int IsTypeOf (string type)
 Instantiate object with %%-#6.3g label format. By default, point ids are labeled.
static new vtkLabeledDataMapper SafeDownCast (vtkObjectBase o)
 Instantiate object with %%-#6.3g label format. By default, point ids are labeled.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "20vtkLabeledDataMapper"
 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 vtkLabeledDataMapper_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkLabeledDataMapper_CoordinateSystemDisplay_01 (HandleRef pThis)
static internal void vtkLabeledDataMapper_CoordinateSystemWorld_02 (HandleRef pThis)
static internal int vtkLabeledDataMapper_GetCoordinateSystem_03 (HandleRef pThis)
static internal int vtkLabeledDataMapper_GetCoordinateSystemMaxValue_04 (HandleRef pThis)
static internal int vtkLabeledDataMapper_GetCoordinateSystemMinValue_05 (HandleRef pThis)
static internal int vtkLabeledDataMapper_GetFieldDataArray_06 (HandleRef pThis)
static internal IntPtr vtkLabeledDataMapper_GetFieldDataName_07 (HandleRef pThis)
static internal IntPtr vtkLabeledDataMapper_GetInput_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkLabeledDataMapper_GetLabelFormat_09 (HandleRef pThis)
static internal int vtkLabeledDataMapper_GetLabelMode_10 (HandleRef pThis)
static internal IntPtr vtkLabeledDataMapper_GetLabelTextProperty_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkLabeledDataMapper_GetLabelTextProperty_12 (HandleRef pThis, int type, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkLabeledDataMapper_GetLabeledComponent_13 (HandleRef pThis)
static internal uint vtkLabeledDataMapper_GetMTime_14 (HandleRef pThis)
static internal IntPtr vtkLabeledDataMapper_GetTransform_15 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkLabeledDataMapper_IsA_16 (HandleRef pThis, string type)
static internal int vtkLabeledDataMapper_IsTypeOf_17 (string type)
static internal IntPtr vtkLabeledDataMapper_NewInstance_19 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkLabeledDataMapper_ReleaseGraphicsResources_20 (HandleRef pThis, HandleRef arg0)
static internal void vtkLabeledDataMapper_RenderOpaqueGeometry_21 (HandleRef pThis, HandleRef viewport, HandleRef actor)
static internal void vtkLabeledDataMapper_RenderOverlay_22 (HandleRef pThis, HandleRef viewport, HandleRef actor)
static internal IntPtr vtkLabeledDataMapper_SafeDownCast_23 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkLabeledDataMapper_SetCoordinateSystem_24 (HandleRef pThis, int _arg)
static internal void vtkLabeledDataMapper_SetFieldDataArray_25 (HandleRef pThis, int arrayIndex)
static internal void vtkLabeledDataMapper_SetFieldDataName_26 (HandleRef pThis, string arrayName)
static internal void vtkLabeledDataMapper_SetInput_27 (HandleRef pThis, HandleRef arg0)
static internal void vtkLabeledDataMapper_SetLabelFormat_28 (HandleRef pThis, string _arg)
static internal void vtkLabeledDataMapper_SetLabelMode_29 (HandleRef pThis, int _arg)
static internal void vtkLabeledDataMapper_SetLabelModeToLabelFieldData_30 (HandleRef pThis)
static internal void vtkLabeledDataMapper_SetLabelModeToLabelIds_31 (HandleRef pThis)
static internal void vtkLabeledDataMapper_SetLabelModeToLabelNormals_32 (HandleRef pThis)
static internal void vtkLabeledDataMapper_SetLabelModeToLabelScalars_33 (HandleRef pThis)
static internal void vtkLabeledDataMapper_SetLabelModeToLabelTCoords_34 (HandleRef pThis)
static internal void vtkLabeledDataMapper_SetLabelModeToLabelTensors_35 (HandleRef pThis)
static internal void vtkLabeledDataMapper_SetLabelModeToLabelVectors_36 (HandleRef pThis)
static internal void vtkLabeledDataMapper_SetLabelTextProperty_37 (HandleRef pThis, HandleRef p)
static internal void vtkLabeledDataMapper_SetLabelTextProperty_38 (HandleRef pThis, HandleRef p, int type)
static internal void vtkLabeledDataMapper_SetLabeledComponent_39 (HandleRef pThis, int _arg)
static internal void vtkLabeledDataMapper_SetTransform_40 (HandleRef pThis, HandleRef t)

Static Private Member Functions

static vtkLabeledDataMapper ()
 Automatically generated type registration mechanics.

Detailed Description

vtkLabeledDataMapper - draw text labels at dataset points

Description vtkLabeledDataMapper is a mapper that renders text at dataset points. Various items can be labeled including point ids, scalars, vectors, normals, texture coordinates, tensors, and field data components.

The format with which the label is drawn is specified using a printf style format string. The font attributes of the text can be set through the vtkTextProperty associated to this mapper.

By default, all the components of multi-component data such as vectors, normals, texture coordinates, tensors, and multi-component scalars are labeled. However, you can specify a single component if you prefer. (Note: the label format specifies the format to use for a single component. The label is creating by looping over all components and using the label format to render each component.)


Member Enumeration Documentation

The transform to apply to the labels before mapping to 2D.

Enumerator:
DISPLAY 

enum member

WORLD 

enum member


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Instantiate object with %%-#6.3g label format. By default, point ids are labeled.


Member Function Documentation

Set/get the coordinate system used for output labels. The output datasets may have point coordinates reported in the world space or display space.

Set/get the coordinate system used for output labels. The output datasets may have point coordinates reported in the world space or display space.

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

Reimplemented in Kitware.VTK.vtkLabeledTreeMapDataMapper, Kitware.VTK.vtkQtTreeRingLabelMapper, and Kitware.VTK.vtkDynamic2DLabelMapper.

Set/get the coordinate system used for output labels. The output datasets may have point coordinates reported in the world space or display space.

Set/get the coordinate system used for output labels. The output datasets may have point coordinates reported in the world space or display space.

Set/get the coordinate system used for output labels. The output datasets may have point coordinates reported in the world space or display space.

Set/Get the field data array to label. This instance variable is only applicable if field data is labeled. This will clear FieldDataName when set.

Set/Get the name of the field data array to label. This instance variable is only applicable if field data is labeled. This will override FieldDataArray when set.

Use GetInputDataObject() to get the input data object for composite datasets.

Here is the call graph for this function:

Set/Get the component number to label if the data to print has more than one component. For example, all the components of scalars, vectors, normals, etc. are labeled by default (LabeledComponent=(-1)). However, if this ivar is nonnegative, then only the one component specified is labeled.

Set/Get the format with which to print the labels. This should be a printf-style format string.

By default, the mapper will try to print each component of the tuple using a sane format: d for integers, f for floats, g for doubles, ld for longs, et cetera. If you need a different format, set it here. You can do things like limit the number of significant digits, add prefixes/suffixes, basically anything that printf can do. If you only want to print one component of a vector, see the ivar LabeledComponent.

Specify which data to plot: IDs, scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetLabeledComponent to control which components to plot. The default is VTK_LABEL_IDS.

Set/Get the text property. If an integer argument is provided, you may provide different text properties for different label types. The type is determined by an optional type input array.

Reimplemented in Kitware.VTK.vtkQtTreeRingLabelMapper.

Here is the call graph for this function:

Set/Get the text property. If an integer argument is provided, you may provide different text properties for different label types. The type is determined by an optional type input array.

Reimplemented in Kitware.VTK.vtkQtTreeRingLabelMapper.

Here is the call graph for this function:

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

Return the modified time for this object.

Reimplemented from Kitware.VTK.vtkAbstractMapper.

Reimplemented in Kitware.VTK.vtkQtTreeRingLabelMapper.

The transform to apply to the labels before mapping to 2D.

Here is the call graph for this function:

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

Instantiate object with %%-#6.3g label format. By default, point ids are labeled.

Reimplemented from Kitware.VTK.vtkMapper2D.

Reimplemented in Kitware.VTK.vtkQtTreeRingLabelMapper, Kitware.VTK.vtkLabeledTreeMapDataMapper, and Kitware.VTK.vtkDynamic2DLabelMapper.

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

Instantiate object with %%-#6.3g label format. By default, point ids are labeled.

Reimplemented from Kitware.VTK.vtkMapper2D.

Reimplemented in Kitware.VTK.vtkQtTreeRingLabelMapper, Kitware.VTK.vtkLabeledTreeMapDataMapper, and Kitware.VTK.vtkDynamic2DLabelMapper.

Instantiate object with %%-#6.3g label format. By default, point ids are labeled.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Reimplemented in Kitware.VTK.vtkLabeledTreeMapDataMapper, Kitware.VTK.vtkQtTreeRingLabelMapper, and Kitware.VTK.vtkDynamic2DLabelMapper.

Instantiate object with %%-#6.3g label format. By default, point ids are labeled.

Reimplemented from Kitware.VTK.vtkMapper2D.

Reimplemented in Kitware.VTK.vtkQtTreeRingLabelMapper, Kitware.VTK.vtkLabeledTreeMapDataMapper, and Kitware.VTK.vtkDynamic2DLabelMapper.

Release any graphics resources that are being consumed by this actor.

Reimplemented from Kitware.VTK.vtkAbstractMapper.

Reimplemented in Kitware.VTK.vtkLabeledTreeMapDataMapper.

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

Draw the text to the screen at each input point.

Reimplemented from Kitware.VTK.vtkMapper2D.

Reimplemented in Kitware.VTK.vtkQtTreeRingLabelMapper, Kitware.VTK.vtkLabeledTreeMapDataMapper, and Kitware.VTK.vtkDynamic2DLabelMapper.

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

Draw the text to the screen at each input point.

Reimplemented from Kitware.VTK.vtkMapper2D.

Reimplemented in Kitware.VTK.vtkQtTreeRingLabelMapper, Kitware.VTK.vtkLabeledTreeMapDataMapper, and Kitware.VTK.vtkDynamic2DLabelMapper.

Instantiate object with %%-#6.3g label format. By default, point ids are labeled.

Reimplemented from Kitware.VTK.vtkMapper2D.

Reimplemented in Kitware.VTK.vtkQtTreeRingLabelMapper, Kitware.VTK.vtkLabeledTreeMapDataMapper, and Kitware.VTK.vtkDynamic2DLabelMapper.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkLabeledDataMapper.SetCoordinateSystem ( int  _arg) [virtual]

Set/get the coordinate system used for output labels. The output datasets may have point coordinates reported in the world space or display space.

Set/Get the field data array to label. This instance variable is only applicable if field data is labeled. This will clear FieldDataName when set.

Set/Get the name of the field data array to label. This instance variable is only applicable if field data is labeled. This will override FieldDataArray when set.

virtual void Kitware.VTK.vtkLabeledDataMapper.SetInput ( vtkDataObject  arg0) [virtual]

Set the input dataset to the mapper. This mapper handles any type of data.

virtual void Kitware.VTK.vtkLabeledDataMapper.SetLabeledComponent ( int  _arg) [virtual]

Set/Get the component number to label if the data to print has more than one component. For example, all the components of scalars, vectors, normals, etc. are labeled by default (LabeledComponent=(-1)). However, if this ivar is nonnegative, then only the one component specified is labeled.

virtual void Kitware.VTK.vtkLabeledDataMapper.SetLabelFormat ( string  _arg) [virtual]

Set/Get the format with which to print the labels. This should be a printf-style format string.

By default, the mapper will try to print each component of the tuple using a sane format: d for integers, f for floats, g for doubles, ld for longs, et cetera. If you need a different format, set it here. You can do things like limit the number of significant digits, add prefixes/suffixes, basically anything that printf can do. If you only want to print one component of a vector, see the ivar LabeledComponent.

virtual void Kitware.VTK.vtkLabeledDataMapper.SetLabelMode ( int  _arg) [virtual]

Specify which data to plot: IDs, scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetLabeledComponent to control which components to plot. The default is VTK_LABEL_IDS.

Specify which data to plot: IDs, scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetLabeledComponent to control which components to plot. The default is VTK_LABEL_IDS.

Specify which data to plot: IDs, scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetLabeledComponent to control which components to plot. The default is VTK_LABEL_IDS.

Specify which data to plot: IDs, scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetLabeledComponent to control which components to plot. The default is VTK_LABEL_IDS.

Specify which data to plot: IDs, scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetLabeledComponent to control which components to plot. The default is VTK_LABEL_IDS.

Specify which data to plot: IDs, scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetLabeledComponent to control which components to plot. The default is VTK_LABEL_IDS.

Specify which data to plot: IDs, scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetLabeledComponent to control which components to plot. The default is VTK_LABEL_IDS.

Specify which data to plot: IDs, scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetLabeledComponent to control which components to plot. The default is VTK_LABEL_IDS.

Set/Get the text property. If an integer argument is provided, you may provide different text properties for different label types. The type is determined by an optional type input array.

Reimplemented in Kitware.VTK.vtkQtTreeRingLabelMapper.

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

Set/Get the text property. If an integer argument is provided, you may provide different text properties for different label types. The type is determined by an optional type input array.

Reimplemented in Kitware.VTK.vtkQtTreeRingLabelMapper.

The transform to apply to the labels before mapping to 2D.

static internal void Kitware.VTK.vtkLabeledDataMapper.vtkLabeledDataMapper_CoordinateSystemDisplay_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkLabeledDataMapper.vtkLabeledDataMapper_CoordinateSystemWorld_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkLabeledDataMapper.vtkLabeledDataMapper_GetCoordinateSystem_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkLabeledDataMapper.vtkLabeledDataMapper_GetFieldDataArray_06 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkLabeledDataMapper.vtkLabeledDataMapper_GetFieldDataName_07 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkLabeledDataMapper.vtkLabeledDataMapper_GetInput_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkLabeledDataMapper.vtkLabeledDataMapper_GetLabeledComponent_13 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkLabeledDataMapper.vtkLabeledDataMapper_GetLabelFormat_09 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkLabeledDataMapper.vtkLabeledDataMapper_GetLabelMode_10 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkLabeledDataMapper.vtkLabeledDataMapper_GetLabelTextProperty_11 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkLabeledDataMapper.vtkLabeledDataMapper_GetLabelTextProperty_12 ( HandleRef  pThis,
int  type,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal uint Kitware.VTK.vtkLabeledDataMapper.vtkLabeledDataMapper_GetMTime_14 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkLabeledDataMapper.vtkLabeledDataMapper_GetTransform_15 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkLabeledDataMapper.vtkLabeledDataMapper_IsA_16 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkLabeledDataMapper.vtkLabeledDataMapper_IsTypeOf_17 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkLabeledDataMapper.vtkLabeledDataMapper_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkLabeledDataMapper.vtkLabeledDataMapper_NewInstance_19 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkLabeledDataMapper.vtkLabeledDataMapper_ReleaseGraphicsResources_20 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkLabeledDataMapper.vtkLabeledDataMapper_RenderOpaqueGeometry_21 ( HandleRef  pThis,
HandleRef  viewport,
HandleRef  actor 
) [private]
static internal void Kitware.VTK.vtkLabeledDataMapper.vtkLabeledDataMapper_RenderOverlay_22 ( HandleRef  pThis,
HandleRef  viewport,
HandleRef  actor 
) [private]
static internal IntPtr Kitware.VTK.vtkLabeledDataMapper.vtkLabeledDataMapper_SafeDownCast_23 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkLabeledDataMapper.vtkLabeledDataMapper_SetCoordinateSystem_24 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkLabeledDataMapper.vtkLabeledDataMapper_SetFieldDataArray_25 ( HandleRef  pThis,
int  arrayIndex 
) [private]
static internal void Kitware.VTK.vtkLabeledDataMapper.vtkLabeledDataMapper_SetFieldDataName_26 ( HandleRef  pThis,
string  arrayName 
) [private]
static internal void Kitware.VTK.vtkLabeledDataMapper.vtkLabeledDataMapper_SetInput_27 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkLabeledDataMapper.vtkLabeledDataMapper_SetLabeledComponent_39 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkLabeledDataMapper.vtkLabeledDataMapper_SetLabelFormat_28 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkLabeledDataMapper.vtkLabeledDataMapper_SetLabelMode_29 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkLabeledDataMapper.vtkLabeledDataMapper_SetLabelModeToLabelIds_31 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkLabeledDataMapper.vtkLabeledDataMapper_SetLabelTextProperty_37 ( HandleRef  pThis,
HandleRef  p 
) [private]
static internal void Kitware.VTK.vtkLabeledDataMapper.vtkLabeledDataMapper_SetLabelTextProperty_38 ( HandleRef  pThis,
HandleRef  p,
int  type 
) [private]
static internal void Kitware.VTK.vtkLabeledDataMapper.vtkLabeledDataMapper_SetTransform_40 ( HandleRef  pThis,
HandleRef  t 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkLabeledDataMapper.MRClassNameKey = "20vtkLabeledDataMapper" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkMapper2D.

Reimplemented in Kitware.VTK.vtkLabeledTreeMapDataMapper, Kitware.VTK.vtkQtTreeRingLabelMapper, and Kitware.VTK.vtkDynamic2DLabelMapper.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkMapper2D.

Reimplemented in Kitware.VTK.vtkLabeledTreeMapDataMapper, Kitware.VTK.vtkQtTreeRingLabelMapper, and Kitware.VTK.vtkDynamic2DLabelMapper.


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