vtkSMArraySelectionDomain.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
21 #ifndef vtkSMArraySelectionDomain_h
22 #define vtkSMArraySelectionDomain_h
23 
24 #include "vtkRemotingServerManagerModule.h" //needed for exports
25 #include "vtkSMStringListDomain.h"
26 
28 {
29 public:
32  void PrintSelf(ostream& os, vtkIndent indent) override;
33 
39  int SetDefaultValues(vtkSMProperty*, bool use_unchecked_values) override;
40 
45  static void SetLoadAllVariables(bool choice)
46  {
48  }
50 
51 protected:
53  ~vtkSMArraySelectionDomain() override;
54 
55  static bool LoadAllVariables;
56 
57 private:
59  void operator=(const vtkSMArraySelectionDomain&) = delete;
60 };
61 
62 #endif
static void SetLoadAllVariables(bool choice)
Global flag to toggle between (a) the default behavior of setting default values according to infoPro...
#define VTKREMOTINGSERVERMANAGER_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) override
superclass for all SM properties
used on properties that allow users to select arrays.
static vtkSMStringListDomain * New()
int SetDefaultValues(vtkSMProperty *, bool use_unchecked_values) override
A vtkSMProperty is often defined with a default value in the XML itself.