#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"
Functions | |
static Standard_Real | readFloat (SMESH_File &theFile) |
static SMDS_MeshNode * | addNode (const gp_Pnt &P, TDataMapOfPntNodePtr &uniqnodes, SMDS_Mesh *theMesh) |
static SMDS_MeshNode * | readNode (FILE *file, TDataMapOfPntNodePtr &uniqnodes, SMDS_Mesh *theMesh) |
static SMDS_MeshNode * | readNode (SMESH_File &theFile, TDataMapOfPntNodePtr &uniqnodes, SMDS_Mesh *theMesh) |
|
static |
References SMDS_Mesh::AddNode().
Referenced by readNode().
|
static |
Referenced by readNode().
|
static |
References addNode().
Referenced by DriverSTL_R_SMDS_Mesh::readAscii(), and DriverSTL_R_SMDS_Mesh::readBinary().
|
static |
References addNode(), and readFloat().