vtkSMDimensionsDomain.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
21 #ifndef vtkSMDimensionsDomain_h
22 #define vtkSMDimensionsDomain_h
23 
24 #include "vtkRemotingServerManagerModule.h" //needed for exports
25 #include "vtkSMIntRangeDomain.h"
26 
28 class vtkSMProxyProperty;
29 
31 {
32 public:
33  static vtkSMDimensionsDomain* New();
35  void PrintSelf(ostream& os, vtkIndent indent) override;
36 
41  void Update(vtkSMProperty*) override;
42 
43 protected:
45  ~vtkSMDimensionsDomain() override;
46 
48  int GetDirection(vtkSMIntVectorProperty* ivp);
49  void GetExtent(vtkSMProxyProperty* pp, int extent[6]);
50 
51 private:
53  void operator=(const vtkSMDimensionsDomain&) = delete;
54 };
55 
56 #endif
type specific extension to vtkSMRangeDomainTemplate for ints.
property representing pointer(s) to vtkObject(s)
#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 data dimensions.
void PrintSelf(ostream &os, vtkIndent indent) override