ParaView
vtkSMBagChartSeriesListDomain.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: $RCSfile$
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 =========================================================================*/
24 #ifndef vtkSMBagChartSeriesListDomain_h
25 #define vtkSMBagChartSeriesListDomain_h
26 
27 #include "vtkPVServerManagerRenderingModule.h" // needed for exports
29 
31 
32 class VTKPVSERVERMANAGERRENDERING_EXPORT vtkSMBagChartSeriesListDomain
34 {
35 public:
38  void PrintSelf(ostream& os, vtkIndent indent);
39 
43  virtual int SetDefaultValues(vtkSMProperty*, bool use_unchecked_values);
44 
45 protected:
48 
49  virtual int ReadXMLAttributes(vtkSMProperty* prop, vtkPVXMLElement* element);
50 
51  int ArrayType;
52 
53 private:
55  void operator=(const vtkSMBagChartSeriesListDomain&) VTK_DELETE_FUNCTION;
56 };
57 
58 #endif
virtual int ReadXMLAttributes(vtkSMProperty *prop, vtkPVXMLElement *element)
Set the appropriate ivars from the xml element.
extends vtkSMChartSeriesListDomain to setup defaults specific for bag plot representations.
Light object for holding data information.
list of strings corresponding to the names of the arrays in the required input dataset that can be us...
superclass for all SM properties
void PrintSelf(ostream &os, vtkIndent indent)
This is used by vtkPVXMLParser to represent an XML document starting at the root element.
virtual int SetDefaultValues(vtkSMProperty *, bool use_unchecked_values)
Set the default values for the property.
static vtkSMChartSeriesListDomain * New()