VTK  9.6.20260614
vtkLabeledFormatterInput Struct Reference

Resolved label input for one dataset/graph, produced by vtkLabeledDataMapper::ResolveLabeledFormatterInput and consumed by vtkLabeledFormatterInterface::Dispatch. More...

#include <vtkLabeledFormatter.h>

Collaboration diagram for vtkLabeledFormatterInput:
[legend]

Public Attributes

bool Valid = true
 
vtkIntArrayTypeArr = nullptr
 
int NumCurLabels = 0
 
vtkDataArrayNumericData = nullptr
 
vtkStringArrayStringData = nullptr
 
int NumComp = 0
 
int ActiveComp = 0
 
bool PointIdLabels = false
 
std::string FormatString
 

Detailed Description

Resolved label input for one dataset/graph, produced by vtkLabeledDataMapper::ResolveLabeledFormatterInput and consumed by vtkLabeledFormatterInterface::Dispatch.

Definition at line 25 of file vtkLabeledFormatter.h.

Member Data Documentation

◆ Valid

bool vtkLabeledFormatterInput::Valid = true

Definition at line 27 of file vtkLabeledFormatter.h.

◆ TypeArr

vtkIntArray* vtkLabeledFormatterInput::TypeArr = nullptr

Definition at line 28 of file vtkLabeledFormatter.h.

◆ NumCurLabels

int vtkLabeledFormatterInput::NumCurLabels = 0

Definition at line 29 of file vtkLabeledFormatter.h.

◆ NumericData

vtkDataArray* vtkLabeledFormatterInput::NumericData = nullptr

Definition at line 30 of file vtkLabeledFormatter.h.

◆ StringData

vtkStringArray* vtkLabeledFormatterInput::StringData = nullptr

Definition at line 31 of file vtkLabeledFormatter.h.

◆ NumComp

int vtkLabeledFormatterInput::NumComp = 0

Definition at line 32 of file vtkLabeledFormatter.h.

◆ ActiveComp

int vtkLabeledFormatterInput::ActiveComp = 0

Definition at line 33 of file vtkLabeledFormatter.h.

◆ PointIdLabels

bool vtkLabeledFormatterInput::PointIdLabels = false

Definition at line 34 of file vtkLabeledFormatter.h.

◆ FormatString

std::string vtkLabeledFormatterInput::FormatString

Definition at line 35 of file vtkLabeledFormatter.h.


The documentation for this struct was generated from the following file: