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