src
paraview-5.12
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
Definition:
vtkPVDynamicInitializerPluginInterface.h:19
Generated by
1.8.17 on Wed Mar 27 2024