|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
|
virtual void | SetExternalProxy (vtkSMSourceProxy *proxyFromAnotherServer, int port=0) |
| Bind proxy with a given external proxy. More...
|
|
virtual vtkSMSourceProxy * | GetExternalProxy () |
| Return the proxy that is currently binded if any otherwise return nullptr;. More...
|
|
void | MarkDirty (vtkSMProxy *modifiedProxy) override |
| Marks the selection proxies dirty as well as chain to superclass. More...
|
|
void | LoadState (const vtkSMMessage *message, vtkSMProxyLocator *locator) override |
| This method is used to initialise the object to the given state If the definitionOnly Flag is set to True the proxy won't load the properties values and just setup the new proxy hierarchy with all subproxy globalID set. More...
|
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
|
void | UpdatePipelineInformation () override |
| Calls UpdateInformation() on all sources. More...
|
|
virtual void | UpdatePipeline () |
| Calls Update() on all sources. More...
|
|
virtual void | UpdatePipeline (double time) |
| Calls Update() on all sources with the given time request. More...
|
|
virtual unsigned int | GetNumberOfOutputPorts () |
| Return the number of output ports. More...
|
|
virtual vtkSMOutputPort * | GetOutputPort (unsigned int idx) |
| Return an output port. More...
|
|
virtual vtkSMOutputPort * | GetOutputPort (const char *portname) |
| Return an output port, given the name for the port. More...
|
|
virtual unsigned int | GetOutputPortIndex (const char *portname) |
| Returns the port index, given the name of an output port. More...
|
|
virtual const char * | GetOutputPortName (unsigned int index) |
| Returns the output port name given its index. More...
|
|
virtual void | CreateOutputPorts () |
| Creates the output port proxies for this filter. More...
|
|
vtkPVDataInformation * | GetSubsetDataInformation (unsigned int outputIdx, unsigned int compositeIndex) |
| A GetSubsetDataInformation overload that uses composite index. More...
|
|
virtual void | CreateSelectionProxies () |
| Creates extract selection proxies for each output port if not already created. More...
|
|
void | SetSelectionInput (unsigned int portIndex, vtkSMSourceProxy *input, unsigned int outputPort) |
| Set/Get the selection input. More...
|
|
void | CleanSelectionInputs (unsigned int portIndex) |
| Clean all selection inputs for the given port. More...
|
|
vtkSMSourceProxy * | GetSelectionOutput (unsigned int portIndex) |
| Returns the source proxy which provides the selected data from the given output port. More...
|
|
unsigned int | GetNumberOfAlgorithmOutputPorts () |
| Returns the number of output ports provided by the algorithm. More...
|
|
virtual unsigned int | GetNumberOfAlgorithmRequiredInputPorts () |
| Returns the number of non-optional input ports required by the algorithm. More...
|
|
vtkTypeUInt32 | GetGlobalID () override |
| Overridden to reserve additional IDs for use by "ExtractSelection" proxies. More...
|
|
void | MarkDirty (vtkSMProxy *modifiedProxy) override |
| Marks the selection proxies dirty as well as chain to superclass. More...
|
|
virtual int | GetOutputPortsCreated () |
| Returns if the output port proxies have been created. More...
|
|
vtkSMDocumentation * | GetOutputPortDocumentation (unsigned int index) |
| It is possible to provide some documentation for each output port in the configuration xml. More...
|
|
vtkSMDocumentation * | GetOutputPortDocumentation (const char *portname) |
| It is possible to provide some documentation for each output port in the configuration xml. More...
|
|
vtkPVDataInformation * | GetDataInformation () |
| DataInformation is used by the source proxy to obtain information on the output(s) from the server. More...
|
|
vtkPVDataInformation * | GetDataInformation (unsigned int outputIdx) |
| DataInformation is used by the source proxy to obtain information on the output(s) from the server. More...
|
|
vtkPVDataInformation * | GetSubsetDataInformation (unsigned int outputIdx, const char *selector, const char *assemblyName=nullptr) |
| For composite datasets, GetDataInformation returns summary data information for all blocks combined. More...
|
|
vtkPVDataInformation * | GetRankDataInformation (int rank) |
| Get rank-specific data information. More...
|
|
vtkPVDataInformation * | GetRankDataInformation (unsigned int outputIdx, int rank) |
| Get rank-specific data information. More...
|
|
vtkSMSourceProxy * | GetSelectionInput (unsigned int portIndex) |
| API to query selection input set using SetSelectionInput. More...
|
|
unsigned int | GetSelectionInputPort (unsigned int portIndex) |
| API to query selection input set using SetSelectionInput. More...
|
|
virtual int | GetProcessSupport () |
| This returns information about whether the VTK algorithm supports multiple processes or not. More...
|
|
virtual bool | GetMPIRequired () |
| This returns information about whether the VTK algorithm explicitly needs MPI to be initialized. More...
|
|
void | SetAnnotation (const char *key, const char *value) |
|
const char * | GetAnnotation (const char *key) |
| Retrieve an annotation with a given key. More...
|
|
void | RemoveAnnotation (const char *key) |
| Remove a given annotation based on its key to the proxy. More...
|
|
void | RemoveAllAnnotations () |
| Remove all proxy annotations. More...
|
|
bool | HasAnnotation (const char *key) |
| Return true if a given annotation exists. More...
|
|
int | GetNumberOfAnnotations () |
| Return the number of available annotations. More...
|
|
const char * | GetAnnotationKeyAt (int index) |
| Return the nth key of the available annotations. More...
|
|
void | SetLocation (vtkTypeUInt32) override |
| Get/Set the location where the underlying VTK-objects are created. More...
|
|
virtual vtkSMProperty * | GetProperty (const char *name) |
| Return the property with the given name. More...
|
|
virtual vtkSMProperty * | GetProperty (const char *name, int selfOnly) |
| Return a property of the given name from self or one of the sub-proxies. More...
|
|
const char * | GetPropertyName (vtkSMProperty *prop) |
| Given a property pointer, returns the name that was used to add it to the proxy. More...
|
|
virtual void | UpdateVTKObjects () |
| Update the VTK object on the server by pushing the values of all modified properties (un-modified properties are ignored). More...
|
|
virtual void | RecreateVTKObjects () |
| Recreate the VTK object for this proxy. More...
|
|
void | InvokeCommand (const char *name) |
| Convenience method equivalent to UpdateProperty(name, 1). More...
|
|
virtual vtkSMPropertyIterator * | NewPropertyIterator () |
| Returns a new (initialized) iterator of the properties. More...
|
|
unsigned int | GetNumberOfConsumers () |
| Returns the number of consumers. More...
|
|
vtkSMProxy * | GetConsumerProxy (unsigned int idx) |
| Returns the consumer of given index. More...
|
|
vtkSMProperty * | GetConsumerProperty (unsigned int idx) |
| Returns the corresponding property of the consumer of given index. More...
|
|
unsigned int | GetNumberOfProducers () |
| Returns the number of proxies this proxy depends on (uses or is connected to through the pipeline). More...
|
|
vtkSMProxy * | GetProducerProxy (unsigned int idx) |
| Returns a proxy this proxy depends on, given index. More...
|
|
vtkSMProperty * | GetProducerProperty (unsigned int idx) |
| Returns the property holding a producer proxy given an index. More...
|
|
virtual void | UpdatePropertyInformation () |
| Updates all property information by calling UpdateInformation() and populating the values. More...
|
|
virtual void | UpdatePropertyInformation (vtkSMProperty *prop) |
| Similar to UpdatePropertyInformation() but updates only the given property. More...
|
|
virtual void | MarkAllPropertiesAsModified () |
| Marks all properties as modified. More...
|
|
virtual void | ResetPropertiesToXMLDefaults () |
| Use this method to set all properties on this proxy to their default values. More...
|
|
virtual void | ResetPropertiesToDomainDefaults () |
| Use this method to set all properties on this proxy to their default domains. More...
|
|
virtual void | ResetPropertiesToDefault (ResetPropertiesMode mode=DEFAULT) |
| Use this method to set all properties on this proxy to their default domain or values. More...
|
|
virtual void | MarkModified (vtkSMProxy *modifiedProxy) |
| Calls MarkDirty() and invokes ModifiedEvent. More...
|
|
bool | IsDeprecated () |
| Returns true if the proxy has a deprecation tag. More...
|
|
void | InitializeAndCopyFromProxy (vtkSMProxy *source) |
| Given a source proxy, makes this proxy point to the same server-side object (with a new id). More...
|
|
vtkObjectBase * | GetClientSideObject () |
| Returns the client side object associated with the VTKObjectID (if any). More...
|
|
virtual vtkPVXMLElement * | SaveXMLState (vtkPVXMLElement *root) |
| Saves the state of the proxy. More...
|
|
virtual vtkPVXMLElement * | SaveXMLState (vtkPVXMLElement *root, vtkSMPropertyIterator *iter) |
| The iterator is use to filter the property available on the given proxy. More...
|
|
virtual int | LoadXMLState (vtkPVXMLElement *element, vtkSMProxyLocator *locator) |
| Loads the proxy state from the XML element. More...
|
|
void | UpdateSelfAndAllInputs () |
| This method call UpdateVTKObjects on the current pipeline by starting at the sources. More...
|
|
bool | GetIsSubProxy () |
| A proxy instance can be a sub-proxy for some other proxy. More...
|
|
vtkSMProxy * | GetParentProxy () |
| If this instance is a sub-proxy, this method will return the proxy of which this instance is an immediate sub-proxy. More...
|
|
vtkSMProxy * | GetTrueParentProxy () |
| Call GetParentProxy() recursively till a proxy that is not a subproxy of any other proxy is found. More...
|
|
void | EnableLocalPushOnly () override |
| Allow to switch off any push of state change to the server for that particular object. More...
|
|
void | DisableLocalPushOnly () override |
| Enable the given remote object to communicate its state normally to the server location. More...
|
|
const vtkSMMessage * | GetFullState () override |
| This method return the full object state that can be used to create that object from scratch. More...
|
|
void | LoadState (const vtkSMMessage *msg, vtkSMProxyLocator *locator) override |
| This method is used to initialise the object to the given state If the definitionOnly Flag is set to True the proxy won't load the properties values and just setup the new proxy hierarchy with all subproxy globalID set. More...
|
|
vtkSMPropertyGroup * | GetPropertyGroup (size_t index) const |
| Returns the property group at index for the proxy. More...
|
|
size_t | GetNumberOfPropertyGroups () const |
| Returns the number of property groups that the proxy contains. More...
|
|
const char * | GetLogNameOrDefault () |
| A helper that makes up an default name if none is provided. More...
|
|
bool | GetPropertiesModified () |
|
virtual std::vector< std::string > | GetPropertiesWithDifferentValues (vtkSMProxy *otherProxy) |
| Return the property names that have values different from the otherProxy argument. More...
|
|
bool | UpdateProperty (const char *name) |
| Update the value of one property (pushed to the server) if it is modified. More...
|
|
bool | UpdateProperty (const char *name, int force) |
| Update the value of one property (pushed to the server) if it is modified. More...
|
|
virtual char * | GetVTKClassName () |
| Returns the type of object managed by the proxy. More...
|
|
virtual void | SetVTKClassName (const char *) |
| the type of object created by the proxy. More...
|
|
virtual char * | GetXMLName () |
| Assigned by the XML parser. More...
|
|
virtual char * | GetXMLGroup () |
| Assigned by the XML parser. More...
|
|
virtual char * | GetXMLLabel () |
| Assigned by the XML parser. More...
|
|
void | Copy (vtkSMProxy *src) |
| Copies values of all the properties and sub-proxies from src. More...
|
|
void | Copy (vtkSMProxy *src, const char *exceptionClass) |
| Copies values of all the properties and sub-proxies from src. More...
|
|
virtual void | Copy (vtkSMProxy *src, const char *exceptionClass, int proxyPropertyCopyFlag) |
| Copies values of all the properties and sub-proxies from src. More...
|
|
virtual vtkSMDocumentation * | GetDocumentation () |
| Returns the documentation for this proxy. More...
|
|
virtual vtkPVXMLElement * | GetHints () |
| The server manager configuration XML may define <Hints/> element for a proxy. More...
|
|
virtual int | GetObjectsCreated () |
| Returns if the VTK objects for this proxy have been created. More...
|
|
bool | GatherInformation (vtkPVInformation *information) |
| Gathers information about this proxy. More...
|
|
bool | GatherInformation (vtkPVInformation *information, vtkTypeUInt32 location) |
| Gathers information about this proxy. More...
|
|
void | PrototypeOn () override |
| Allow user to set the remote object to be discard for Undo/Redo action. More...
|
|
void | PrototypeOff () override |
| Allow user to set the remote object to be discard for Undo/Redo action. More...
|
|
void | SetPrototype (bool undo) override |
| Allow user to set the remote object to be discard for Undo/Redo action. More...
|
|
void | SetLogName (const char *name) |
| Log name is a name for this proxy that will be used when logging status messages. More...
|
|
virtual char * | GetLogName () |
| Log name is a name for this proxy that will be used when logging status messages. More...
|
|
void | SetSession (vtkSMSession *) override |
| Override the SetSession so if the object already have an ID we automatically register it to the associated session. More...
|
|
bool | HasGlobalID () |
| Allow the user to test if the RemoteObject has already a GlobalID without assigning a new one to it. More...
|
|
virtual bool | IsLocalPushOnly () |
| Let the session be aware that even if the Location is client only, the message should not be send to the server for a general broadcast. More...
|
|
virtual vtkTypeUInt32 | GetLocation () |
| Get/Set the location where the underlying VTK-objects are created. More...
|
|
const char * | GetGlobalIDAsString () |
| Get the global unique id for this object. More...
|
|
bool | IsPrototype () |
| Allow user to set the remote object to be discard for Undo/Redo action. More...
|
|
virtual vtkSMSessionProxyManager * | GetSessionProxyManager () |
| Return the corresponding ProxyManager if any. More...
|
|
virtual vtkSMSession * | GetSession () |
| Get/Set the session on wihch this object exists. More...
|
|
| 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) |
|
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 &) |
|