Feel++
0.91.4
|
#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 |
![]() | |
typedef void | return_type |
Public Member Functions | |
BOOST_STATIC_ASSERT (nDim==2||nDim==3) | |
Constructors, destructor | |
FilterFromVtk () | |
~FilterFromVtk () | |
Methods | |
void | visit (mesh_type *mesh) |
visit a data structure | |
![]() | |
virtual | ~Visitor () |
virtual base destructor | |
return_type | visit (MeshType &__t) |
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.