ParaView
vtkQuartileChartRepresentation.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkQuartileChartRepresentation.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 =========================================================================*/
24 #ifndef vtkQuartileChartRepresentation_h
25 #define vtkQuartileChartRepresentation_h
26 
28 
29 class VTKPVCLIENTSERVERCORERENDERING_EXPORT vtkQuartileChartRepresentation
31 {
32 public:
35  void PrintSelf(ostream& os, vtkIndent indent);
36 
41  virtual vtkStdString GetDefaultSeriesLabel(
42  const vtkStdString& tableName, const vtkStdString& columnName);
43 
45 
48  vtkSetMacro(QuartileVisibility, bool);
49  vtkGetMacro(QuartileVisibility, bool);
51 
53 
56  vtkSetMacro(RangeVisibility, bool);
57  vtkGetMacro(RangeVisibility, bool);
59 
61 
64  vtkSetMacro(AverageVisibility, bool);
65  vtkGetMacro(AverageVisibility, bool);
67 
69 
72  vtkSetMacro(MedianVisibility, bool);
73  vtkGetMacro(MedianVisibility, bool);
75 
76 protected:
79 
84 
85 private:
87  void operator=(const vtkQuartileChartRepresentation&) VTK_DELETE_FUNCTION;
88 
89  class vtkQCRInternals;
90  friend class vtkQCRInternals;
91 };
92 
93 #endif
vtkXYChartRepresentation is representation that is used to add vtkPlot subclasses to a vtkChartXY ins...
static vtkXYChartRepresentation * New()
void PrintSelf(ostream &os, vtkIndent indent)
vtkQuartileChartRepresentation extends to vtkXYChartRepresentation to add support for combining quart...
virtual vtkStdString GetDefaultSeriesLabel(const vtkStdString &tableName, const vtkStdString &columnName)
Method to provide the default name given the name of a table and a column in that table...