+ remove feature classes to import/export points

This commit is contained in:
wmayer
2015-12-30 15:16:22 +01:00
parent ad2c4c23d0
commit 4e3856acc8
10 changed files with 66 additions and 259 deletions

View File

@@ -161,6 +161,17 @@ unsigned int PropertyPointKernel::getMemSize (void) const
return sizeof(Base::Vector3f) * this->_cPoints->size();
}
PointKernel* PropertyPointKernel::startEditing()
{
aboutToSetValue();
return static_cast<PointKernel*>(_cPoints);
}
void PropertyPointKernel::finishEditing()
{
hasSetValue();
}
void PropertyPointKernel::removeIndices( const std::vector<unsigned long>& uIndices )
{
// We need a sorted array