#include "StdMeshers_ProjectionSource3D.hxx"#include "utilities.h"#include "SMESH_Gen.hxx"#include <TopoDS.hxx>
Go to the source code of this file.
Functions | |
| ostream & | operator<< (ostream &save, StdMeshers_ProjectionSource3D &hyp) |
| istream & | operator>> (istream &load, StdMeshers_ProjectionSource3D &hyp) |
| ostream& operator<< | ( | std::ostream & | save, |
| StdMeshers_ProjectionSource3D & | hyp | ||
| ) |
Definition at line 230 of file StdMeshers_ProjectionSource3D.cxx.
{
return hyp.SaveTo( save );
}
| istream& operator>> | ( | std::istream & | load, |
| StdMeshers_ProjectionSource3D & | hyp | ||
| ) |
Definition at line 241 of file StdMeshers_ProjectionSource3D.cxx.
{
return hyp.LoadFrom( load );
}