|
|
ostream & | operator<< (ostream &os, const Aggregate &o) |
| | Aggregate to ostream shift operator.
|
| |
|
ostream & | operator<< (ostream &os, const Sphere &o) |
| | Sphere to ostream shift operator.
|
| |
|
istream & | operator>> (istream &is, Sphere &o) |
| | Sphere from istream shift operator.
|
| |
|
ostream & | operator<< (ostream &os, const Ellipsoid &o) |
| | Ellipsoid to ostream shift operator.
|
| |
|
istream & | operator>> (istream &is, Ellipsoid &o) |
| | Ellipsoid from istream shift operator.
|
| |
|
ostream & | operator<< (ostream &os, const HeteroGeometry &o) |
| | HeteroGeometry to ostream shift operator.
|
| |
|
istream & | operator>> (istream &is, HeteroGeometry &o) |
| | HeteroGeometry from istream shift operator.
|
| |
|
ostream & | operator<< (ostream &os, const CubeHeteroGeometry &o) |
| | CubeHeteroGeometry to ostream shift operator.
|
| |
|
istream & | operator>> (istream &is, CubeHeteroGeometry &o) |
| | CubeHeteroGeometry from istream shift operator.
|
| |
|
| BOOST_PYTHON_MODULE (libaggregpacking) |
| | Python module definition.
|
| |
|
ostream & | operator<< (ostream &os, const Vector3 &v) |
| | Vector3 to ostream shift operator.
|
| |
|
ostream & | operator<< (ostream &os, const Matrix3 &m) |
| | Matrix3 to ostream shift operator.
|
| |
|
ostream & | operator<< (ostream &os, const Quaternion &q) |
| | Quaternion to ostream shift operator.
|
| |
|
istream & | operator>> (istream &is, Vector3 &v) |
| | Vector3 from istream shift operator.
|
| |
|
istream & | operator>> (istream &is, Matrix3 &m) |
| | Matrix3 from istream shift operator.
|
| |
|
istream & | operator>> (istream &is, Quaternion &q) |
| | Quaternion from istream shift operator.
|
| |
|
ostream & | operator<< (ostream &os, const AggregSizeRandomizer &o) |
| | AggregSizeRandomizer to ostream shift operator.
|
| |
|
istream & | operator>> (istream &is, AggregSizeRandomizer &o) |
| | AggregSizeRandomizer from istream shift operator.
|
| |
|
ostream & | operator<< (ostream &os, const FullerCurveRandomizer &o) |
| | FullerCurveRandomizer to ostream shift operator.
|
| |
|
istream & | operator>> (istream &is, FullerCurveRandomizer &o) |
| | FullerCurveRandomizer from istream shift operator.
|
| |
|
ostream & | operator<< (ostream &os, const ExperimentalSieveCurveRandomizer &o) |
| | ExperimentalSieveCurveRandomizer to ostream shift operator.
|
| |
|
istream & | operator>> (istream &is, ExperimentalSieveCurveRandomizer &o) |
| | ExperimentalSieveCurveRandomizer from istream shift operator.
|
| |
| bool | initFile (ofstream &f, const string &fName, const string &memoizeDb) |
| | Init file for ostream. More...
|
| |
| bool | initFile (ifstream &f, const string &fName, const string &memoizeDb) |
| | Init file for istream. More...
|
| |
|
template<typename T > |
| void | saveObject (const T &t, const string &fName, const string &memoizeDb) |
| | Auxiliary template function for saving objects to files.
|
| |
|
template<typename T > |
| bool | loadObject (T &t, const string &fName, const string &memoizeDb) |
| | Auxiliary template function for lading objects from files.
|
| |