#include "vtkCommand.h"
#include "vtkObject.h"
#include "vtkRemotingCoreModule.h"
#include "vtkSmartPointer.h"
#include <vector>
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 bool(* vtkPluginSearchFunction) (const char *) |
Definition at line 29 of file vtkPVPluginTracker.h.
typedef void(* vtkPluginListFunction) (const char *appname, std::vector< std::string > &names) |
Definition at line 30 of file vtkPVPluginTracker.h.