/** * \file DataPoints.cpp * \brief Handling of data for anchor points segmentation * * Copyright 2007-2013 IMP Inventors. All rights reserved. * */ #include IMPSTATISTICS_BEGIN_INTERNAL_NAMESPACE void XYZDataPoints::populate_data_points(const algebra::Vector3Ds &vecs) { vecs_ = vecs; for(unsigned int i=0;i(ps); for(unsigned int i=0;iget_value(FloatKey(d))); } vecs_.push_back(algebra::Vector3D(static_cast(data_.back()), static_cast(data_.back()) + 3)); } } IMPSTATISTICS_END_INTERNAL_NAMESPACE