VTK  9.3.20240328
Classes | Macros
vtkLabeledDataMapper.h File Reference
#include "vtkMapper2D.h"
#include "vtkRenderingLabelModule.h"
#include <cassert>
Include dependency graph for vtkLabeledDataMapper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Macros

#define VTK_LABEL_IDS   0
 
#define VTK_LABEL_SCALARS   1
 
#define VTK_LABEL_VECTORS   2
 
#define VTK_LABEL_NORMALS   3
 
#define VTK_LABEL_TCOORDS   4
 
#define VTK_LABEL_TENSORS   5
 
#define VTK_LABEL_FIELD_DATA   6
 

Macro Definition Documentation

◆ VTK_LABEL_IDS

#define VTK_LABEL_IDS   0

Definition at line 126 of file vtkLabeledDataMapper.h.

◆ VTK_LABEL_SCALARS

#define VTK_LABEL_SCALARS   1

Definition at line 127 of file vtkLabeledDataMapper.h.

◆ VTK_LABEL_VECTORS

#define VTK_LABEL_VECTORS   2

Definition at line 128 of file vtkLabeledDataMapper.h.

◆ VTK_LABEL_NORMALS

#define VTK_LABEL_NORMALS   3

Definition at line 129 of file vtkLabeledDataMapper.h.

◆ VTK_LABEL_TCOORDS

#define VTK_LABEL_TCOORDS   4

Definition at line 130 of file vtkLabeledDataMapper.h.

◆ VTK_LABEL_TENSORS

#define VTK_LABEL_TENSORS   5

Definition at line 131 of file vtkLabeledDataMapper.h.

◆ VTK_LABEL_FIELD_DATA

#define VTK_LABEL_FIELD_DATA   6

Definition at line 132 of file vtkLabeledDataMapper.h.