ENH: support 'use' action for selections in vtkWrite, ensightWrite (#926)

- have 'use' as the action appears more intuitive as the first entry
  instead of 'add'. Was previously also added to vtkCloud.
This commit is contained in:
Mark Olesen
2018-12-08 22:16:58 +01:00
parent 0e4ccd7cef
commit 08bcee7a3f
7 changed files with 31 additions and 9 deletions

View File

@ -82,7 +82,7 @@ public:
enum setAction
{
ADD, //!< Add elements to the set
SUBTRACT, //!< Remove elements from the set
SUBTRACT, //!< Subtract elements from the set
SUBSET, //!< Subset with elements in the set
INVERT, //!< Invert the elements in the set
CLEAR, //!< Clear the set, possibly creating it