src/DriverSTL/DriverSTL_W_SMDS_Mesh.cxx File Reference

#include <stdio.h>
#include "DriverSTL_W_SMDS_Mesh.h"
#include "SMDS_Mesh.hxx"
#include "SMDS_MeshElement.hxx"
#include "SMDS_MeshNode.hxx"
#include <gp_XYZ.hxx>
#include <OSD_Path.hxx>
#include <OSD_File.hxx>
#include <OSD_FromWhere.hxx>
#include <OSD_Protection.hxx>
#include <OSD_SingleProtection.hxx>
#include <TCollection_AsciiString.hxx>
#include <TColgp_Array1OfXYZ.hxx>
#include "utilities.h"

Include dependency graph for DriverSTL_W_SMDS_Mesh.cxx:


Functions

static void writeInteger (const Standard_Integer &theVal, OSD_File &ofile)
static void writeFloat (const Standard_ShortReal &theVal, OSD_File &ofile)
static gp_XYZ getNormale (const SMDS_MeshFace *theFace)

Variables

static const int LABEL_SIZE = 80

Function Documentation

static void writeInteger const Standard_Integer &  theVal,
OSD_File &  ofile
[static]
 

static void writeFloat const Standard_ShortReal &  theVal,
OSD_File &  ofile
[static]
 

static gp_XYZ getNormale const SMDS_MeshFace theFace  )  [static]
 


Variable Documentation

const int LABEL_SIZE = 80 [static]