ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkPVPythonInformation Class Reference

Gets python features. More...

#include <vtkPVPythonInformation.h>

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

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 vtkPVPythonInformationNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVPythonInformationSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkPVInformation
static int IsTypeOf (const char *type)
 
static vtkPVInformationSafeDownCast (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
 

Detailed Description

Gets python features.

Get details of python availabilty on the root server.

Definition at line 32 of file vtkPVPythonInformation.h.

Member Typedef Documentation

§ Superclass

Definition at line 36 of file vtkPVPythonInformation.h.

Constructor & Destructor Documentation

§ vtkPVPythonInformation()

vtkPVPythonInformation::vtkPVPythonInformation ( )
protected

§ ~vtkPVPythonInformation()

vtkPVPythonInformation::~vtkPVPythonInformation ( )
protected

Member Function Documentation

§ New()

static vtkPVPythonInformation* vtkPVPythonInformation::New ( )
static

§ GetClassName()

virtual const char* vtkPVPythonInformation::GetClassName ( )
virtual

Reimplemented from vtkPVInformation.

§ IsTypeOf()

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

§ IsA()

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

Reimplemented from vtkPVInformation.

§ SafeDownCast()

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

§ PrintSelf()

void vtkPVPythonInformation::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

§ DeepCopy()

void vtkPVPythonInformation::DeepCopy ( vtkPVPythonInformation info)

§ CopyFromObject()

virtual void vtkPVPythonInformation::CopyFromObject ( vtkObject *  )
virtual

Transfer information about a single object into this object.

Reimplemented from vtkPVInformation.

§ AddInformation()

virtual void vtkPVPythonInformation::AddInformation ( vtkPVInformation )
virtual

Same as DeepCopy for this object.

Reimplemented from vtkPVInformation.

§ CopyToStream()

virtual void vtkPVPythonInformation::CopyToStream ( vtkClientServerStream )
virtual

Manage a serialized version of the information.

Implements vtkPVInformation.

§ CopyFromStream()

virtual void vtkPVPythonInformation::CopyFromStream ( const vtkClientServerStream )
virtual

Manage a serialized version of the information.

Reimplemented from vtkPVInformation.

§ SetPythonSupport()

virtual void vtkPVPythonInformation::SetPythonSupport ( bool  )
virtual

Whether the server was compiled with python support.

§ GetPythonSupport()

virtual bool vtkPVPythonInformation::GetPythonSupport ( )
virtual

Whether the server was compiled with python support.

§ PythonSupportOn()

virtual void vtkPVPythonInformation::PythonSupportOn ( )
virtual

Whether the server was compiled with python support.

§ PythonSupportOff()

virtual void vtkPVPythonInformation::PythonSupportOff ( )
virtual

Whether the server was compiled with python support.

§ SetPythonVersion()

void vtkPVPythonInformation::SetPythonVersion ( const std::string &  arg)
inline

If GetPythonSupport() is true, returns the version of python detected on the server.

Definition at line 72 of file vtkPVPythonInformation.h.

§ GetPythonVersion()

const std::string& vtkPVPythonInformation::GetPythonVersion ( )
inline

If GetPythonSupport() is true, returns the version of python detected on the server.

Definition at line 80 of file vtkPVPythonInformation.h.

§ SetPythonPath()

void vtkPVPythonInformation::SetPythonPath ( const std::string &  arg)
inline

If GetPythonSupport() is true, returns the path to the python libraries detected on the server.

Definition at line 88 of file vtkPVPythonInformation.h.

§ GetPythonPath()

const std::string& vtkPVPythonInformation::GetPythonPath ( )
inline

If GetPythonSupport() is true, returns the path to the python libraries detected on the server.

Definition at line 96 of file vtkPVPythonInformation.h.

§ SetNumpySupport()

virtual void vtkPVPythonInformation::SetNumpySupport ( bool  )
virtual

Whether the numpy module is available on the server.

§ GetNumpySupport()

virtual bool vtkPVPythonInformation::GetNumpySupport ( )
virtual

Whether the numpy module is available on the server.

§ NumpySupportOn()

virtual void vtkPVPythonInformation::NumpySupportOn ( )
virtual

Whether the numpy module is available on the server.

§ NumpySupportOff()

virtual void vtkPVPythonInformation::NumpySupportOff ( )
virtual

Whether the numpy module is available on the server.

§ SetNumpyVersion()

void vtkPVPythonInformation::SetNumpyVersion ( const std::string &  arg)
inline

If GetNumpySupport() is true, returns the version of numpy detected on the server.

Definition at line 112 of file vtkPVPythonInformation.h.

§ GetNumpyVersion()

const std::string& vtkPVPythonInformation::GetNumpyVersion ( )
inline

If GetNumpySupport() is true, returns the version of numpy detected on the server.

Definition at line 120 of file vtkPVPythonInformation.h.

§ SetNumpyPath()

void vtkPVPythonInformation::SetNumpyPath ( const std::string &  arg)
inline

If GetNumpySupport() is true, returns the path to numpy detected on the server.

Definition at line 128 of file vtkPVPythonInformation.h.

§ GetNumpyPath()

const std::string& vtkPVPythonInformation::GetNumpyPath ( )
inline

If GetNumpySupport() is true, returns the path to numpy detected on the server.

Definition at line 136 of file vtkPVPythonInformation.h.

§ SetMatplotlibSupport()

virtual void vtkPVPythonInformation::SetMatplotlibSupport ( bool  )
virtual

Whether the matplotlib module is available on the server.

§ GetMatplotlibSupport()

virtual bool vtkPVPythonInformation::GetMatplotlibSupport ( )
virtual

Whether the matplotlib module is available on the server.

§ MatplotlibSupportOn()

virtual void vtkPVPythonInformation::MatplotlibSupportOn ( )
virtual

Whether the matplotlib module is available on the server.

§ MatplotlibSupportOff()

virtual void vtkPVPythonInformation::MatplotlibSupportOff ( )
virtual

Whether the matplotlib module is available on the server.

§ SetMatplotlibVersion()

void vtkPVPythonInformation::SetMatplotlibVersion ( const std::string &  arg)
inline

If GetMatplotlibSupport() is true, returns the version of matplotlib detected on the server.

Definition at line 152 of file vtkPVPythonInformation.h.

§ GetMatplotlibVersion()

const std::string& vtkPVPythonInformation::GetMatplotlibVersion ( )
inline

If GetMatplotlibSupport() is true, returns the version of matplotlib detected on the server.

Definition at line 160 of file vtkPVPythonInformation.h.

§ SetMatplotlibPath()

void vtkPVPythonInformation::SetMatplotlibPath ( const std::string &  arg)
inline

If GetMatplotlibSupport() is true, returns the path to matplotlib detected on the server.

Definition at line 168 of file vtkPVPythonInformation.h.

§ GetMatplotlibPath()

const std::string& vtkPVPythonInformation::GetMatplotlibPath ( )
inline

If GetMatplotlibSupport() is true, returns the path to matplotlib detected on the server.

Definition at line 176 of file vtkPVPythonInformation.h.

Member Data Documentation

§ PythonSupport

bool vtkPVPythonInformation::PythonSupport
protected

Definition at line 183 of file vtkPVPythonInformation.h.

§ PythonPath

std::string vtkPVPythonInformation::PythonPath
protected

Definition at line 184 of file vtkPVPythonInformation.h.

§ PythonVersion

std::string vtkPVPythonInformation::PythonVersion
protected

Definition at line 185 of file vtkPVPythonInformation.h.

§ NumpySupport

bool vtkPVPythonInformation::NumpySupport
protected

Definition at line 186 of file vtkPVPythonInformation.h.

§ NumpyVersion

std::string vtkPVPythonInformation::NumpyVersion
protected

Definition at line 187 of file vtkPVPythonInformation.h.

§ NumpyPath

std::string vtkPVPythonInformation::NumpyPath
protected

Definition at line 188 of file vtkPVPythonInformation.h.

§ MatplotlibSupport

bool vtkPVPythonInformation::MatplotlibSupport
protected

Definition at line 189 of file vtkPVPythonInformation.h.

§ MatplotlibVersion

std::string vtkPVPythonInformation::MatplotlibVersion
protected

Definition at line 190 of file vtkPVPythonInformation.h.

§ MatplotlibPath

std::string vtkPVPythonInformation::MatplotlibPath
protected

Definition at line 191 of file vtkPVPythonInformation.h.


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