Go to the source code of this file.
Classes | |
class | vtkPVPlugin |
defines the core interface for any ParaView plugin. More... | |
Macros | |
#define | C_DECL |
#define | C_EXPORT extern "C" |
Typedefs | |
typedef vtkPVPlugin *(C_DECL * | pv_plugin_query_instance_fptr) () |
#define C_DECL |
Definition at line 34 of file vtkPVPlugin.h.
#define C_EXPORT extern "C" |
Definition at line 35 of file vtkPVPlugin.h.
typedef vtkPVPlugin*(C_DECL* pv_plugin_query_instance_fptr) () |
Definition at line 145 of file vtkPVPlugin.h.