|
ParaView
|
Gets python features. More...
#include <vtkPVPythonInformation.h>


Public Types | |
| typedef vtkPVInformation | Superclass |
Public Types inherited from vtkPVInformation | |
| typedef vtkObject | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | DeepCopy (vtkPVPythonInformation *info) |
| virtual void | CopyFromObject (vtkObject *) |
| Transfer information about a single object into this object. More... | |
| virtual void | AddInformation (vtkPVInformation *) |
| Same as DeepCopy for this object. More... | |
| virtual void | CopyToStream (vtkClientServerStream *) |
| Manage a serialized version of the information. More... | |
| virtual void | CopyFromStream (const vtkClientServerStream *) |
| 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... | |
Public Member Functions inherited from vtkPVInformation | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| 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... | |
Static Public Member Functions | |
| static vtkPVPythonInformation * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVPythonInformation * | SafeDownCast (vtkObject *o) |
Static Public Member Functions inherited from vtkPVInformation | |
| static int | IsTypeOf (const char *type) |
| static vtkPVInformation * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkPVPythonInformation () | |
| ~vtkPVPythonInformation () | |
Protected Member Functions inherited from vtkPVInformation | |
| vtkPVInformation () | |
| ~vtkPVInformation () | |
| virtual void | SetRootOnly (int) |
| vtkPVInformation (const vtkPVInformation &) VTK_DELETE_FUNCTION | |
| void | operator= (const vtkPVInformation &) VTK_DELETE_FUNCTION |
Protected Attributes | |
| bool | PythonSupport |
| std::string | PythonPath |
| std::string | PythonVersion |
| bool | NumpySupport |
| std::string | NumpyVersion |
| std::string | NumpyPath |
| bool | MatplotlibSupport |
| std::string | MatplotlibVersion |
| std::string | MatplotlibPath |
Protected Attributes inherited from vtkPVInformation | |
| int | RootOnly |
Gets python features.
Get details of python availabilty on the root server.
Definition at line 32 of file vtkPVPythonInformation.h.
Definition at line 36 of file vtkPVPythonInformation.h.
|
protected |
|
protected |
|
static |
|
virtual |
Reimplemented from vtkPVInformation.
|
static |
|
virtual |
Reimplemented from vtkPVInformation.
|
static |
| void vtkPVPythonInformation::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
| void vtkPVPythonInformation::DeepCopy | ( | vtkPVPythonInformation * | info | ) |
|
virtual |
Transfer information about a single object into this object.
Reimplemented from vtkPVInformation.
|
virtual |
Same as DeepCopy for this object.
Reimplemented from vtkPVInformation.
|
virtual |
Manage a serialized version of the information.
Implements vtkPVInformation.
|
virtual |
Manage a serialized version of the information.
Reimplemented from vtkPVInformation.
|
virtual |
Whether the server was compiled with python support.
|
virtual |
Whether the server was compiled with python support.
|
virtual |
Whether the server was compiled with python support.
|
virtual |
Whether the server was compiled with python support.
|
inline |
If GetPythonSupport() is true, returns the version of python detected on the server.
Definition at line 72 of file vtkPVPythonInformation.h.
|
inline |
If GetPythonSupport() is true, returns the version of python detected on the server.
Definition at line 80 of file vtkPVPythonInformation.h.
|
inline |
If GetPythonSupport() is true, returns the path to the python libraries detected on the server.
Definition at line 88 of file vtkPVPythonInformation.h.
|
inline |
If GetPythonSupport() is true, returns the path to the python libraries detected on the server.
Definition at line 96 of file vtkPVPythonInformation.h.
|
virtual |
Whether the numpy module is available on the server.
|
virtual |
Whether the numpy module is available on the server.
|
virtual |
Whether the numpy module is available on the server.
|
virtual |
Whether the numpy module is available on the server.
|
inline |
If GetNumpySupport() is true, returns the version of numpy detected on the server.
Definition at line 112 of file vtkPVPythonInformation.h.
|
inline |
If GetNumpySupport() is true, returns the version of numpy detected on the server.
Definition at line 120 of file vtkPVPythonInformation.h.
|
inline |
If GetNumpySupport() is true, returns the path to numpy detected on the server.
Definition at line 128 of file vtkPVPythonInformation.h.
|
inline |
If GetNumpySupport() is true, returns the path to numpy detected on the server.
Definition at line 136 of file vtkPVPythonInformation.h.
|
virtual |
Whether the matplotlib module is available on the server.
|
virtual |
Whether the matplotlib module is available on the server.
|
virtual |
Whether the matplotlib module is available on the server.
|
virtual |
Whether the matplotlib module is available on the server.
|
inline |
If GetMatplotlibSupport() is true, returns the version of matplotlib detected on the server.
Definition at line 152 of file vtkPVPythonInformation.h.
|
inline |
If GetMatplotlibSupport() is true, returns the version of matplotlib detected on the server.
Definition at line 160 of file vtkPVPythonInformation.h.
|
inline |
If GetMatplotlibSupport() is true, returns the path to matplotlib detected on the server.
Definition at line 168 of file vtkPVPythonInformation.h.
|
inline |
If GetMatplotlibSupport() is true, returns the path to matplotlib detected on the server.
Definition at line 176 of file vtkPVPythonInformation.h.
|
protected |
Definition at line 183 of file vtkPVPythonInformation.h.
|
protected |
Definition at line 184 of file vtkPVPythonInformation.h.
|
protected |
Definition at line 185 of file vtkPVPythonInformation.h.
|
protected |
Definition at line 186 of file vtkPVPythonInformation.h.
|
protected |
Definition at line 187 of file vtkPVPythonInformation.h.
|
protected |
Definition at line 188 of file vtkPVPythonInformation.h.
|
protected |
Definition at line 189 of file vtkPVPythonInformation.h.
|
protected |
Definition at line 190 of file vtkPVPythonInformation.h.
|
protected |
Definition at line 191 of file vtkPVPythonInformation.h.
1.8.12