13 #ifndef vtkPVHistogramChartRepresentation_h 14 #define vtkPVHistogramChartRepresentation_h 35 void SetComponent(
int);
43 void SetBinCount(
int);
53 void SetCenterBinsAroundMinAndMax(
bool);
54 bool GetCenterBinsAroundMinAndMax();
62 void SetCustomBinRanges(
double min,
double max);
63 double* GetCustomBinRanges();
71 void SetUseCustomBinRanges(
bool);
72 bool GetUseCustomBinRanges();
78 void SetHistogramColor(
double r,
double g,
double b);
93 void SetHistogramLineStyle(
int style);
105 int idx,
int port,
int connection,
int fieldAssociation,
const char* name)
override;
132 std::string ArrayName;
void PrepareForRendering() override
This method is called before actual render if this->MTime was modified since the last time this metho...
#define VTKREMOTINGVIEWS_EXPORT
vtkXYChartRepresentation is representation that is used to add vtkPlot subclasses to a vtkChartXY ins...
representation for "Histogram View".
static vtkXYChartRepresentation * New()
virtual void SetInputArrayToProcess(int idx, int port, int connection, int fieldAssociation, const char *name)
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 vtkSmartPointer< vtkDataObject > TransformInputData(vtkDataObject *data)
Method to be overridden to transform input data.
virtual bool MapSelectionToView(vtkSelection *sel)
This is the inverse of MapSelectionToInput().
void PrintSelf(ostream &os, vtkIndent indent) override
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 ...