Version: 6.3.1
Functions

src/StdMeshers/StdMeshers_StartEndLength.cxx File Reference

#include "StdMeshers_StartEndLength.hxx"
#include "SMESH_Algo.hxx"
#include "SMESH_Mesh.hxx"
#include <BRep_Tool.hxx>
#include <GCPnts_AbscissaPoint.hxx>
#include <GeomAdaptor_Curve.hxx>
#include <Geom_Curve.hxx>
#include <TopExp.hxx>
#include <TopLoc_Location.hxx>
#include <TopTools_IndexedMapOfShape.hxx>
#include <TopoDS.hxx>
#include <TopoDS_Edge.hxx>
Include dependency graph for StdMeshers_StartEndLength.cxx:

Go to the source code of this file.

Functions

ostream & operator<< (ostream &save, StdMeshers_StartEndLength &hyp)
istream & operator>> (istream &load, StdMeshers_StartEndLength &hyp)

Function Documentation

ostream& operator<< ( std::ostream &  save,
StdMeshers_StartEndLength hyp 
)

Definition at line 176 of file StdMeshers_StartEndLength.cxx.

{
  return hyp.SaveTo( save );
}
istream& operator>> ( std::istream &  load,
StdMeshers_StartEndLength hyp 
)

Definition at line 187 of file StdMeshers_StartEndLength.cxx.

{
  return hyp.LoadFrom( load );
}
Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS