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 
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
type specific extension to vtkSMRangeDomainTemplate for ints.
property representing pointer(s) to vtkObject(s)
provides meta data about a vtkDataObject subclass.
#define VTKREMOTINGSERVERMANAGER_EXPORT
static vtkSMIntRangeDomain * New()
virtual void Update(vtkSMProperty *requestingProperty)
Update self based on the "unchecked" values of all required properties.
superclass for all SM properties
property representing a vector of integers
int range domain based on the levels in AMR data.
void PrintSelf(ostream &os, vtkIndent indent) override