#include <Libs/Visualization/VTK/Core/vtkScalarsToColorsHistogramChart.h>
◆ anonymous enum
◆ GetLeftAxisMode()
int vtkScalarsToColorsHistogramChart::GetLeftAxisMode |
( |
| ) |
|
◆ SelectColorArray()
virtual void vtkScalarsToColorsHistogramChart::SelectColorArray |
( |
const char * |
arrayName | ) |
|
|
virtual |
Set the color array name.
◆ SetHistogramInputData()
virtual void vtkScalarsToColorsHistogramChart::SetHistogramInputData |
( |
vtkTable * |
table, |
|
|
const char * |
xAxisColumn, |
|
|
const char * |
yAxisColumn |
|
) |
| |
|
virtual |
◆ SetLeftAxisMode()
void vtkScalarsToColorsHistogramChart::SetLeftAxisMode |
( |
int |
mode | ) |
|
Set/Get the left axis mode, which controls the axis range computation. VTK_AUTO: VTK auto scaling. Scale the axis to view all data that is visible. MAXIMUM: Scale the axis to the maximum value of histogram. MEAN_PLUS_THREE_SIGMA: Scale the axis to "mean + 3 * sigma". Default mode is VTK_AUTO.
◆ SetLookupTable()
virtual void vtkScalarsToColorsHistogramChart::SetLookupTable |
( |
vtkScalarsToColors * |
lut | ) |
|
|
virtual |
◆ SetScalarVisibility()
virtual void vtkScalarsToColorsHistogramChart::SetScalarVisibility |
( |
bool |
visible | ) |
|
|
virtual |
Set scalar visibility in the histogram plot bar.
◆ vtkTypeMacro()
◆ HistogramPlotBar
vtkNew<vtkPlotBar> vtkScalarsToColorsHistogramChart::HistogramPlotBar |
|
protected |
◆ LeftAxisMode
int vtkScalarsToColorsHistogramChart::LeftAxisMode |
|
protected |
The documentation for this class was generated from the following file: