Qt
Components
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
11
enum
pqVariableType
12
{
16
VARIABLE_TYPE_NONE
= 0,
17
VARIABLE_TYPE_CELL
= 1,
18
VARIABLE_TYPE_NODE
= 2,
19
};
20
21
#endif
VARIABLE_TYPE_NODE
Definition:
pqVariableType.h:18
VARIABLE_TYPE_CELL
Definition:
pqVariableType.h:17
pqVariableType
pqVariableType
Provides a standard enumeration of variables that can be displayed for a dataset. ...
Definition:
pqVariableType.h:11
VARIABLE_TYPE_NONE
Used to represent an empty selection.
Definition:
pqVariableType.h:16
Generated by
1.8.13 on Tue Oct 1 2024