VTK  9.4.20250114
vtkLabeledDatatypeDefinitions.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
3
4#ifndef vtkLabeledDatatypeDefinitions_h
5#define vtkLabeledDatatypeDefinitions_h
6
7#include "vtkABINamespace.h" // For VTK_ABI_NAMESPACE_*
8
9VTK_ABI_NAMESPACE_BEGIN
10#define VTK_LABEL_IDS 0
11#define VTK_LABEL_SCALARS 1
12#define VTK_LABEL_VECTORS 2
13#define VTK_LABEL_NORMALS 3
14#define VTK_LABEL_TCOORDS 4
15#define VTK_LABEL_TENSORS 5
16#define VTK_LABEL_FIELD_DATA 6
17VTK_ABI_NAMESPACE_END
18
19#endif