pqVariableType.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-FileCopyrightText: Copyright (c) Sandia Corporation
3 // SPDX-License-Identifier: BSD-3-Clause
4 
5 #ifndef pqVariableType_h
6 #define pqVariableType_h
7 
12 {
19 };
20 
21 #endif
VARIABLE_TYPE_NONE
@ VARIABLE_TYPE_NONE
Used to represent an empty selection.
Definition: pqVariableType.h:16
VARIABLE_TYPE_CELL
@ VARIABLE_TYPE_CELL
Definition: pqVariableType.h:17
VARIABLE_TYPE_NODE
@ VARIABLE_TYPE_NODE
Definition: pqVariableType.h:18
pqVariableType
pqVariableType
Provides a standard enumeration of variables that can be displayed for a dataset.
Definition: pqVariableType.h:11