|
| virtual const char * | GetClassName () |
| |
| virtual int | IsA (const char *type) |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| |
| void | DeepCopy (vtkPVPythonInformation *info) |
| |
| void | CopyFromObject (vtkObject *) override |
| | Transfer information about a single object into this object. More...
|
| |
| void | AddInformation (vtkPVInformation *) override |
| | Same as DeepCopy for this object. More...
|
| |
|
| void | CopyToStream (vtkClientServerStream *) override |
| | Manage a serialized version of the information. More...
|
| |
| void | CopyFromStream (const vtkClientServerStream *) override |
| | Manage a serialized version of the information. More...
|
| |
|
| virtual void | SetPythonSupport (bool) |
| | Whether the server was compiled with python support. More...
|
| |
| virtual bool | GetPythonSupport () |
| | Whether the server was compiled with python support. More...
|
| |
| virtual void | PythonSupportOn () |
| | Whether the server was compiled with python support. More...
|
| |
| virtual void | PythonSupportOff () |
| | Whether the server was compiled with python support. More...
|
| |
|
| void | SetPythonVersion (const std::string &arg) |
| | If GetPythonSupport() is true, returns the version of python detected on the server. More...
|
| |
| const std::string & | GetPythonVersion () |
| | If GetPythonSupport() is true, returns the version of python detected on the server. More...
|
| |
|
| void | SetPythonPath (const std::string &arg) |
| | If GetPythonSupport() is true, returns the path to the python libraries detected on the server. More...
|
| |
| const std::string & | GetPythonPath () |
| | If GetPythonSupport() is true, returns the path to the python libraries detected on the server. More...
|
| |
|
| virtual void | SetNumpySupport (bool) |
| | Whether the numpy module is available on the server. More...
|
| |
| virtual bool | GetNumpySupport () |
| | Whether the numpy module is available on the server. More...
|
| |
| virtual void | NumpySupportOn () |
| | Whether the numpy module is available on the server. More...
|
| |
| virtual void | NumpySupportOff () |
| | Whether the numpy module is available on the server. More...
|
| |
|
| void | SetNumpyVersion (const std::string &arg) |
| | If GetNumpySupport() is true, returns the version of numpy detected on the server. More...
|
| |
| const std::string & | GetNumpyVersion () |
| | If GetNumpySupport() is true, returns the version of numpy detected on the server. More...
|
| |
|
| void | SetNumpyPath (const std::string &arg) |
| | If GetNumpySupport() is true, returns the path to numpy detected on the server. More...
|
| |
| const std::string & | GetNumpyPath () |
| | If GetNumpySupport() is true, returns the path to numpy detected on the server. More...
|
| |
|
| virtual void | SetMatplotlibSupport (bool) |
| | Whether the matplotlib module is available on the server. More...
|
| |
| virtual bool | GetMatplotlibSupport () |
| | Whether the matplotlib module is available on the server. More...
|
| |
| virtual void | MatplotlibSupportOn () |
| | Whether the matplotlib module is available on the server. More...
|
| |
| virtual void | MatplotlibSupportOff () |
| | Whether the matplotlib module is available on the server. More...
|
| |
|
| void | SetMatplotlibVersion (const std::string &arg) |
| | If GetMatplotlibSupport() is true, returns the version of matplotlib detected on the server. More...
|
| |
| const std::string & | GetMatplotlibVersion () |
| | If GetMatplotlibSupport() is true, returns the version of matplotlib detected on the server. More...
|
| |
|
| void | SetMatplotlibPath (const std::string &arg) |
| | If GetMatplotlibSupport() is true, returns the path to matplotlib detected on the server. More...
|
| |
| const std::string & | GetMatplotlibPath () |
| | If GetMatplotlibSupport() is true, returns the path to matplotlib detected on the server. More...
|
| |
| virtual void | CopyParametersToStream (vtkMultiProcessStream &) |
| | Serialize/Deserialize the parameters that control how/what information is gathered. More...
|
| |
| virtual void | CopyParametersFromStream (vtkMultiProcessStream &) |
| | Serialize/Deserialize the parameters that control how/what information is gathered. More...
|
| |
| virtual int | GetRootOnly () |
| | Set/get whether to gather information only from the root. 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 &) |
| |
Gets python features.
Get details of python availability on the root server.
Definition at line 20 of file vtkPVPythonInformation.h.