object for general options. More...
#include <vtkPVGeneralSettings.h>
Public Types | |
enum | { DEFAULT_TIME_STEP_UNCHANGED, DEFAULT_TIME_STEP_FIRST, DEFAULT_TIME_STEP_LAST } |
Enum for DefaultTimeStep. More... | |
enum | RealNumberNotation { MIXED = 0, SCIENTIFIC, FIXED, FULL } |
enum | { ALL_IN_ONE = 0, SEPARATE_DISPLAY_PROPERTIES = 1, SEPARATE_VIEW_PROPERTIES = 2, ALL_SEPARATE = 3 } |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) override |
void | SetInheritRepresentationProperties (bool val) |
Forwarded for vtkSMParaViewPipelineControllerWithRendering. More... | |
void | SetIgnoreNegativeLogAxisWarning (bool val) |
bool | GetIgnoreNegativeLogAxisWarning () |
void | SetAutoConvertProperties (bool val) |
Automatically convert data arrays as needed by filters including converting cell arrays to point arrays, or vice versa, and extracting single components from multi-component arrays. More... | |
bool | GetAutoConvertProperties () |
Automatically convert data arrays as needed by filters including converting cell arrays to point arrays, or vice versa, and extracting single components from multi-component arrays. More... | |
virtual int | GetBlockColorsDistinctValues () |
Determines the number of distinct values in vtkBlockColors. More... | |
virtual void | SetBlockColorsDistinctValues (int) |
Determines the number of distinct values in vtkBlockColors. More... | |
virtual bool | GetAutoApply () |
Automatically apply changes in the 'Properties' panel. More... | |
virtual void | SetAutoApply (bool) |
Automatically apply changes in the 'Properties' panel. More... | |
virtual int | GetAutoApplyDelay () |
Get/Set delay for auto apply. More... | |
virtual void | SetAutoApplyDelay (int) |
Get/Set delay for auto apply. More... | |
virtual bool | GetAutoApplyActiveOnly () |
Automatically apply changes in the 'Properties' panel. More... | |
virtual void | SetAutoApplyActiveOnly (bool) |
Automatically apply changes in the 'Properties' panel. More... | |
virtual std::string | GetDefaultViewType () |
Get/Set the default view type. More... | |
virtual void | SetDefaultViewType (std::string) |
Get/Set the default view type. More... | |
virtual std::string | GetInterfaceLanguage () |
Get/Set the default interface language. More... | |
virtual void | SetInterfaceLanguage (std::string) |
Get/Set the default interface language. More... | |
void | SetCacheGeometryForAnimation (bool val) |
Set when animation geometry caching is enabled. More... | |
bool | GetCacheGeometryForAnimation () |
Set when animation geometry caching is enabled. More... | |
void | SetAnimationGeometryCacheLimit (unsigned long val) |
Set the animation cache limit in KBs. More... | |
virtual unsigned long | GetAnimationGeometryCacheLimit () |
Set the animation cache limit in KBs. More... | |
virtual void | SetAnimationTimeNotation (int) |
Set the notation for the animation time toolbar. More... | |
virtual int | GetAnimationTimeNotation () |
Set the notation for the animation time toolbar. More... | |
virtual void | SetAnimationTimeShortestAccuratePrecision (bool) |
Get/Set the usage of shortest accurate precision instead of actual precision for animation time. More... | |
virtual bool | GetAnimationTimeShortestAccuratePrecision () |
Get/Set the usage of shortest accurate precision instead of actual precision for animation time. More... | |
virtual void | SetAnimationTimePrecision (int) |
Set the precision of the animation time toolbar. More... | |
virtual int | GetAnimationTimePrecision () |
Set the precision of the animation time toolbar. More... | |
virtual void | SetShowAnimationShortcuts (bool) |
Set when animation shortcuts are shown. More... | |
virtual bool | GetShowAnimationShortcuts () |
Set when animation shortcuts are shown. More... | |
virtual void | ShowAnimationShortcutsOn () |
Set when animation shortcuts are shown. More... | |
virtual void | ShowAnimationShortcutsOff () |
Set when animation shortcuts are shown. More... | |
virtual void | SetResetDisplayEmptyViews (bool) |
Set whether to reset display when showing a representation in an empty view. More... | |
virtual bool | GetResetDisplayEmptyViews () |
Set whether to reset display when showing a representation in an empty view. More... | |
virtual void | ResetDisplayEmptyViewsOn () |
Set whether to reset display when showing a representation in an empty view. More... | |
virtual void | ResetDisplayEmptyViewsOff () |
Set whether to reset display when showing a representation in an empty view. More... | |
virtual void | SetRealNumberDisplayedNotation (int) |
Get/Set the notation of real number displayed in widgets or views. More... | |
virtual int | GetRealNumberDisplayedNotation () |
Get/Set the notation of real number displayed in widgets or views. More... | |
virtual void | SetRealNumberDisplayedShortestAccuratePrecision (bool) |
Get/Set the usage of shortest accurate precision instead of actual precision for real numbers. More... | |
virtual bool | GetRealNumberDisplayedShortestAccuratePrecision () |
Get/Set the usage of shortest accurate precision instead of actual precision for real numbers. More... | |
virtual void | SetRealNumberDisplayedPrecision (int) |
Get/Set the precision of real number displayed in widgets or views. More... | |
virtual int | GetRealNumberDisplayedPrecision () |
Get/Set the precision of real number displayed in widgets or views. More... | |
virtual void | SetFullNotationLowExponent (int) |
Get/Set the low exponent used with full notation. More... | |
virtual int | GetFullNotationLowExponent () |
Get/Set the low exponent used with full notation. More... | |
virtual void | SetFullNotationHighExponent (int) |
Get/Set the high exponent used with full notation. More... | |
virtual int | GetFullNotationHighExponent () |
Get/Set the high exponent used with full notation. More... | |
virtual void | SetPropertiesPanelMode (int) |
Properties panel configuration. More... | |
virtual int | GetPropertiesPanelMode () |
Properties panel configuration. More... | |
virtual void | SetLockPanels (bool) |
Set whether to dock widgets into place. More... | |
virtual bool | GetLockPanels () |
Set whether to dock widgets into place. More... | |
void | SetLoadAllVariables (bool val) |
Load all variables when loading a data set. More... | |
bool | GetLoadAllVariables () |
Load all variables when loading a data set. More... | |
void | SetLoadNoChartVariables (bool val) |
Load no variables when showing a 2D chart. More... | |
bool | GetLoadNoChartVariables () |
Load no variables when showing a 2D chart. More... | |
virtual void | SetGUIFontSize (int) |
Get/Set the GUI font size. More... | |
virtual int | GetGUIFontSize () |
Get/Set the GUI font size. More... | |
virtual void | SetGUIOverrideFont (bool) |
Get/Set whether the GUIFontSize should be used. More... | |
virtual bool | GetGUIOverrideFont () |
Get/Set whether the GUIFontSize should be used. More... | |
virtual void | SetColorByBlockColorsOnApply (bool) |
Automatically color by vtkBlockColors if array is present on Apply . More... | |
virtual bool | GetColorByBlockColorsOnApply () |
Automatically color by vtkBlockColors if array is present on Apply . More... | |
void | SetEnableStreaming (bool) |
Turn on streamed rendering. More... | |
virtual bool | GetEnableStreaming () |
Turn on streamed rendering. More... | |
virtual void | EnableStreamingOn () |
Turn on streamed rendering. More... | |
virtual void | EnableStreamingOff () |
Turn on streamed rendering. More... | |
void | SetUseAcceleratedFilters (bool) |
Enable use of accelerated filters where available. More... | |
bool | GetUseAcceleratedFilters () |
Enable use of accelerated filters where available. More... | |
virtual void | UseAcceleratedFiltersOn () |
Enable use of accelerated filters where available. More... | |
virtual void | UseAcceleratedFiltersOff () |
Enable use of accelerated filters where available. More... | |
virtual bool | GetSelectOnClickMultiBlockInspector () |
ActiveSelection is hooked up in the MultiBlock Inspector such that a click on a/multiple block(s) selects it/them. More... | |
virtual void | SetSelectOnClickMultiBlockInspector (bool) |
ActiveSelection is hooked up in the MultiBlock Inspector such that a click on a/multiple block(s) selects it/them. More... | |
Public Member Functions inherited from vtkObject | |
vtkBaseTypeMacro (vtkObject, vtkObjectBase) | |
virtual void | DebugOn () |
virtual void | DebugOff () |
bool | GetDebug () |
void | SetDebug (bool debugFlag) |
virtual void | Modified () |
virtual vtkMTimeType | GetMTime () |
void | RemoveObserver (unsigned long tag) |
void | RemoveObservers (unsigned long event) |
void | RemoveObservers (const char *event) |
void | RemoveAllObservers () |
int | HasObserver (unsigned long event) |
int | HasObserver (const char *event) |
int | InvokeEvent (unsigned long event) |
int | InvokeEvent (const char *event) |
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
vtkCommand * | GetCommand (unsigned long tag) |
void | RemoveObserver (vtkCommand *) |
void | RemoveObservers (unsigned long event, vtkCommand *) |
void | RemoveObservers (const char *event, vtkCommand *) |
int | HasObserver (unsigned long event, vtkCommand *) |
int | HasObserver (const char *event, vtkCommand *) |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
int | InvokeEvent (unsigned long event, void *callData) |
int | InvokeEvent (const char *event, void *callData) |
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
vtkCommand * | GetCommand (unsigned long tag) |
void | RemoveObserver (vtkCommand *) |
void | RemoveObservers (unsigned long event, vtkCommand *) |
void | RemoveObservers (const char *event, vtkCommand *) |
int | HasObserver (unsigned long event, vtkCommand *) |
int | HasObserver (const char *event, vtkCommand *) |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
int | InvokeEvent (unsigned long event, void *callData) |
int | InvokeEvent (const char *event, void *callData) |
Public Member Functions inherited from vtkObjectBase | |
const char * | GetClassName () const |
virtual void | Delete () |
virtual void | FastDelete () |
void | Print (ostream &os) |
virtual void | Register (vtkObjectBase *o) |
virtual void | UnRegister (vtkObjectBase *o) |
void | SetReferenceCount (int) |
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
int | GetReferenceCount () |
void | PrintRevisions (ostream &) |
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
int | GetReferenceCount () |
void | PrintRevisions (ostream &) |
Static Public Member Functions | |
static vtkPVGeneralSettings * | New () |
static int | IsTypeOf (const char *type) |
static vtkPVGeneralSettings * | SafeDownCast (vtkObject *o) |
static vtkPVGeneralSettings * | GetInstance () |
Access the singleton. More... | |
static int | GetNumberOfCallbackThreads () |
Sets the number of threads that are used for vtkPVSession::ThreadedCallbackQueue . More... | |
static void | SetNumberOfCallbackThreads (int) |
Sets the number of threads that are used for vtkPVSession::ThreadedCallbackQueue . More... | |
static int | GetNumberOfSMPThreads () |
Sets the number of threads that are used by vtkSMPTools . More... | |
static void | SetNumberOfSMPThreads (int) |
Sets the number of threads that are used by vtkSMPTools . More... | |
Static Public Member Functions inherited from vtkObject | |
static vtkObject * | New () |
static void | BreakOnError () |
static void | SetGlobalWarningDisplay (int val) |
static void | GlobalWarningDisplayOn () |
static void | GlobalWarningDisplayOff () |
static int | GetGlobalWarningDisplay () |
static void | SetGlobalWarningDisplay (int val) |
static void | GlobalWarningDisplayOn () |
static void | GlobalWarningDisplayOff () |
static int | GetGlobalWarningDisplay () |
Static Public Member Functions inherited from vtkObjectBase | |
static vtkTypeBool | IsTypeOf (const char *name) |
static vtkObjectBase * | New () |
static vtkObjectBase * | New () |
Protected Member Functions | |
vtkPVGeneralSettings ()=default | |
~vtkPVGeneralSettings () override=default | |
Protected Member Functions inherited from vtkObject | |
vtkObject () | |
virtual | ~vtkObject () |
void | RegisterInternal (vtkObjectBase *, vtkTypeBool check) VTK_OVERRIDE |
void | UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) VTK_OVERRIDE |
void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
void | InternalReleaseFocus () |
void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
void | InternalReleaseFocus () |
Protected Member Functions inherited from vtkObjectBase | |
vtkObjectBase () | |
virtual | ~vtkObjectBase () |
virtual void | CollectRevisions (ostream &) |
virtual void | ReportReferences (vtkGarbageCollector *) |
vtkObjectBase (const vtkObjectBase &) | |
void | operator= (const vtkObjectBase &) |
object for general options.
vtkPVGeneralSettings keeps track of general options in a ParaView application. This is a singleton. All calls to vtkPVGeneralSettings::New() return a pointer to the same global instance (with reference count incremented as expected).
Definition at line 23 of file vtkPVGeneralSettings.h.
Definition at line 27 of file vtkPVGeneralSettings.h.
anonymous enum |
Enum for DefaultTimeStep.
Enumerator | |
---|---|
DEFAULT_TIME_STEP_UNCHANGED | |
DEFAULT_TIME_STEP_FIRST | |
DEFAULT_TIME_STEP_LAST |
Definition at line 105 of file vtkPVGeneralSettings.h.
anonymous enum |
Enum for ScalarBarMode.
Enumerator | |
---|---|
AUTOMATICALLY_SHOW_AND_HIDE_SCALAR_BARS | |
AUTOMATICALLY_HIDE_SCALAR_BARS | |
MANUAL_SCALAR_BARS |
Definition at line 116 of file vtkPVGeneralSettings.h.
Enumerator | |
---|---|
MIXED | |
SCIENTIFIC | |
FIXED | |
FULL |
Definition at line 142 of file vtkPVGeneralSettings.h.
anonymous enum |
Enumerator | |
---|---|
ALL_IN_ONE | |
SEPARATE_DISPLAY_PROPERTIES | |
SEPARATE_VIEW_PROPERTIES | |
ALL_SEPARATE |
Definition at line 245 of file vtkPVGeneralSettings.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
static |
|
virtual |
Reimplemented from vtkObjectBase.
|
static |
|
overridevirtual |
Reimplemented from vtkObject.
|
static |
Access the singleton.
void vtkPVGeneralSettings::SetAutoConvertProperties | ( | bool | val | ) |
Automatically convert data arrays as needed by filters including converting cell arrays to point arrays, or vice versa, and extracting single components from multi-component arrays.
Forwards the call to vtkSMInputArrayDomain::SetAutomaticPropertyConversion.
bool vtkPVGeneralSettings::GetAutoConvertProperties | ( | ) |
Automatically convert data arrays as needed by filters including converting cell arrays to point arrays, or vice versa, and extracting single components from multi-component arrays.
Forwards the call to vtkSMInputArrayDomain::SetAutomaticPropertyConversion.
|
virtual |
Determines the number of distinct values in vtkBlockColors.
This array is added to each block if the dataset is a composite dataset. The array has one value set to (blockIndex % BlockColorsDistinctValues)
|
virtual |
Determines the number of distinct values in vtkBlockColors.
This array is added to each block if the dataset is a composite dataset. The array has one value set to (blockIndex % BlockColorsDistinctValues)
|
virtual |
Automatically apply changes in the 'Properties' panel.
Default is false.
|
virtual |
Automatically apply changes in the 'Properties' panel.
Default is false.
|
virtual |
Get/Set delay for auto apply.
Not exposed in the UI. Default is 0.
|
virtual |
Get/Set delay for auto apply.
Not exposed in the UI. Default is 0.
|
virtual |
Automatically apply changes in the 'Properties' panel.
Default is false.
|
virtual |
Automatically apply changes in the 'Properties' panel.
Default is false.
|
virtual |
Get/Set the default view type.
|
virtual |
Get/Set the default view type.
|
virtual |
Get/Set the default interface language.
Default is en
|
virtual |
Get/Set the default interface language.
Default is en
|
virtual |
Enum for ScalarBarMode.
void vtkPVGeneralSettings::SetScalarBarMode | ( | int | ) |
Enum for ScalarBarMode.
void vtkPVGeneralSettings::SetCacheGeometryForAnimation | ( | bool | val | ) |
Set when animation geometry caching is enabled.
bool vtkPVGeneralSettings::GetCacheGeometryForAnimation | ( | ) |
Set when animation geometry caching is enabled.
void vtkPVGeneralSettings::SetAnimationGeometryCacheLimit | ( | unsigned long | val | ) |
Set the animation cache limit in KBs.
|
virtual |
Set the animation cache limit in KBs.
|
virtual |
Set the notation for the animation time toolbar.
Accepted values are MIXED, SCIENTIFIC, and FIXED.
|
virtual |
Set the notation for the animation time toolbar.
Accepted values are MIXED, SCIENTIFIC, and FIXED.
|
virtual |
Get/Set the usage of shortest accurate precision instead of actual precision for animation time.
|
virtual |
Get/Set the usage of shortest accurate precision instead of actual precision for animation time.
|
virtual |
Set the precision of the animation time toolbar.
|
virtual |
Set the precision of the animation time toolbar.
|
virtual |
Set when animation shortcuts are shown.
|
virtual |
Set when animation shortcuts are shown.
|
virtual |
Set when animation shortcuts are shown.
|
virtual |
Set when animation shortcuts are shown.
|
virtual |
Set whether to reset display when showing a representation in an empty view.
|
virtual |
Set whether to reset display when showing a representation in an empty view.
|
virtual |
Set whether to reset display when showing a representation in an empty view.
|
virtual |
Set whether to reset display when showing a representation in an empty view.
|
virtual |
Get/Set the notation of real number displayed in widgets or views.
|
virtual |
Get/Set the notation of real number displayed in widgets or views.
|
virtual |
Get/Set the usage of shortest accurate precision instead of actual precision for real numbers.
|
virtual |
Get/Set the usage of shortest accurate precision instead of actual precision for real numbers.
|
virtual |
Get/Set the precision of real number displayed in widgets or views.
|
virtual |
Get/Set the precision of real number displayed in widgets or views.
|
virtual |
Get/Set the low exponent used with full notation.
|
virtual |
Get/Set the low exponent used with full notation.
|
virtual |
Get/Set the high exponent used with full notation.
|
virtual |
Get/Set the high exponent used with full notation.
void vtkPVGeneralSettings::SetInheritRepresentationProperties | ( | bool | val | ) |
Forwarded for vtkSMParaViewPipelineControllerWithRendering.
void vtkPVGeneralSettings::SetIgnoreNegativeLogAxisWarning | ( | bool | val | ) |
bool vtkPVGeneralSettings::GetIgnoreNegativeLogAxisWarning | ( | ) |
|
virtual |
Properties panel configuration.
|
virtual |
Properties panel configuration.
|
virtual |
Set whether to dock widgets into place.
|
virtual |
Set whether to dock widgets into place.
void vtkPVGeneralSettings::SetLoadAllVariables | ( | bool | val | ) |
Load all variables when loading a data set.
bool vtkPVGeneralSettings::GetLoadAllVariables | ( | ) |
Load all variables when loading a data set.
void vtkPVGeneralSettings::SetLoadNoChartVariables | ( | bool | val | ) |
Load no variables when showing a 2D chart.
bool vtkPVGeneralSettings::GetLoadNoChartVariables | ( | ) |
Load no variables when showing a 2D chart.
|
virtual |
Get/Set the GUI font size.
This is used only if GUIOverrideFont is true.
|
virtual |
Get/Set the GUI font size.
This is used only if GUIOverrideFont is true.
|
virtual |
Get/Set whether the GUIFontSize should be used.
|
virtual |
Get/Set whether the GUIFontSize should be used.
|
virtual |
Automatically color by vtkBlockColors if array is present on Apply
.
|
virtual |
Automatically color by vtkBlockColors if array is present on Apply
.
void vtkPVGeneralSettings::SetEnableStreaming | ( | bool | ) |
Turn on streamed rendering.
|
virtual |
Turn on streamed rendering.
|
virtual |
Turn on streamed rendering.
|
virtual |
Turn on streamed rendering.
void vtkPVGeneralSettings::SetUseAcceleratedFilters | ( | bool | ) |
Enable use of accelerated filters where available.
bool vtkPVGeneralSettings::GetUseAcceleratedFilters | ( | ) |
Enable use of accelerated filters where available.
|
virtual |
Enable use of accelerated filters where available.
|
virtual |
Enable use of accelerated filters where available.
|
virtual |
ActiveSelection is hooked up in the MultiBlock Inspector such that a click on a/multiple block(s) selects it/them.
Default is true.
|
virtual |
ActiveSelection is hooked up in the MultiBlock Inspector such that a click on a/multiple block(s) selects it/them.
Default is true.
|
static |
Sets the number of threads that are used for vtkPVSession::ThreadedCallbackQueue
.
|
static |
Sets the number of threads that are used for vtkPVSession::ThreadedCallbackQueue
.
|
static |
Sets the number of threads that are used by vtkSMPTools
.
|
static |
Sets the number of threads that are used by vtkSMPTools
.
|
protected |
Definition at line 355 of file vtkPVGeneralSettings.h.
|
protected |
Definition at line 356 of file vtkPVGeneralSettings.h.
|
protected |
Definition at line 357 of file vtkPVGeneralSettings.h.
|
protected |
Definition at line 358 of file vtkPVGeneralSettings.h.
|
protected |
Definition at line 359 of file vtkPVGeneralSettings.h.
|
protected |
Definition at line 360 of file vtkPVGeneralSettings.h.
|
protected |
Definition at line 361 of file vtkPVGeneralSettings.h.
|
protected |
Definition at line 362 of file vtkPVGeneralSettings.h.
|
protected |
Definition at line 363 of file vtkPVGeneralSettings.h.
Definition at line 364 of file vtkPVGeneralSettings.h.
|
protected |
Definition at line 365 of file vtkPVGeneralSettings.h.
|
protected |
Definition at line 366 of file vtkPVGeneralSettings.h.
|
protected |
Definition at line 367 of file vtkPVGeneralSettings.h.
Definition at line 368 of file vtkPVGeneralSettings.h.
|
protected |
Definition at line 369 of file vtkPVGeneralSettings.h.
|
protected |
Definition at line 370 of file vtkPVGeneralSettings.h.
|
protected |
Definition at line 371 of file vtkPVGeneralSettings.h.
|
protected |
Definition at line 372 of file vtkPVGeneralSettings.h.
|
protected |
Definition at line 373 of file vtkPVGeneralSettings.h.
|
protected |
Definition at line 374 of file vtkPVGeneralSettings.h.
|
protected |
Definition at line 375 of file vtkPVGeneralSettings.h.
|
protected |
Definition at line 376 of file vtkPVGeneralSettings.h.
|
protected |
Definition at line 377 of file vtkPVGeneralSettings.h.
|
protected |
Definition at line 378 of file vtkPVGeneralSettings.h.
|
protected |
Definition at line 379 of file vtkPVGeneralSettings.h.
|
protected |
Definition at line 380 of file vtkPVGeneralSettings.h.