29 #ifndef vtkSMChartSeriesSelectionDomain_h 30 #define vtkSMChartSeriesSelectionDomain_h 73 vtkGetMacro(DefaultMode,
int);
76 vtkSetStringMacro(DefaultValue);
95 virtual bool GetDefaultSeriesVisibility(
const char*);
100 std::string GetDefaultSeriesLegend(
const char*);
106 virtual std::vector<std::string> GetDefaultValue(
const char* series);
113 virtual std::map<std::string, bool> CollectAvailableArrays(
const std::string& blockName,
115 bool skipPartialArrays =
false);
123 const std::string& blockName, std::map<std::string, bool>& stringOverrides,
131 virtual void SetDefaultVisibilityOverrides(
132 const std::map<std::string, bool>& arrayNames,
bool visibility);
140 virtual void SetDefaultLegendOverrides(
141 const std::vector<std::string>& arrayNames,
const std::vector<std::string>& labels);
171 void OnDomainModified();
172 void UpdateDefaultValues(
173 vtkSMProperty*,
bool preserve_previous_values,
bool use_unchecked_values);
#define VTKREMOTINGVIEWS_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) override
char * DefaultValue
Value used when DefaultMode==VALUE.
extends vtkSMChartSeriesListDomain to add logic to better handle default values suitable for series-p...
superclass for all SM properties
int ReadXMLAttributes(vtkSMProperty *prop, vtkPVXMLElement *element) override
Set the appropriate ivars from the xml element.
bool HidePartialArrays
Specify if Partial Arrays should be hidden.
void Update(vtkSMProperty *) override
Update self checking the "unchecked" values of all required properties.
vtkSMDomainInternals * Internals
vtkChartRepresentation is the base representation for charting representations.
static vtkSMStringListDomain * New()
This is used by vtkPVXMLParser to represent an XML document starting at the root element.
bool FlattenTable
Specify if table components should be split.
int SetDefaultValues(vtkSMProperty *, bool use_unchecked_values) override
A vtkSMProperty is often defined with a default value in the XML itself.