TGSTK  0.0.1
The Tumour Growth Simulation ToolKit
tgstkMeshProcessorBase.h
Go to the documentation of this file.
1 /*==========================================================================
2 
3  This file is part of the Tumor Growth Simulation ToolKit (TGSTK)
4  (<https://github.com/cormarte/TGSTK>, <https://cormarte.github.io/TGSTK>).
5 
6  Copyright (C) 2021 Corentin Martens
7 
8  This program is free software: you can redistribute it and/or modify
9  it under the terms of the GNU General Public License as published by
10  the Free Software Foundation, either version 3 of the License, or
11  (at your option) any later version.
12 
13  This program is distributed in the hope that it will be useful,
14  but WITHOUT ANY WARRANTY; without even the implied warranty of
15  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16  GNU General Public License for more details.
17 
18  You should have received a copy of the GNU General Public License
19  along with this program. If not, see <https://www.gnu.org/licenses/>.
20 
21  Contact: corentin.martens@ulb.be
22 
23 ==========================================================================*/
24 
36 #ifndef TGSTKMESHPROCESSORBASE_H
37 #define TGSTKMESHPROCESSORBASE_H
38 
39 #include <tgstk/tgstkGlobal.h>
41 
42 #include <vtkSmartPointer.h>
43 #include <vtkUnstructuredGrid.h>
44 
46 
47  public:
48 
49  virtual ~tgstkMeshProcessorBase();
50 
51  protected:
52 
54 };
55 
56 #endif // TGSTKMESHPROCESSORBASE_H
tgstkGlobal.h
tgstkAlgorithmBase.h
TGSTK_EXPORT
#define TGSTK_EXPORT
Definition: tgstkGlobal.h:31
tgstkMeshProcessorBase
Base class for TGSTK mesh processors.
Definition: tgstkMeshProcessorBase.h:45
tgstkAlgorithmBase
Base class for TGSTK algorithms.
Definition: tgstkAlgorithmBase.h:45