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

Go to the source code of this file.

Classes

class  vtkPVPluginTracker
 a global manager for each processes to keep track of plugins loaded on that process. More...
 

Typedefs

typedef bool(* vtkPluginSearchFunction) (const char *)
 
typedef void(* vtkPluginListFunction) (const char *appname, std::vector< std::string > &names)
 

Typedef Documentation

◆ vtkPluginSearchFunction

typedef bool(* vtkPluginSearchFunction) (const char *)

Definition at line 41 of file vtkPVPluginTracker.h.

◆ vtkPluginListFunction

typedef void(* vtkPluginListFunction) (const char *appname, std::vector< std::string > &names)

Definition at line 42 of file vtkPVPluginTracker.h.