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  static bool GetLoadAllVariables();
47 
48 protected:
50  ~vtkSMArraySelectionDomain() override;
51 
52 private:
54  void operator=(const vtkSMArraySelectionDomain&) = delete;
55 };
56 
57 #endif
#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.