|
VTK
9.6.20260614
|
Resolved label input for one dataset/graph, produced by vtkLabeledDataMapper::ResolveLabeledFormatterInput and consumed by vtkLabeledFormatterInterface::Dispatch. More...
#include <vtkLabeledFormatter.h>
Public Attributes | |
| bool | Valid = true |
| vtkIntArray * | TypeArr = nullptr |
| int | NumCurLabels = 0 |
| vtkDataArray * | NumericData = nullptr |
| vtkStringArray * | StringData = nullptr |
| int | NumComp = 0 |
| int | ActiveComp = 0 |
| bool | PointIdLabels = false |
| std::string | FormatString |
Resolved label input for one dataset/graph, produced by vtkLabeledDataMapper::ResolveLabeledFormatterInput and consumed by vtkLabeledFormatterInterface::Dispatch.
Definition at line 25 of file vtkLabeledFormatter.h.
| bool vtkLabeledFormatterInput::Valid = true |
Definition at line 27 of file vtkLabeledFormatter.h.
| vtkIntArray* vtkLabeledFormatterInput::TypeArr = nullptr |
Definition at line 28 of file vtkLabeledFormatter.h.
| int vtkLabeledFormatterInput::NumCurLabels = 0 |
Definition at line 29 of file vtkLabeledFormatter.h.
| vtkDataArray* vtkLabeledFormatterInput::NumericData = nullptr |
Definition at line 30 of file vtkLabeledFormatter.h.
| vtkStringArray* vtkLabeledFormatterInput::StringData = nullptr |
Definition at line 31 of file vtkLabeledFormatter.h.
| int vtkLabeledFormatterInput::NumComp = 0 |
Definition at line 32 of file vtkLabeledFormatter.h.
| int vtkLabeledFormatterInput::ActiveComp = 0 |
Definition at line 33 of file vtkLabeledFormatter.h.
| bool vtkLabeledFormatterInput::PointIdLabels = false |
Definition at line 34 of file vtkLabeledFormatter.h.
| std::string vtkLabeledFormatterInput::FormatString |
Definition at line 35 of file vtkLabeledFormatter.h.