Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkSMObject Class Reference

superclass for most server manager classes More...

#include <vtkSMObject.h>

Inheritance diagram for vtkSMObject:
Inheritance graph
[legend]
Collaboration diagram for vtkSMObject:
Collaboration graph
[legend]

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)
 
vtkCommandGetCommand (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)
 
vtkCommandGetCommand (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 vtkSMObjectNew ()
 
static int IsTypeOf (const char *type)
 
static vtkSMObjectSafeDownCast (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 vtkObjectNew ()
 
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 vtkObjectBaseNew ()
 
static vtkObjectBaseNew ()
 

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
 

Detailed Description

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.

Member Typedef Documentation

◆ Superclass

Definition at line 21 of file vtkSMObject.h.

Constructor & Destructor Documentation

◆ vtkSMObject()

vtkSMObject::vtkSMObject ( )
protected

◆ ~vtkSMObject()

vtkSMObject::~vtkSMObject ( )
overrideprotected

Member Function Documentation

◆ New()

static vtkSMObject* vtkSMObject::New ( )
static

◆ GetClassName()

virtual const char* vtkSMObject::GetClassName ( )
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, vtkSMChartSeriesSelectionDomain, vtkSMViewProxy, vtkSMCollaborationManager, vtkSMParaViewPipelineController, vtkSMProxyListDomain, vtkSMTransferFunctionPresets, vtkSMDataTypeQueryDomain, vtkSMViewLayoutProxy, vtkSMDomain, vtkSMSourceProxy, vtkSMProxyConfigurationReader, vtkSMProxyConfigurationWriter, vtkSMLoadStateOptionsProxy, vtkSMOutputPort, vtkSMPVRepresentationProxy, vtkSMChartSeriesListDomain, vtkSMProxyClipboard, vtkSMProxyManager, vtkSMParaViewPipelineControllerWithRendering, vtkSMDataAssemblyListDomain, vtkSMNamedPropertyIterator, vtkSMWriterFactory, vtkSMPVMoleculeRepresentationProxy, vtkSMCompoundSourceProxy, vtkSMSelfGeneratingSourceProxy, vtkSMStringListDomain, vtkSMSaveScreenshotProxy, vtkSMTransferFunction2DProxy, vtkSMDoubleRangeDomain, vtkSMFileUtilities, vtkSMProxyInitializationHelper, vtkSMUndoStackBuilder, vtkSMRangedTransferFunctionDomain, vtkSMDimensionsDomain, vtkSMIntRangeDomain, vtkSMStringVectorProperty, vtkSMDataDeliveryManagerProxy, vtkSMTransferFunctionManager, vtkSMInputProperty, vtkSMPipelineState, vtkSMProxyGroupDomain, vtkSMProxySelectionModel, vtkSMRemoteObject, vtkSMCameraConfigurationReader, vtkSMArraySelectionDomain, vtkSMProxyManagerUtilities, vtkSMRenderViewProxy, vtkSMRepresentationTypeDomain, 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, vtkSMVRInteractorStyleProxy, 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, vtkSMVRSpaceNavigatorGrabWorldStyleProxy, 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.

◆ IsTypeOf()

static int vtkSMObject::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkSMObject::IsA ( const char *  type)
virtual

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, vtkSMChartSeriesSelectionDomain, vtkSMViewProxy, vtkSMCollaborationManager, vtkSMParaViewPipelineController, vtkSMProxyListDomain, vtkSMTransferFunctionPresets, vtkSMDataTypeQueryDomain, vtkSMViewLayoutProxy, vtkSMDomain, vtkSMSourceProxy, vtkSMProxyConfigurationReader, vtkSMProxyConfigurationWriter, vtkSMLoadStateOptionsProxy, vtkSMOutputPort, vtkSMPVRepresentationProxy, vtkSMChartSeriesListDomain, vtkSMProxyClipboard, vtkSMProxyManager, vtkSMParaViewPipelineControllerWithRendering, vtkSMDataAssemblyListDomain, vtkSMNamedPropertyIterator, vtkSMWriterFactory, vtkSMPVMoleculeRepresentationProxy, vtkSMCompoundSourceProxy, vtkSMSelfGeneratingSourceProxy, vtkSMStringListDomain, vtkSMSaveScreenshotProxy, vtkSMTransferFunction2DProxy, vtkSMDoubleRangeDomain, vtkSMFileUtilities, vtkSMProxyInitializationHelper, vtkSMUndoStackBuilder, vtkSMRangedTransferFunctionDomain, vtkSMDimensionsDomain, vtkSMIntRangeDomain, vtkSMStringVectorProperty, vtkSMDataDeliveryManagerProxy, vtkSMTransferFunctionManager, vtkSMInputProperty, vtkSMPipelineState, vtkSMProxyGroupDomain, vtkSMProxySelectionModel, vtkSMRemoteObject, vtkSMCameraConfigurationReader, vtkSMArraySelectionDomain, vtkSMProxyManagerUtilities, vtkSMRenderViewProxy, vtkSMRepresentationTypeDomain, 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, vtkSMVRInteractorStyleProxy, 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, vtkSMVRSpaceNavigatorGrabWorldStyleProxy, 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.

◆ SafeDownCast()

static vtkSMObject* vtkSMObject::SafeDownCast ( vtkObject o)
static

◆ PrintSelf()

void vtkSMObject::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
overridevirtual

Reimplemented from vtkObject.

Reimplemented in vtkSMProperty, vtkSMProxy, vtkSMSessionProxyManager, vtkSMRepresentationProxy, vtkSMProxyProperty, vtkSMSettingsProxy, vtkSMTrace, vtkSMRangeDomainTemplate< T >, vtkSMRegistrationNamesDomain, vtkSMReaderFactory, vtkSMChartSeriesSelectionDomain, vtkSMViewProxy, vtkSMParaViewPipelineController, vtkSMProxyListDomain, vtkSMTransferFunctionPresets, vtkSMViewLayoutProxy, vtkSMSourceProxy, vtkSMOutputPort, vtkSMPVRepresentationProxy, vtkSMChartSeriesListDomain, vtkSMProxyManager, vtkSMParaViewPipelineControllerWithRendering, vtkSMWriterFactory, vtkSMPVMoleculeRepresentationProxy, vtkSMSelfGeneratingSourceProxy, vtkSMStringListDomain, vtkSMSaveScreenshotProxy, vtkSMTransferFunction2DProxy, vtkSMProxyInitializationHelper, vtkSMUndoStackBuilder, vtkSMRangedTransferFunctionDomain, vtkSMStringVectorProperty, vtkSMDataDeliveryManagerProxy, vtkSMTransferFunctionManager, vtkSMPipelineState, vtkSMProxyGroupDomain, vtkSMProxySelectionModel, vtkSMRemoteObject, vtkSMProxyManagerUtilities, vtkSMRenderViewProxy, 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.

◆ CreatePrettyLabel()

static std::string vtkSMObject::CreatePrettyLabel ( const std::string name)
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.


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