#include <vtkLabeledDataMapper.h>
Inheritance diagram for vtkLabeledDataMapper:
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.)
Definition at line 68 of file vtkLabeledDataMapper.h.
|
Reimplemented from vtkMapper2D. Definition at line 75 of file vtkLabeledDataMapper.h. |
|
|
|
|
|
Instantiate object with %-#6.3g label format. By default, point ids are labeled. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkMapper2D. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkMapper2D. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkMapper2D. |
|
Reimplemented from vtkMapper2D. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkMapper2D. |
|
Set/Get the format with which to print the labels. The format needs to change depending on what you're trying to print. For example, if you're printing a vector, 3 values are printed, whereas when printing an id only one value is printed. See also the ivar LabeledComponent which can be used to specify the component to print if you want to only print one of several. |
|
|
|
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 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 field data array to label. This instance variable is only applicable if field data is labeled. |
|
Set/Get the field data array to label. This instance variable is only applicable if field data is labeled. |
|
Set the input dataset to the mapper. This mapper handles any type of data. |
|
Set the input dataset to the mapper. This mapper handles any type of data. |
|
Specify which data to plot: 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. |
|
Specify which data to plot: 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. |
|
Specify which data to plot: 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. Definition at line 120 of file vtkLabeledDataMapper.h. References VTK_LABEL_IDS. |
|
Specify which data to plot: 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. Definition at line 121 of file vtkLabeledDataMapper.h. References VTK_LABEL_SCALARS. |
|
Specify which data to plot: 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. Definition at line 122 of file vtkLabeledDataMapper.h. References VTK_LABEL_VECTORS. |
|
Specify which data to plot: 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. Definition at line 123 of file vtkLabeledDataMapper.h. References VTK_LABEL_NORMALS. |
|
Specify which data to plot: 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. Definition at line 124 of file vtkLabeledDataMapper.h. References VTK_LABEL_TCOORDS. |
|
Specify which data to plot: 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. Definition at line 125 of file vtkLabeledDataMapper.h. References VTK_LABEL_TENSORS. |
|
Specify which data to plot: 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. Definition at line 126 of file vtkLabeledDataMapper.h. References VTK_LABEL_FIELD_DATA. |
|
Set/Get the text property. |
|
Set/Get the text property. |
|
Draw the text to the screen at each input point. Reimplemented from vtkMapper2D. |
|
Draw the text to the screen at each input point. Reimplemented from vtkMapper2D. |
|
Release any graphics resources that are being consumed by this actor. Reimplemented from vtkAbstractMapper. |
|
Definition at line 149 of file vtkLabeledDataMapper.h. |
|
Definition at line 150 of file vtkLabeledDataMapper.h. |
|
Definition at line 152 of file vtkLabeledDataMapper.h. |
|
Definition at line 153 of file vtkLabeledDataMapper.h. |
|
Definition at line 154 of file vtkLabeledDataMapper.h. |
|
Definition at line 155 of file vtkLabeledDataMapper.h. |
|
Definition at line 157 of file vtkLabeledDataMapper.h. |