superclass for most server manager classes More...
#include <vtkSMObject.h>
Public Types | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) override |
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 vtkSMObject * | New () |
static int | IsTypeOf (const char *type) |
static vtkSMObject * | SafeDownCast (vtkObject *o) |
static std::string | CreatePrettyLabel (const std::string &name) |
Return a well-formated label using provided name by adding spaces between lower cases and upper cases: 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 | |
vtkSMObject () | |
~vtkSMObject () override | |
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 &) |
Additional Inherited Members | |
Protected Attributes inherited from vtkObject | |
bool | Debug |
vtkTimeStamp | MTime |
vtkSubjectHelper * | SubjectHelper |
Protected Attributes inherited from vtkObjectBase | |
vtkAtomicInt32 | ReferenceCount |
vtkWeakPointerBase ** | WeakPointers |
superclass for most server manager classes
vtkSMObject is mostly to tag a class hierarchy that it belong to the servermanager.
Definition at line 17 of file vtkSMObject.h.
typedef vtkObject vtkSMObject::Superclass |
Definition at line 21 of file vtkSMObject.h.
|
protected |
|
overrideprotected |
|
static |
|
virtual |
Reimplemented in vtkSMProperty, vtkSMProxy, vtkSMSessionProxyManager, vtkSMMultiplexerSourceProxy, vtkSMDataAssemblyDomain, vtkSMArrayListDomain, vtkSMCompositeTreeDomain, vtkSMRepresentationProxy, vtkSMProxyProperty, vtkSMEnumerationDomain, vtkSMInputArrayDomain, vtkSMBoundsDomain, vtkSMSettingsProxy, vtkSMTrace, vtkSMFieldDataDomain, vtkSMDataTypeDomain, vtkSMRangeDomainTemplate< T >, vtkSMRegistrationNamesDomain, pqUndoStackBuilder, vtkSMReaderFactory, vtkLiveInsituLink, vtkSMViewProxy, vtkSMCollaborationManager, vtkSMChartSeriesSelectionDomain, vtkSMParaViewPipelineController, vtkSMProxyListDomain, vtkSMTransferFunctionPresets, vtkSMDataTypeQueryDomain, vtkSMViewLayoutProxy, vtkSMFrameStrideQueryDomain, vtkSMDomain, vtkSMSourceProxy, vtkSMProxyConfigurationReader, vtkSMProxyConfigurationWriter, vtkSMLoadStateOptionsProxy, vtkSMOutputPort, vtkSMPVRepresentationProxy, vtkSMProxyClipboard, vtkSMProxyManager, vtkSMChartSeriesListDomain, vtkSMDataAssemblyListDomain, vtkSMNamedPropertyIterator, vtkSMWriterFactory, vtkSMParaViewPipelineControllerWithRendering, vtkSMPVMoleculeRepresentationProxy, vtkSMCompoundSourceProxy, vtkSMSelfGeneratingSourceProxy, vtkSMStringListDomain, vtkSMSaveScreenshotProxy, vtkSMTransferFunction2DProxy, vtkSMDoubleRangeDomain, vtkSMFileUtilities, vtkSMProxyInitializationHelper, vtkSMUndoStackBuilder, vtkSMRangedTransferFunctionDomain, vtkSMDimensionsDomain, vtkSMIntRangeDomain, vtkSMRenderViewProxy, vtkSMStringVectorProperty, vtkSMDataDeliveryManagerProxy, vtkSMTransferFunctionManager, vtkSMInputProperty, vtkSMPipelineState, vtkSMProxyGroupDomain, vtkSMProxySelectionModel, vtkSMRemoteObject, vtkSMCameraConfigurationReader, vtkSMArraySelectionDomain, vtkSMProxyManagerUtilities, vtkSMRepresentationTypeDomain, vtkSMVRInteractorStyleProxy, vtkSMSaveAnimationProxy, vtkSMImporterProxy, vtkSMCameraConfigurationWriter, vtkSMDiscreteDoubleDomain, vtkSMChartUseIndexForAxisDomain, vtkSMContextViewProxy, vtkSMNewWidgetRepresentationProxy, vtkSMRepresentedArrayListDomain, vtkSMScalarBarWidgetRepresentationProxy, vtkSMSaveAnimationExtractsProxy, vtkSMLiveInsituLinkProxy, vtkSMCompoundSourceProxyDefinitionBuilder, vtkSMNumberOfComponentsDomain, vtkSMOrderedPropertyIterator, vtkSMProxyIterator, vtkSMNewWidgetRepresentationProxyAbstract, vtkSMTransferFunctionProxy, vtkSMViewExportHelper, vtkSMInteractionUndoStackBuilder, vtkSMAMRLevelsDomain, vtkSMFixedTypeDomain, vtkSMPropertyIterator, vtkSMProxyDefinitionManager, vtkSMProxyLink, vtkSMProxyLocator, vtkSMComparativeViewProxy, vtkSMMaterialDomain, vtkSMSelectionHelper, vtkSMArrayRangeDomain, vtkSMExtentDomain, vtkSMIdTypeVectorProperty, vtkSMLink, vtkSMPluginManager, vtkSMStateLocator, vtkSMPlotlyJsonExtractWriterProxy, vtkSMRecolorableImageExtractWriterProxy, vtkSMViewLink, vtkSMPythonViewProxy, vtkSMVRStylusStyleProxy, vtkSMAnimationSceneGeometryWriter, vtkSMAnimationSceneWebWriter, vtkSMTesting, vtkSMExtractTriggerProxy, vtkSMInputFileNameDomain, vtkSMTimeStepIndexDomain, vtkSMCameraLink, vtkSMComparativeAnimationCueProxy, vtkSMVRPythonInteractorStyleProxy, vtkPVRepresentationAnimationHelper, vtkSMCSVExporterProxy, vtkSMCSVProxiesInitializationHelper, vtkSMExporterProxy, vtkSMBooleanDomain, vtkSMDataSourceProxy, vtkSMDocumentation, vtkSMDomainIterator, vtkSMDoubleVectorProperty, vtkSMIntVectorProperty, vtkSMPropertyLink, vtkSMServerStateLocator, vtkSMSessionObject, vtkSMImageExtractWriterProxy, vtkSMNew2DWidgetRepresentationProxy, vtkSMSelectionLink, vtkSMVRMovePointStyleProxy, vtkSMAnimationSceneWriter, vtkSMMultiServerSourceProxy, vtkSMOMETIFFChannelCalculatorInitializationHelper, vtkSMPLYWriterProxyInitializationHelper, vtkSMTimeStepsDomain, vtkSMWriterProxy, vtkSMBoxRepresentationProxy, vtkSMCinemaVolumetricImageExtractWriterProxy, vtkSMUtilities, vtkSMVRGrabPointStyleProxy, vtkSMVRGrabTransformStyleProxy, vtkSMVRGrabWorldStyleProxy, vtkSMVRResetTransformStyleProxy, vtkSMVRSkeletonStyleProxy, vtkSMVRTrackStyleProxy, vtkSMVRVirtualHandStyleProxy, vtkSMDirectoryProxy, vtkSMDoubleMapProperty, vtkSMPWriterProxy, vtkSMStateVersionController, vtkSMVectorProperty, vtkSMContextItemWidgetProxy, vtkSMMaterialLibraryProxy, vtkSMSpreadSheetViewProxy, vtkSMWidgetRepresentationProxy, vtkSMXYChartRepresentationInitializationHelper, vtkSMAnimationFrameWindowDomain, vtkSMRenderViewExporterProxy, vtkSMExtractSelectionProxyInitializationHelper, vtkSMExtractWriterProxy, vtkSMMultiplexerInputDomain, vtkSMPluginLoaderProxy, vtkSMPSWriterProxy, vtkSMDisplaySizedImplicitPlaneRepresentationProxy, vtkSMImplicitPlaneRepresentationProxy, vtkSMLightProxy, vtkSMMultiSliceViewProxy, vtkSMViewResolutionDomain, vtkSMAnimationSceneProxy, vtkSMEnsembleDataReaderProxy, vtkSMDataExtractWriterProxy, vtkSMIndexSelectionDomain, vtkSMSelectionQueryDomain, vtkSMCameraProxy, vtkSMChartRepresentationProxy, vtkSMPlotMatrixViewProxy, vtkSMSpreadSheetRepresentationProxy, vtkSMTextWidgetRepresentationProxy, vtkSMGL2PSExporterProxy, vtkSMFileListDomain, vtkSMMapProperty, vtkSMNullProxy, vtkSMPropertyGroup, vtkSMTimeKeeperProxy, vtkSMRendererDomain, vtkSMVRControlSlicePositionStyleProxy, vtkSMOrthographicSliceViewProxy, vtkSMVRControlSliceOrientationStyleProxy, and vtkSMDoubleMapPropertyIterator.
Reimplemented from vtkObjectBase.
Reimplemented in vtkSMProperty, vtkSMProxy, vtkSMSessionProxyManager, vtkSMMultiplexerSourceProxy, vtkSMDataAssemblyDomain, vtkSMArrayListDomain, vtkSMCompositeTreeDomain, vtkSMRepresentationProxy, vtkSMProxyProperty, vtkSMEnumerationDomain, vtkSMInputArrayDomain, vtkSMBoundsDomain, vtkSMSettingsProxy, vtkSMTrace, vtkSMFieldDataDomain, vtkSMDataTypeDomain, vtkSMRangeDomainTemplate< T >, vtkSMRegistrationNamesDomain, pqUndoStackBuilder, vtkSMReaderFactory, vtkLiveInsituLink, vtkSMViewProxy, vtkSMCollaborationManager, vtkSMChartSeriesSelectionDomain, vtkSMParaViewPipelineController, vtkSMProxyListDomain, vtkSMTransferFunctionPresets, vtkSMDataTypeQueryDomain, vtkSMViewLayoutProxy, vtkSMFrameStrideQueryDomain, vtkSMDomain, vtkSMSourceProxy, vtkSMProxyConfigurationReader, vtkSMProxyConfigurationWriter, vtkSMLoadStateOptionsProxy, vtkSMOutputPort, vtkSMPVRepresentationProxy, vtkSMProxyClipboard, vtkSMProxyManager, vtkSMChartSeriesListDomain, vtkSMDataAssemblyListDomain, vtkSMNamedPropertyIterator, vtkSMWriterFactory, vtkSMParaViewPipelineControllerWithRendering, vtkSMPVMoleculeRepresentationProxy, vtkSMCompoundSourceProxy, vtkSMSelfGeneratingSourceProxy, vtkSMStringListDomain, vtkSMSaveScreenshotProxy, vtkSMTransferFunction2DProxy, vtkSMDoubleRangeDomain, vtkSMFileUtilities, vtkSMProxyInitializationHelper, vtkSMUndoStackBuilder, vtkSMRangedTransferFunctionDomain, vtkSMDimensionsDomain, vtkSMIntRangeDomain, vtkSMRenderViewProxy, vtkSMStringVectorProperty, vtkSMDataDeliveryManagerProxy, vtkSMTransferFunctionManager, vtkSMInputProperty, vtkSMPipelineState, vtkSMProxyGroupDomain, vtkSMProxySelectionModel, vtkSMRemoteObject, vtkSMCameraConfigurationReader, vtkSMArraySelectionDomain, vtkSMProxyManagerUtilities, vtkSMRepresentationTypeDomain, vtkSMVRInteractorStyleProxy, vtkSMSaveAnimationProxy, vtkSMImporterProxy, vtkSMCameraConfigurationWriter, vtkSMDiscreteDoubleDomain, vtkSMChartUseIndexForAxisDomain, vtkSMContextViewProxy, vtkSMNewWidgetRepresentationProxy, vtkSMRepresentedArrayListDomain, vtkSMScalarBarWidgetRepresentationProxy, vtkSMSaveAnimationExtractsProxy, vtkSMLiveInsituLinkProxy, vtkSMCompoundSourceProxyDefinitionBuilder, vtkSMNumberOfComponentsDomain, vtkSMOrderedPropertyIterator, vtkSMProxyIterator, vtkSMNewWidgetRepresentationProxyAbstract, vtkSMTransferFunctionProxy, vtkSMViewExportHelper, vtkSMInteractionUndoStackBuilder, vtkSMAMRLevelsDomain, vtkSMFixedTypeDomain, vtkSMPropertyIterator, vtkSMProxyDefinitionManager, vtkSMProxyLink, vtkSMProxyLocator, vtkSMComparativeViewProxy, vtkSMMaterialDomain, vtkSMSelectionHelper, vtkSMArrayRangeDomain, vtkSMExtentDomain, vtkSMIdTypeVectorProperty, vtkSMLink, vtkSMPluginManager, vtkSMStateLocator, vtkSMPlotlyJsonExtractWriterProxy, vtkSMRecolorableImageExtractWriterProxy, vtkSMViewLink, vtkSMPythonViewProxy, vtkSMVRStylusStyleProxy, vtkSMAnimationSceneGeometryWriter, vtkSMAnimationSceneWebWriter, vtkSMTesting, vtkSMExtractTriggerProxy, vtkSMInputFileNameDomain, vtkSMTimeStepIndexDomain, vtkSMCameraLink, vtkSMComparativeAnimationCueProxy, vtkSMVRPythonInteractorStyleProxy, vtkPVRepresentationAnimationHelper, vtkSMCSVExporterProxy, vtkSMCSVProxiesInitializationHelper, vtkSMExporterProxy, vtkSMBooleanDomain, vtkSMDataSourceProxy, vtkSMDocumentation, vtkSMDomainIterator, vtkSMDoubleVectorProperty, vtkSMIntVectorProperty, vtkSMPropertyLink, vtkSMServerStateLocator, vtkSMSessionObject, vtkSMImageExtractWriterProxy, vtkSMNew2DWidgetRepresentationProxy, vtkSMSelectionLink, vtkSMVRMovePointStyleProxy, vtkSMAnimationSceneWriter, vtkSMMultiServerSourceProxy, vtkSMOMETIFFChannelCalculatorInitializationHelper, vtkSMPLYWriterProxyInitializationHelper, vtkSMTimeStepsDomain, vtkSMWriterProxy, vtkSMBoxRepresentationProxy, vtkSMCinemaVolumetricImageExtractWriterProxy, vtkSMUtilities, vtkSMVRGrabPointStyleProxy, vtkSMVRGrabTransformStyleProxy, vtkSMVRGrabWorldStyleProxy, vtkSMVRResetTransformStyleProxy, vtkSMVRSkeletonStyleProxy, vtkSMVRTrackStyleProxy, vtkSMVRVirtualHandStyleProxy, vtkSMDirectoryProxy, vtkSMDoubleMapProperty, vtkSMPWriterProxy, vtkSMStateVersionController, vtkSMVectorProperty, vtkSMContextItemWidgetProxy, vtkSMMaterialLibraryProxy, vtkSMSpreadSheetViewProxy, vtkSMWidgetRepresentationProxy, vtkSMXYChartRepresentationInitializationHelper, vtkSMAnimationFrameWindowDomain, vtkSMRenderViewExporterProxy, vtkSMExtractSelectionProxyInitializationHelper, vtkSMExtractWriterProxy, vtkSMMultiplexerInputDomain, vtkSMPluginLoaderProxy, vtkSMPSWriterProxy, vtkSMDisplaySizedImplicitPlaneRepresentationProxy, vtkSMImplicitPlaneRepresentationProxy, vtkSMLightProxy, vtkSMMultiSliceViewProxy, vtkSMViewResolutionDomain, vtkSMAnimationSceneProxy, vtkSMEnsembleDataReaderProxy, vtkSMDataExtractWriterProxy, vtkSMIndexSelectionDomain, vtkSMSelectionQueryDomain, vtkSMCameraProxy, vtkSMChartRepresentationProxy, vtkSMPlotMatrixViewProxy, vtkSMSpreadSheetRepresentationProxy, vtkSMTextWidgetRepresentationProxy, vtkSMGL2PSExporterProxy, vtkSMFileListDomain, vtkSMMapProperty, vtkSMNullProxy, vtkSMPropertyGroup, vtkSMTimeKeeperProxy, vtkSMRendererDomain, vtkSMVRControlSlicePositionStyleProxy, vtkSMOrthographicSliceViewProxy, vtkSMVRControlSliceOrientationStyleProxy, and vtkSMDoubleMapPropertyIterator.
|
static |
|
overridevirtual |
Reimplemented from vtkObject.
Reimplemented in vtkSMProperty, vtkSMProxy, vtkSMSessionProxyManager, vtkSMRepresentationProxy, vtkSMProxyProperty, vtkSMSettingsProxy, vtkSMTrace, vtkSMRangeDomainTemplate< T >, vtkSMRegistrationNamesDomain, vtkSMReaderFactory, vtkSMViewProxy, vtkSMChartSeriesSelectionDomain, vtkSMParaViewPipelineController, vtkSMProxyListDomain, vtkSMTransferFunctionPresets, vtkSMViewLayoutProxy, vtkSMSourceProxy, vtkSMOutputPort, vtkSMPVRepresentationProxy, vtkSMProxyManager, vtkSMChartSeriesListDomain, vtkSMWriterFactory, vtkSMParaViewPipelineControllerWithRendering, vtkSMPVMoleculeRepresentationProxy, vtkSMSelfGeneratingSourceProxy, vtkSMStringListDomain, vtkSMSaveScreenshotProxy, vtkSMTransferFunction2DProxy, vtkSMProxyInitializationHelper, vtkSMUndoStackBuilder, vtkSMRangedTransferFunctionDomain, vtkSMRenderViewProxy, vtkSMStringVectorProperty, vtkSMDataDeliveryManagerProxy, vtkSMTransferFunctionManager, vtkSMPipelineState, vtkSMProxyGroupDomain, vtkSMProxySelectionModel, vtkSMRemoteObject, vtkSMProxyManagerUtilities, vtkSMRepresentationTypeDomain, vtkSMChartUseIndexForAxisDomain, vtkSMContextViewProxy, vtkSMNewWidgetRepresentationProxy, vtkSMRepresentedArrayListDomain, vtkSMScalarBarWidgetRepresentationProxy, vtkSMOrderedPropertyIterator, vtkSMProxyIterator, vtkSMNewWidgetRepresentationProxyAbstract, vtkSMTransferFunctionProxy, vtkSMPropertyIterator, vtkSMProxyDefinitionManager, vtkSMProxyLink, vtkSMProxyLocator, vtkSMComparativeViewProxy, vtkSMMaterialDomain, vtkSMSelectionHelper, vtkSMPluginManager, vtkSMStateLocator, vtkSMPlotlyJsonExtractWriterProxy, vtkSMRecolorableImageExtractWriterProxy, vtkSMViewLink, vtkSMPythonViewProxy, vtkSMTimeStepIndexDomain, vtkSMCameraLink, vtkSMComparativeAnimationCueProxy, vtkSMPropertyLink, vtkSMServerStateLocator, vtkSMSessionObject, vtkSMImageExtractWriterProxy, vtkSMNew2DWidgetRepresentationProxy, vtkSMSelectionLink, vtkSMWriterProxy, vtkSMBoxRepresentationProxy, vtkSMCinemaVolumetricImageExtractWriterProxy, vtkSMUtilities, vtkSMPWriterProxy, vtkSMStateVersionController, vtkSMVectorProperty, vtkSMContextItemWidgetProxy, vtkSMSpreadSheetViewProxy, vtkSMWidgetRepresentationProxy, vtkSMXYChartRepresentationInitializationHelper, vtkSMPluginLoaderProxy, vtkSMPSWriterProxy, vtkSMDisplaySizedImplicitPlaneRepresentationProxy, vtkSMImplicitPlaneRepresentationProxy, vtkSMLightProxy, vtkSMMultiSliceViewProxy, vtkSMViewResolutionDomain, vtkSMSelectionQueryDomain, vtkSMCameraProxy, vtkSMChartRepresentationProxy, vtkSMPlotMatrixViewProxy, vtkSMSpreadSheetRepresentationProxy, vtkSMTextWidgetRepresentationProxy, vtkSMPropertyGroup, vtkSMTimeKeeperProxy, vtkSMRendererDomain, and vtkSMOrthographicSliceViewProxy.
|
static |
Return a well-formated label using provided name by adding spaces between lower cases and upper cases:
"MYSpace" ==> "MY Space" "MYSPACE" ==> "MYSPACE" "My Space" ==> "My Space" "MySPACE" ==> "My SPACE" "MySPace" ==> "My S Pace" "MySPAce" ==> "My SP Ace" "MySPACE" ==> "My SPACE" "MySpACE" ==> "My Sp ACE" "MYSuperSpacer" ==> "MY Super Spacer"
Please note non-alphabetical char are not handled and may require manual creation of a label instead of relying on this method.