18 #ifndef vtkPVPythonModule_h 19 #define vtkPVPythonModule_h 35 vtkGetStringMacro(Source);
36 vtkSetStringMacro(Source);
43 vtkGetStringMacro(FullName);
44 vtkSetStringMacro(FullName);
52 vtkGetMacro(IsPackage,
int);
53 vtkSetMacro(IsPackage,
int);
54 vtkBooleanMacro(IsPackage,
int);
92 #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.
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
Stores code and option for python modules.
static vtkPVPythonModule * GetModule(const char *fullname)
Return the registered Python module with the given full module name.
#define VTKREMOTINGCORE_EXPORT
void operator=(const vtkObjectBase &)