45 #ifdef CHECK_MEMORY_LEAKS
47 #endif // CHECK_MEMORY_LEAKS
61 for (std::vector<std::string>::const_iterator it = list.begin(); it != list.end(); ++it) {
69 const std::string& rootElement,
71 const std::string& ) {
130 if (into.precision() == 2 && val < 2e7 && val > -2e7) {
170 if (into.precision() == 2 && val.
x() < 2e7 && val.
x() > -2e7 &&
171 val.
y() < 2e7 && val.
y() > -2e7 && val.
z() < 2e7 && val.
z() > -2e7) {
183 if (into.precision() == 2 && val.
x() < 2e7 && val.
x() > -2e7 &&
184 val.
y() < 2e7 && val.
y() > -2e7) {
209 for (PositionVector::const_iterator pos = val.begin(); pos != val.end(); ++pos) {
239 for (std::vector<int>::const_iterator it = val.begin(); it != val.end(); ++it) {