vtkPVBivariatePluginLocationImplementation.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-FileCopyrightText: Copyright (c) Sandia Corporation
3 // SPDX-License-Identifier: BSD-3-Clause
4 // Generated file. Do not edit.
5 
6 #ifndef vtkPVBivariatePluginLocationImplementation_h
7 #define vtkPVBivariatePluginLocationImplementation_h
8 
10 #include <QObject>
11 
12 class vtkPVBivariatePluginLocation;
13 
15 {
16  Q_OBJECT
17  Q_INTERFACES(pqPluginLocationInterface)
18 public:
21 
24  void StoreLocation(const char* location) override;
25 protected:
26  vtkPVBivariatePluginLocation *UserImplementation;
27 };
28 
29 #endif
location
void StoreLocation(const char *location) override
Called once after the ParaView starts.
Abstract interface for storing the file system location of a dyanamically-loaded plugin.