
Go to the source code of this file.
Functions | |
| ostream & | operator<< (ostream &save, StdMeshers_LayerDistribution &hyp) |
| istream & | operator>> (istream &load, StdMeshers_LayerDistribution &hyp) |
| ostream& operator<< | ( | std::ostream & | save, |
| StdMeshers_LayerDistribution & | hyp | ||
| ) |
Definition at line 118 of file StdMeshers_LayerDistribution.cxx.
{
return hyp.SaveTo( save );
}
| istream& operator>> | ( | std::istream & | load, |
| StdMeshers_LayerDistribution & | hyp | ||
| ) |
Definition at line 129 of file StdMeshers_LayerDistribution.cxx.
{
return hyp.LoadFrom( load );
}