#include <vtkKWHistogram.h>
Public Types | |
| enum | { StyleBars = 0, StyleDots } |
Public Member Functions | |
| ImageDescriptor () | |
| int | IsValid () const |
| int | IsEqualTo (const ImageDescriptor *desc) |
| void | Copy (const ImageDescriptor *desc) |
| void | SetRange (double range0, double range1) |
| void | SetRange (double range[2]) |
| void | SetDimensions (unsigned int width, unsigned int height) |
| void | SetColor (double color[3]) |
| void | SetBackgroundColor (double color[3]) |
| void | SetOutOfRangeColor (double color[3]) |
| void | SetGridColor (double color[3]) |
Public Attributes | |
| int | DrawBackground |
| int | DrawGrid |
| int | GridSize |
| int | Style |
| double | Range [2] |
| unsigned int | Width |
| unsigned int | Height |
| double | Color [3] |
| double | BackgroundColor [3] |
| double | OutOfRangeColor [3] |
| double | GridColor [3] |
| vtkColorTransferFunction * | ColorTransferFunction |
| double | DefaultMaximumOccurence |
| double | LastMaximumOccurence |
Definition at line 169 of file vtkKWHistogram.h.
|
|
Definition at line 183 of file vtkKWHistogram.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 179 of file vtkKWHistogram.h. |
|
|
Definition at line 180 of file vtkKWHistogram.h. |
|
|
Definition at line 181 of file vtkKWHistogram.h. |
|
|
Definition at line 188 of file vtkKWHistogram.h. |
|
|
Definition at line 190 of file vtkKWHistogram.h. |
|
|
Definition at line 194 of file vtkKWHistogram.h. |
|
|
Definition at line 195 of file vtkKWHistogram.h. |
|
|
Definition at line 198 of file vtkKWHistogram.h. |
|
|
Definition at line 201 of file vtkKWHistogram.h. |
|
|
Definition at line 204 of file vtkKWHistogram.h. |
|
|
Definition at line 207 of file vtkKWHistogram.h. |
|
|
Definition at line 210 of file vtkKWHistogram.h. |
|
|
Definition at line 225 of file vtkKWHistogram.h. |
|
|
Definition at line 226 of file vtkKWHistogram.h. |
1.3.5