Version: 9.16.0
DriverSTL_W_SMDS_Mesh.cxx File Reference
#include "DriverSTL_W_SMDS_Mesh.h"
#include <Basics_Utils.hxx>
#include "SMDS_FaceOfNodes.hxx"
#include "SMDS_IteratorOnIterators.hxx"
#include "SMDS_Mesh.hxx"
#include "SMDS_PolygonalFaceOfNodes.hxx"
#include "SMDS_SetIterator.hxx"
#include "SMDS_VolumeTool.hxx"
#include "SMESH_File.hxx"
#include "SMESH_MeshAlgos.hxx"
#include "SMESH_TypeDefs.hxx"
#include <limits>
Include dependency graph for DriverSTL_W_SMDS_Mesh.cxx:

Functions

static void writeInteger (const Standard_Integer &theVal, SMESH_File &ofile)
 
static void writeFloat (const Standard_ShortReal &theVal, SMESH_File &ofile)
 
static gp_XYZ getNormale (const SMDS_MeshNode *n1, const SMDS_MeshNode *n2, const SMDS_MeshNode *n3)
 

Variables

static const int LABEL_SIZE = 80
 

Function Documentation

◆ getNormale()

static gp_XYZ getNormale ( const SMDS_MeshNode n1,
const SMDS_MeshNode n2,
const SMDS_MeshNode n3 
)
static

◆ writeFloat()

static void writeFloat ( const Standard_ShortReal &  theVal,
SMESH_File ofile 
)
static

◆ writeInteger()

static void writeInteger ( const Standard_Integer &  theVal,
SMESH_File ofile 
)
static

Variable Documentation

◆ LABEL_SIZE

const int LABEL_SIZE = 80
static