vtkSMTimeStepIndexDomain.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSMTimeStepIndexDomain.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 =========================================================================*/
26 #ifndef vtkSMTimeStepIndexDomain_h
27 #define vtkSMTimeStepIndexDomain_h
28 
29 #include "vtkRemotingServerManagerModule.h" //needed for exports
30 #include "vtkSMIntRangeDomain.h"
31 
32 class vtkSMProxyProperty;
33 
35 {
36 public:
37  static vtkSMTimeStepIndexDomain* New();
39  void PrintSelf(ostream& os, vtkIndent indent) override;
40 
45  void Update(vtkSMProperty*) override;
46 
47 protected:
49  ~vtkSMTimeStepIndexDomain() override;
50 
51  void Update(vtkSMProxyProperty* pp);
52 
53 private:
55  void operator=(const vtkSMTimeStepIndexDomain&) = delete;
56 };
57 
58 #endif // vtkSMTimeStepIndexDomain_h
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
int range domain based on data set time-steps
void PrintSelf(ostream &os, vtkIndent indent) override