Feel++ 0.91.0
Public Member Functions | Static Public Attributes

Feel::FilterFromVtk3D< MeshType > Class Template Reference

#include <filterfromvtk.hpp>

Inheritance diagram for Feel::FilterFromVtk3D< MeshType >:
Feel::VisitorBase Feel::Visitor< MeshType >

List of all members.

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

Detailed Description

template<typename MeshType>
class Feel::FilterFromVtk3D< MeshType >

Converts Mesh data structure from Vtk library to Feel Mesh type.

Author:
Gilles Steiner <gilles.steiner@epfl.ch>
Christophe Prud'homme <christophe.prudhomme@ujf-grenoble.fr>