vtkSMChartUseIndexForAxisDomain.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSMChartUseIndexForAxisDomain.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 =========================================================================*/
32 #ifndef vtkSMChartUseIndexForAxisDomain_h
33 #define vtkSMChartUseIndexForAxisDomain_h
34 
35 #include "vtkRemotingViewsModule.h" // needed for exports
36 #include "vtkSMBooleanDomain.h"
37 
39 {
40 public:
43  void PrintSelf(ostream& os, vtkIndent indent) override;
44 
52  int SetDefaultValues(vtkSMProperty*, bool use_unchecked_values) override;
53 
59  void Update(vtkSMProperty* requestingProperty) override;
60 
61 protected:
64 
65 private:
67  void operator=(const vtkSMChartUseIndexForAxisDomain&) = delete;
68 };
69 
70 #endif
#define VTKREMOTINGVIEWS_EXPORT
virtual void Update(vtkSMProperty *requestingProperty)
Update self based on the "unchecked" values of all required properties.
superclass for all SM properties
static vtkSMBooleanDomain * New()
virtual int SetDefaultValues(vtkSMProperty *, bool vtkNotUsed(use_unchecked_values))
A vtkSMProperty is often defined with a default value in the XML itself.
Definition: vtkSMDomain.h:103
extends vtkSMBooleanDomain to pick a good default for properties such as "UseIndexForXAxis" on chart ...
a domain with two values: true or false
void PrintSelf(ostream &os, vtkIndent indent) override