10 #ifndef vtkPVPythonInformation_h 11 #define vtkPVPythonInformation_h 51 vtkSetMacro(PythonSupport,
bool) vtkGetMacro(PythonSupport,
bool);
52 vtkBooleanMacro(PythonSupport,
bool);
62 if (arg != this->PythonVersion)
64 this->PythonVersion = arg;
78 if (arg != this->PythonPath)
80 this->PythonPath = arg;
91 vtkSetMacro(NumpySupport,
bool) vtkGetMacro(NumpySupport,
bool);
92 vtkBooleanMacro(NumpySupport,
bool);
102 if (arg != this->NumpyVersion)
104 this->NumpyVersion = arg;
118 if (arg != this->NumpyPath)
120 this->NumpyPath = arg;
131 vtkSetMacro(MatplotlibSupport,
bool);
132 vtkGetMacro(MatplotlibSupport,
bool);
133 vtkBooleanMacro(MatplotlibSupport,
bool);
143 if (arg != this->MatplotlibVersion)
145 this->MatplotlibVersion = arg;
159 if (arg != this->MatplotlibPath)
161 this->MatplotlibPath = arg;
void DeepCopy(vtkPistonReference *self, vtkPistonReference *other)
Store messages for the interpreter.
#define VTKREMOTINGCORE_EXPORT