Version: 8.3.0
DriverSTL_R_SMDS_Mesh.cxx File Reference
#include "DriverSTL_R_SMDS_Mesh.h"
#include <Basics_Utils.hxx>
#include <gp_Pnt.hxx>
#include <NCollection_DataMap.hxx>
#include <Standard_NoMoreObject.hxx>
#include "SMDS_Mesh.hxx"
#include "SMDS_MeshElement.hxx"
#include "SMDS_MeshNode.hxx"
#include "SMESH_File.hxx"
Include dependency graph for DriverSTL_R_SMDS_Mesh.cxx:

Functions

static Standard_Real readFloat (SMESH_File &theFile)
 
static SMDS_MeshNodeaddNode (const gp_Pnt &P, TDataMapOfPntNodePtr &uniqnodes, SMDS_Mesh *theMesh)
 
static SMDS_MeshNodereadNode (FILE *file, TDataMapOfPntNodePtr &uniqnodes, SMDS_Mesh *theMesh)
 
static SMDS_MeshNodereadNode (SMESH_File &theFile, TDataMapOfPntNodePtr &uniqnodes, SMDS_Mesh *theMesh)
 

Function Documentation

static SMDS_MeshNode* addNode ( const gp_Pnt &  P,
TDataMapOfPntNodePtr &  uniqnodes,
SMDS_Mesh theMesh 
)
static

References SMDS_Mesh::AddNode().

Referenced by readNode().

static Standard_Real readFloat ( SMESH_File theFile)
static

Referenced by readNode().

static SMDS_MeshNode* readNode ( FILE *  file,
TDataMapOfPntNodePtr &  uniqnodes,
SMDS_Mesh theMesh 
)
static
static SMDS_MeshNode* readNode ( SMESH_File theFile,
TDataMapOfPntNodePtr &  uniqnodes,
SMDS_Mesh theMesh 
)
static

References addNode(), and readFloat().