#include "SMESH_StdMeshers.hxx"#include "SMESH_ProxyMesh.hxx"#include <Geom2d_Curve.hxx>#include <GeomAdaptor_Curve.hxx>#include <TopoDS_Edge.hxx>#include <TopoDS_Face.hxx>#include <TopoDS_Vertex.hxx>#include <gp_Pnt2d.hxx>#include <vector>#include <list>#include <boost/shared_ptr.hpp>

Go to the source code of this file.
Data Structures | |
| class | StdMeshers_FaceSide |
| Represents a side of a quasi quadrilateral face. More... | |
Typedefs | |
| typedef boost::shared_ptr < SMESH_ComputeError > | TError |
| typedef boost::shared_ptr < StdMeshers_FaceSide > | StdMeshers_FaceSidePtr |
| typedef std::vector < StdMeshers_FaceSidePtr > | TSideVector |
| typedef boost::shared_ptr< StdMeshers_FaceSide > StdMeshers_FaceSidePtr |
| typedef boost::shared_ptr< SMESH_ComputeError > TError |
| typedef std::vector< StdMeshers_FaceSidePtr > TSideVector |