Remoting
Core
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
19
class
VTKREMOTINGCORE_EXPORT
vtkPVDynamicInitializerPluginInterface
20
{
21
public
:
22
virtual
~
vtkPVDynamicInitializerPluginInterface
();
23
28
virtual
void
Initialize() = 0;
29
};
31
32
#endif
33
34
// VTK-HeaderTest-Exclude: vtkPVDynamicInitializerPluginInterface.h
vtkPVDynamicInitializerPluginInterface
vtkPVDynamicInitializerPluginInterface defines the interface needed to be implemented by a plugin tha...
Definition:
vtkPVDynamicInitializerPluginInterface.h:19
vtkRemotingCoreModule.h
VTKREMOTINGCORE_EXPORT
#define VTKREMOTINGCORE_EXPORT
Definition:
vtkRemotingCoreModule.h:15
Generated by
1.8.13 on Tue Oct 1 2024