SALOME - SMESH
StdMeshers_FaceSide.hxx File Reference
#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>
Include dependency graph for StdMeshers_FaceSide.hxx:
This graph shows which files directly or indirectly include this file:

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_FaceSideStdMeshers_FaceSidePtr
 
typedef boost::shared_ptr< uvPtStructUVPtStructPtr
 
typedef std::vector< StdMeshers_FaceSidePtrTSideVector
 
typedef boost::shared_ptr< SMESH_ComputeErrorTError
 

Typedef Documentation

◆ UVPtStruct

typedef struct uvPtStruct UVPtStruct

◆ StdMeshers_FaceSidePtr

typedef boost::shared_ptr< StdMeshers_FaceSide > StdMeshers_FaceSidePtr

Definition at line 64 of file StdMeshers_FaceSide.hxx.

◆ UVPtStructPtr

typedef boost::shared_ptr< uvPtStruct > UVPtStructPtr

Definition at line 66 of file StdMeshers_FaceSide.hxx.

◆ TSideVector

typedef std::vector< StdMeshers_FaceSidePtr > TSideVector

Definition at line 67 of file StdMeshers_FaceSide.hxx.

◆ TError

typedef boost::shared_ptr< SMESH_ComputeError > TError

Definition at line 68 of file StdMeshers_FaceSide.hxx.