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 
30 class VTKREMOTINGSERVERMANAGER_EXPORT vtkSMDimensionsDomain : public vtkSMIntRangeDomain
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
vtkSMIntVectorProperty
property representing a vector of integers
Definition: vtkSMIntVectorProperty.h:21
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
vtkSMProxyProperty
property representing pointer(s) to vtkObject(s)
Definition: vtkSMProxyProperty.h:57
vtkSMDimensionsDomain
int range domain based on the data dimensions.
Definition: vtkSMDimensionsDomain.h:30
vtkSMIntRangeDomain.h
vtkSMIntRangeDomain
type specific extension to vtkSMRangeDomainTemplate for ints.
Definition: vtkSMIntRangeDomain.h:27
vtkSMIntRangeDomain::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override