|
Feel++ 0.91.0
|
#include <filterfromvtk.hpp>
Public Types | |
Typedefs | |
| typedef MeshType | mesh_type |
| typedef mesh_type::point_type | point_type |
| typedef point_type::node_type | node_type |
| typedef mesh_type::edge_type | edge_type |
| typedef mesh_type::face_type | face_type |
| typedef mesh_type::element_type | element_type |
Public Member Functions | |
| BOOST_STATIC_ASSERT (nDim==2||nDim==3) | |
Constructors, destructor | |
| FilterFromVtk3D () | |
| ~FilterFromVtk3D () | |
Methods | |
| void | visit (mesh_type *mesh) |
| visit a data structure | |
Static Public Attributes | |
| static const uint16_type | nDim = MeshType::nDim |
Converts Mesh data structure from Vtk library to Feel Mesh type.
1.7.4