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 
18 class VTKREMOTINGSERVERMANAGER_EXPORT vtkSMMultiplexerInputDomain : public vtkSMDomain
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
vtkSMMultiplexerInputDomain
input domain used for vtkSMMultiplexerSourceProxy
Definition: vtkSMMultiplexerInputDomain.h:18
vtkSMDomain::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
vtkSMProperty
superclass for all SM properties
Definition: vtkSMProperty.h:144
vtkIndent
vtkSMDomain
represents the possible values a property can have
Definition: vtkSMDomain.h:37
vtkSMDomain::New
static vtkSMDomain * New()
vtkSMDomain::IsInDomain
virtual int IsInDomain(vtkSMProperty *vtkNotUsed(property))
Is the (unchecked) value of the property in the domain? Overwritten by sub-classes.
Definition: vtkSMDomain.h:64
vtkSMDomain.h