Classes | Macros | Typedefs
vtkPVPlugin.h File Reference
#include "vtkRemotingCoreModule.h"
#include <string>
#include <vector>
Include dependency graph for vtkPVPlugin.h:
This graph shows which files directly or indirectly include this file:

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_DECLpv_plugin_query_instance_fptr) ()
 

Macro Definition Documentation

◆ C_DECL

#define C_DECL

Definition at line 34 of file vtkPVPlugin.h.

◆ C_EXPORT

#define C_EXPORT   extern "C"

Definition at line 35 of file vtkPVPlugin.h.

Typedef Documentation

◆ pv_plugin_query_instance_fptr

typedef vtkPVPlugin*(C_DECL* pv_plugin_query_instance_fptr) ()

Definition at line 145 of file vtkPVPlugin.h.