|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
void | SetHistogramColor (double r, double g, double b) |
| Sets the color for the histograms. More...
|
|
void | SetUseColorMapping (bool colorMapping) |
| Sets the histogram to be color mapped by the scalar. More...
|
|
void | SetLookupTable (vtkScalarsToColors *lut) |
| Sets the lookup table that is used for color mapping by the scalar. More...
|
|
void | SetHistogramLineStyle (int style) |
| Set the line style for the histogram. More...
|
|
virtual vtkDataObject * | TransformInputData (vtkInformationVector **inputVector, vtkDataObject *data) |
| Method to be overrided to transform input data to a vtkTable. More...
|
|
virtual bool | MapSelectionToInput (vtkSelection *) |
| Overridden to transform id-based selection produced by the histogram view to a threshold-based selection. More...
|
|
virtual bool | MapSelectionToView (vtkSelection *sel) |
| Inverse of MapSelectionToInput(). More...
|
|
|
void | SetComponent (int) |
| Controls which input data component should be binned, for input arrays with more-than-one component. More...
|
|
int | GetComponent () |
| Controls which input data component should be binned, for input arrays with more-than-one component. More...
|
|
|
void | SetBinCount (int) |
| Controls the number of bins N in the output histogram data. More...
|
|
int | GetBinCount () |
| Controls the number of bins N in the output histogram data. More...
|
|
|
void | SetCustomBinRanges (double min, double max) |
| Get/Set custom bin ranges to use. More...
|
|
double * | GetCustomBinRanges () |
| Get/Set custom bin ranges to use. More...
|
|
|
void | SetUseCustomBinRanges (bool) |
| When set to true, CustomBinRanges will be used instead of using the full range for the selected array. More...
|
|
bool | GetUseCustomBinRanges () |
| When set to true, CustomBinRanges will be used instead of using the full range for the selected array. More...
|
|
|
virtual void | SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, const char *name) |
| Overload the vtkAlgorithm method to update after the change. More...
|
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
virtual void | SetVisibility (bool visible) |
| Set visibility of the representation. More...
|
|
void | SetChartTypeToLine () |
|
void | SetChartTypeToPoints () |
|
void | SetChartTypeToBar () |
|
void | SetChartTypeToStacked () |
|
void | SetChartTypeToBag () |
|
void | SetChartTypeToFunctionalBag () |
|
void | SetChartTypeToArea () |
|
vtkChartXY * | GetChart () |
| Returns the vtkChartXY instance from the view to which this representation is added. More...
|
|
void | ClearSeriesVisibilities () |
|
void | ClearLineThicknesses () |
|
void | ClearLineStyles () |
|
void | ClearColors () |
|
void | ClearAxisCorners () |
|
void | ClearMarkerStyles () |
|
void | ClearLabels () |
|
virtual void | SetSelectionColor (double, double, double) |
|
virtual void | SetSelectionColor (double [3]) |
|
virtual double * | GetSelectionColor () |
|
virtual void | GetSelectionColor (double &, double &, double &) |
|
virtual void | GetSelectionColor (double [3]) |
|
virtual bool | Export (vtkCSVExporter *exporter) |
| Called by vtkPVContextView::Export() to export the representation's data to a CSV file. More...
|
|
virtual void | SetChartType (int) |
| Get/Set the chart type, defaults to line chart. More...
|
|
virtual int | GetChartType () |
| Get/Set the chart type, defaults to line chart. More...
|
|
virtual void | SetXAxisSeriesName (const char *) |
| Set the series to use as the X-axis. More...
|
|
virtual char * | GetXAxisSeriesName () |
| Set the series to use as the X-axis. More...
|
|
virtual void | SetUseIndexForXAxis (bool) |
| Set whether the index should be used for the x axis. More...
|
|
virtual bool | GetUseIndexForXAxis () |
| Set whether the index should be used for the x axis. More...
|
|
void | SetSeriesVisibility (const char *seriesname, bool visible) |
| Set/Clear the properties for Y series/columns. More...
|
|
void | SetLineThickness (const char *name, int value) |
| Set/Clear the properties for Y series/columns. More...
|
|
void | SetLineStyle (const char *name, int value) |
| Set/Clear the properties for Y series/columns. More...
|
|
void | SetColor (const char *name, double r, double g, double b) |
| Set/Clear the properties for Y series/columns. More...
|
|
void | SetAxisCorner (const char *name, int corner) |
| Set/Clear the properties for Y series/columns. More...
|
|
void | SetMarkerStyle (const char *name, int style) |
| Set/Clear the properties for Y series/columns. More...
|
|
void | SetLabel (const char *name, const char *label) |
| Set/Clear the properties for Y series/columns. More...
|
|
void | SetUseColorMapping (const char *name, bool useColorMapping) |
| Set/Clear the properties for Y series/columns. More...
|
|
void | SetLookupTable (const char *name, vtkScalarsToColors *lut) |
| Set/Clear the properties for Y series/columns. More...
|
|
const char * | GetLabel (const char *name) const |
| Set/Clear the properties for Y series/columns. More...
|
|
virtual void | SetSeriesLabelPrefix (const char *) |
| Get/Set the series label prefix. More...
|
|
virtual char * | GetSeriesLabelPrefix () |
| Get/Set the series label prefix. More...
|
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
void | SetSelectionRepresentation (vtkChartSelectionRepresentation *) |
| These must only be set during initialization before adding the representation to any views or calling Update(). More...
|
|
virtual void | MarkModified () |
| This needs to be called on all instances of vtkGeometryRepresentation when the input is modified. More...
|
|
void | SetCompositeDataSetIndex (unsigned int) |
|
void | AddCompositeDataSetIndex (unsigned int) |
|
void | ResetCompositeDataSetIndices () |
|
virtual unsigned int | Initialize (unsigned int minIdAvailable, unsigned int maxIdAvailable) |
| Override because of internal selection representations that need to be initialized as well. More...
|
|
virtual int | ProcessViewRequest (vtkInformationRequestKey *request_type, vtkInformation *inInfo, vtkInformation *outInfo) |
| vtkAlgorithm::ProcessRequest() equivalent for rendering passes. More...
|
|
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. More...
|
|
virtual bool | Export (vtkCSVExporter *vtkNotUsed(exporter)) |
| Called by vtkPVContextView::Export() to export the representation's data to a CSV file. More...
|
|
void | SetFieldAssociation (int) |
| Set the field association for arrays to use. More...
|
|
virtual int | GetFieldAssociation () |
| Set the field association for arrays to use. More...
|
|
virtual void | SetFlattenTable (int) |
| Flatten the table, i.e. More...
|
|
virtual int | GetFlattenTable () |
| Flatten the table, i.e. More...
|
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
unsigned int | GetUniqueIdentifier () |
| Return 0 if the Initialize() method was not called otherwise a unique ID that will be shared across the processes for that same object. More...
|
|
virtual bool | GetVisibility () |
|
virtual vtkDataObject * | GetRenderedDataObject (int vtkNotUsed(port)) |
| Returns the data object that is rendered from the given input port. More...
|
|
virtual void | SetForcedCacheKey (double val) |
| Typically a representation decides whether to use cache based on the view's values for UseCache and CacheKey. More...
|
|
virtual void | SetForceUseCache (bool val) |
|
bool | GetUsingCacheForUpdate () |
| Called by vtkPVDataRepresentationPipeline to see if using cache is valid and will be used for the update. More...
|
|
virtual bool | GetNeedUpdate () |
|
virtual vtkAlgorithmOutput * | GetInternalOutputPort () |
| Retrieves an output port for the input data object at the specified port and connection index. More...
|
|
virtual vtkAlgorithmOutput * | GetInternalOutputPort (int port) |
|
virtual vtkAlgorithmOutput * | GetInternalOutputPort (int port, int conn) |
|
vtkView * | GetView () const |
| Provides access to the view. More...
|
|
virtual void | SetUpdateTime (double time) |
| Set the update time. More...
|
|
virtual double | GetUpdateTime () |
| Set the update time. More...
|
|
virtual bool | GetUpdateTimeValid () |
| Set whether the UpdateTime is valid. More...
|
|
virtual void | SetUseCache (bool) |
|
virtual void | SetCacheKey (double val) |
|
virtual double | GetCacheKey () |
| Returns whether caching is used and what key to use when caching is enabled. More...
|
|
virtual bool | GetUseCache () |
| Returns whether caching is used and what key to use when caching is enabled. More...
|
|
representation for "Histogram
View".
vtkPVHistogramChartRepresentation is the vtkPVDataRepresentation subclass for showing an data in the "Histogram View". The representation pipeline extracts histogram from the input dataset and then shows that in the view.
Definition at line 35 of file vtkPVHistogramChartRepresentation.h.