vtkPVDynamicInitializerPluginInterface.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
14 #ifndef vtkPVDynamicInitializerPluginInterface_h
15 #define vtkPVDynamicInitializerPluginInterface_h
16 
17 #include "vtkRemotingCoreModule.h" //needed for exports
18 
20 {
21 public:
23 
28  virtual void Initialize() = 0;
29 };
31 
32 #endif
33 
34 // VTK-HeaderTest-Exclude: vtkPVDynamicInitializerPluginInterface.h
vtkPVDynamicInitializerPluginInterface defines the interface needed to be implemented by a plugin tha...
#define VTKREMOTINGCORE_EXPORT