#include "StdMeshers_AutomaticLength.hxx"#include "SMESH_Mesh.hxx"#include "SMESHDS_Mesh.hxx"#include "SMESH_Algo.hxx"#include "SMESHDS_SubMesh.hxx"#include "utilities.h"#include <TopTools_IndexedMapOfShape.hxx>#include <TopExp.hxx>#include <TopoDS.hxx>#include <TopoDS_Edge.hxx>
Go to the source code of this file.
Functions | |
| ostream & | operator<< (ostream &save, StdMeshers_AutomaticLength &hyp) |
| istream & | operator>> (istream &load, StdMeshers_AutomaticLength &hyp) |
Variables | |
| const double | theCoarseConst = 0.5 |
| Set Fineness. | |
| const double | theFineConst = 4.5 |
| ostream& operator<< | ( | std::ostream & | save, |
| StdMeshers_AutomaticLength & | hyp | ||
| ) |
Definition at line 290 of file StdMeshers_AutomaticLength.cxx.
{
return hyp.SaveTo( save );
}
| istream& operator>> | ( | std::istream & | load, |
| StdMeshers_AutomaticLength & | hyp | ||
| ) |
Definition at line 301 of file StdMeshers_AutomaticLength.cxx.
{
return hyp.LoadFrom( load );
}
| const double theCoarseConst = 0.5 |
Set Fineness.
| theFineness | - The Fineness value [0.0-1.0], 0 - coarse mesh 1 - fine mesh |
Raise if theFineness is out of range The "Initial Number of Elements on the Shortest Edge" (S0) is divided by (0.5 + 4.5 x theFineness)
Definition at line 83 of file StdMeshers_AutomaticLength.cxx.
| const double theFineConst = 4.5 |
Definition at line 84 of file StdMeshers_AutomaticLength.cxx.