#include "vtkObject.h"#include "vtkPVConfig.h"#include "vtkRemotingCoreModule.h"#include <string>#include <vector>

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 48 of file vtkPVPlugin.h.
| #define C_EXPORT extern "C" |
Definition at line 49 of file vtkPVPlugin.h.
| typedef vtkPVPlugin*(C_DECL* pv_plugin_query_instance_fptr) () |
Definition at line 160 of file vtkPVPlugin.h.
1.8.13 on Tue May 18 2021