#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>
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 |
|
static |
Referenced by DriverSTL_W_SMDS_Mesh::writeAscii(), and DriverSTL_W_SMDS_Mesh::writeBinary().
|
static |
References SMESH_File::write().
Referenced by DriverSTL_W_SMDS_Mesh::writeBinary().
|
static |
References SMESH_File::write().
Referenced by DriverSTL_W_SMDS_Mesh::writeBinary().
|
static |
Referenced by DriverSTL_W_SMDS_Mesh::writeBinary().