33 #ifndef vtkPVPythonModule_h 34 #define vtkPVPythonModule_h 36 #include "vtkObject.h" 37 #include "vtkPVClientServerCoreCoreModule.h" 44 virtual void PrintSelf(ostream& os, vtkIndent indent);
50 vtkGetStringMacro(Source);
51 vtkSetStringMacro(Source);
58 vtkGetStringMacro(FullName);
59 vtkSetStringMacro(FullName);
67 vtkGetMacro(IsPackage,
int);
68 vtkSetMacro(IsPackage,
int);
69 vtkBooleanMacro(IsPackage,
int);
107 #endif // vtkPVPythonModule_h static int HasModule(const char *fullname)
Returns 1 if a Python module with the given full name has been registered, 0 otherwise.
Stores code and option for python modules.
static vtkPVPythonModule * GetModule(const char *fullname)
Return the registered Python module with the given full module name.