vtkSMAMRLevelsDomain.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
15 #ifndef vtkSMAMRLevelsDomain_h
16 #define vtkSMAMRLevelsDomain_h
17 
18 #include "vtkRemotingServerManagerModule.h" //needed for exports
19 #include "vtkSMIntRangeDomain.h"
20 
22 class vtkSMProxyProperty;
23 
24 class VTKREMOTINGSERVERMANAGER_EXPORT vtkSMAMRLevelsDomain : public vtkSMIntRangeDomain
25 {
26 public:
27  static vtkSMAMRLevelsDomain* New();
29  void PrintSelf(ostream& os, vtkIndent indent) override;
30 
35  void Update(vtkSMProperty*) override;
36 
37 protected:
39  ~vtkSMAMRLevelsDomain() override;
40 
41  vtkPVDataInformation* GetInputInformation();
42 
43 private:
45  void operator=(const vtkSMAMRLevelsDomain&) = delete;
46 };
47 
48 #endif
vtkSMIntVectorProperty
property representing a vector of integers
Definition: vtkSMIntVectorProperty.h:21
vtkSMAMRLevelsDomain
int range domain based on the levels in AMR data.
Definition: vtkSMAMRLevelsDomain.h:24
vtkSMIntRangeDomain::New
static vtkSMIntRangeDomain * New()
vtkSMProperty
superclass for all SM properties
Definition: vtkSMProperty.h:144
vtkSMDomain::Update
virtual void Update(vtkSMProperty *requestingProperty)
Update self based on the "unchecked" values of all required properties.
vtkIndent
vtkPVDataInformation
provides meta data about a vtkDataObject subclass.
Definition: vtkPVDataInformation.h:42
vtkSMProxyProperty
property representing pointer(s) to vtkObject(s)
Definition: vtkSMProxyProperty.h:57
vtkSMIntRangeDomain.h
vtkSMIntRangeDomain
type specific extension to vtkSMRangeDomainTemplate for ints.
Definition: vtkSMIntRangeDomain.h:27
vtkSMIntRangeDomain::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override