ParaView
Classes | Typedefs | Variables
vtkPVPluginLoader.h File Reference
#include "vtkObject.h"
#include "vtkPVClientServerCoreCoreModule.h"
Include dependency graph for vtkPVPluginLoader.h:

Go to the source code of this file.

Classes

class  vtkPVPluginLoader
 Used to load ParaView plugins. More...
 
class  vtkPVPluginLoaderCleanerInitializer
 

Typedefs

typedef bool(* vtkPluginLoadFunction) (const char *)
 

Variables

static class VTKPVCLIENTSERVERCORECORE_EXPORT vtkPVPluginLoaderCleanerInitializer vtkPVPluginLoaderCleanerInitializerInstance
 

Typedef Documentation

◆ vtkPluginLoadFunction

typedef bool(* vtkPluginLoadFunction) (const char *)

Definition at line 38 of file vtkPVPluginLoader.h.

Variable Documentation

◆ vtkPVPluginLoaderCleanerInitializerInstance

class VTKPVCLIENTSERVERCORECORE_EXPORT vtkPVPluginLoaderCleanerInitializer vtkPVPluginLoaderCleanerInitializerInstance
static