SALOME - SMESH
|
#include <gp_Pnt2d.hxx>
#include <TopoDS_Edge.hxx>
#include <TopoDS_Vertex.hxx>
#include <Geom2d_Curve.hxx>
#include <TopExp.hxx>
#include "SMESH_StdMeshers.hxx"
#include "SMESH_Algo.hxx"
#include <vector>
#include <list>
#include <boost/shared_ptr.hpp>
Go to the source code of this file.
Data Structures | |
struct | uvPtStruct |
class | StdMeshers_FaceSide |
Represents a side of a quasi quadrilateral face. It can be composed of several edges. Gives access to geometry and 1D mesh of a side. More... | |
Typedefs | |
typedef struct uvPtStruct | UVPtStruct |
typedef boost::shared_ptr< StdMeshers_FaceSide > | StdMeshers_FaceSidePtr |
typedef boost::shared_ptr< uvPtStruct > | UVPtStructPtr |
typedef std::vector< StdMeshers_FaceSidePtr > | TSideVector |
typedef boost::shared_ptr< SMESH_ComputeError > | TError |
typedef struct uvPtStruct UVPtStruct |
typedef boost::shared_ptr< StdMeshers_FaceSide > StdMeshers_FaceSidePtr |
Definition at line 64 of file StdMeshers_FaceSide.hxx.
typedef boost::shared_ptr< uvPtStruct > UVPtStructPtr |
Definition at line 66 of file StdMeshers_FaceSide.hxx.
typedef std::vector< StdMeshers_FaceSidePtr > TSideVector |
Definition at line 67 of file StdMeshers_FaceSide.hxx.
typedef boost::shared_ptr< SMESH_ComputeError > TError |
Definition at line 68 of file StdMeshers_FaceSide.hxx.