Go to the source code of this file.
Enumerations | |
enum | pqVariableType { VARIABLE_TYPE_NONE = 0, VARIABLE_TYPE_CELL = 1, VARIABLE_TYPE_NODE = 2 } |
Provides a standard enumeration of variables that can be displayed for a dataset. More... | |
enum pqVariableType |
Provides a standard enumeration of variables that can be displayed for a dataset.
Enumerator | |
---|---|
VARIABLE_TYPE_NONE | Used to represent an empty selection. |
VARIABLE_TYPE_CELL | |
VARIABLE_TYPE_NODE |
Definition at line 11 of file pqVariableType.h.