vtkSMArrayRangeDomain.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSMArrayRangeDomain.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 vtkSMArrayRangeDomain_h
28 #define vtkSMArrayRangeDomain_h
29 
30 #include "vtkRemotingServerManagerModule.h" //needed for exports
31 #include "vtkSMDoubleRangeDomain.h"
32 
33 class vtkSMSourceProxy;
34 
36 {
37 public:
38  static vtkSMArrayRangeDomain* New();
40  void PrintSelf(ostream& os, vtkIndent indent) override;
41 
48  void Update(vtkSMProperty* prop) override;
49 
50 protected:
52  ~vtkSMArrayRangeDomain() override;
53 
54  void Update(const char* arrayName, int fieldAssociation, vtkSMSourceProxy* producer,
55  int producerPort, int component = -1);
56 
57  friend class vtkSMBoundsDomain;
59 
60 private:
62  void operator=(const vtkSMArrayRangeDomain&) = delete;
63 };
64 
65 #endif
double range domain based on data set bounds
type specific extension to vtkSMRangeDomainTemplate for doubles.
#define VTKREMOTINGSERVERMANAGER_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) override
virtual void Update(vtkSMProperty *requestingProperty)
Update self based on the "unchecked" values of all required properties.
superclass for all SM properties
static vtkSMDoubleRangeDomain * New()
represents a ranged vtkSMTransferFunctionProxy
proxy for a VTK source on a server
double range domain based on array range