25 #ifndef vtkPVHistogramChartRepresentation_h 26 #define vtkPVHistogramChartRepresentation_h 31 class vtkInformationVector;
41 void PrintSelf(ostream& os, vtkIndent indent);
48 void SetComponent(
int);
56 void SetBinCount(
int);
65 void SetCustomBinRanges(
double min,
double max);
66 double* GetCustomBinRanges();
74 void SetUseCustomBinRanges(
bool);
75 bool GetUseCustomBinRanges();
81 void SetHistogramColor(
double r,
double g,
double b);
96 void SetHistogramLineStyle(
int style);
102 vtkInformationVector** inputVector, vtkDataObject* data);
108 virtual void SetInputArrayToProcess(
109 int idx,
int port,
int connection,
int fieldAssociation,
const char* name);
110 using Superclass::SetInputArrayToProcess;
136 std::
string ArrayName;
vtkXYChartRepresentation is representation that is used to add vtkPlot subclasses to a vtkChartXY ins...
virtual vtkDataObject * TransformInputData(vtkInformationVector **inputVector, vtkDataObject *data)
Method to be overrided to transform input data to a vtkTable.
representation for "Histogram View".
static vtkXYChartRepresentation * New()
virtual void PrepareForRendering()
This method is called before actual render if this->MTime was modified since the last time this metho...
void PrintSelf(ostream &os, vtkIndent indent)
void SetLookupTable(const char *name, vtkScalarsToColors *lut)
Set/Clear the properties for Y series/columns.
void SetUseColorMapping(const char *name, bool useColorMapping)
Set/Clear the properties for Y series/columns.
virtual bool MapSelectionToView(vtkSelection *sel)
This is the inverse of MapSelectionToInput().
vtkPExtractHistogram * ExtractHistogram
virtual bool MapSelectionToInput(vtkSelection *sel)
This method is called on the client-side by the vtkPVContextView whenever a new selection is made on ...