#include <filterfromvtk.hpp>
Converts Mesh data structure from Vtk library to Feel Mesh type.
Inheritance diagram for Feel::FilterFromVtk3D< MeshType >: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 Types inherited from Feel::Visitor< MeshType > | |
| typedef void | return_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 | |
Public Member Functions inherited from Feel::Visitor< MeshType > | |
| virtual | ~Visitor () |
| virtual base destructor | |
| return_type | visit (MeshType &__t) |
| visit a data structure | |
Static Public Attributes | |
| static const uint16_type | nDim = MeshType::nDim |
1.8.5