vtkSMAMRLevelsDomain.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSMAMRLevelsDomain.h
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
27 #ifndef vtkSMAMRLevelsDomain_h
28 #define vtkSMAMRLevelsDomain_h
29 
30 #include "vtkRemotingServerManagerModule.h" //needed for exports
31 #include "vtkSMIntRangeDomain.h"
32 
34 class vtkSMProxyProperty;
35 
37 {
38 public:
39  static vtkSMAMRLevelsDomain* New();
41 
46  void Update(vtkSMProperty*) override;
47 
48 protected:
50  ~vtkSMAMRLevelsDomain() override;
51 
52  vtkPVDataInformation* GetInputInformation();
53 
54 private:
56  void operator=(const vtkSMAMRLevelsDomain&) = delete;
57 };
58 
59 #endif
type specific extension to vtkSMRangeDomainTemplate for ints.
property representing pointer(s) to vtkObject(s)
Light object for holding data information.
#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.