COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Tetrahedralize.hpp
Go to the documentation of this file.
1 // Copyright (C) 2010-2011 von Karman Institute for Fluid Dynamics, Belgium
2 //
3 // This software is distributed under the terms of the
4 // GNU Lesser General Public License version 3 (LGPLv3).
5 // See doc/lgpl.txt and doc/gpl.txt for the license text.
6 
7 #ifndef CF_vtk_Tetrahedralize_hpp
8 #define CF_vtk_Tetrahedralize_hpp
9 
10 #include "mesh/MeshTransformer.hpp"
11 
12 #include "vtk/LibVTK.hpp"
13 
15 
16 namespace cf3 {
17 namespace vtk {
18 
20 
24 {
25 public:
26  Tetrahedralize ( const std::string& name );
27  virtual ~Tetrahedralize();
28 
29  static std::string type_name () { return "Tetrahedralize"; }
30 
31  virtual void execute();
32 };
33 
35 
36 } // vtk
37 } // cf3
38 
40 
41 #endif /* CF_vtk_Tetrahedralize_hpp */
Tetrahedralize(const std::string &name)
const std::string & name() const
Access the name of the component.
Definition: Component.hpp:146
virtual void execute()
execute the action
Top-level namespace for coolfluid.
Definition: Action.cpp:18
static std::string type_name()
Send comments to:
COOLFluiD Web Admin