vtkSMMultiplexerInputDomain.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
12 #ifndef vtkSMMultiplexerInputDomain_h
13 #define vtkSMMultiplexerInputDomain_h
14 
15 #include "vtkRemotingServerManagerModule.h" //needed for exports
16 #include "vtkSMDomain.h"
17 
19 {
20 public:
23  void PrintSelf(ostream& os, vtkIndent indent) override;
24 
25  int IsInDomain(vtkSMProperty* property) override;
26 
27 protected:
29  ~vtkSMMultiplexerInputDomain() override;
30 
31 private:
33  void operator=(const vtkSMMultiplexerInputDomain&) = delete;
34 };
35 
36 #endif
input domain used for vtkSMMultiplexerSourceProxy
#define VTKREMOTINGSERVERMANAGER_EXPORT
superclass for all SM properties
represents the possible values a property can have
Definition: vtkSMDomain.h:37
void PrintSelf(ostream &os, vtkIndent indent) override
virtual int IsInDomain(vtkSMProperty *vtkNotUsed(property))
Is the (unchecked) value of the property in the domain? Overwritten by sub-classes.
Definition: vtkSMDomain.h:64
static vtkSMDomain * New()