Loading [MathJax]/extensions/tex2jax.js
COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
plugins
vtk
src
vtk
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
23
class
Tetrahedralize
:
public
mesh::MeshTransformer
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 */
cf3::vtk::Tetrahedralize
Definition:
Tetrahedralize.hpp:23
cf3::vtk::Tetrahedralize::Tetrahedralize
Tetrahedralize(const std::string &name)
Definition:
Tetrahedralize.cpp:49
LibVTK.hpp
cf3::common::Component::name
const std::string & name() const
Access the name of the component.
Definition:
Component.hpp:146
cf3::mesh::MeshTransformer
Definition:
MeshTransformer.hpp:26
cf3::vtk::Tetrahedralize::execute
virtual void execute()
execute the action
Definition:
Tetrahedralize.cpp:57
cf3
Top-level namespace for coolfluid.
Definition:
Action.cpp:18
cf3::vtk::Tetrahedralize::type_name
static std::string type_name()
Definition:
Tetrahedralize.hpp:29
MeshTransformer.hpp
cf3::vtk::Tetrahedralize::~Tetrahedralize
virtual ~Tetrahedralize()
Definition:
Tetrahedralize.cpp:53
Generated on Sun Jun 14 2015 21:20:15 for COOLFluiD by
1.8.9.1
Send comments to:
COOLFluiD Web Admin