BlueQuartzSoftware / simplnx

The backend algorithms and framework associated with DREAM3DNX, a data analysis program for materials science data analytics
http://www.dream3d.io/
Other
7 stars 9 forks source link

Added DataStructure::getDataAsUnsafe functions #998

Closed JDuffeyBQ closed 2 months ago

JDuffeyBQ commented 2 months ago
imikejackson commented 2 months ago

This is needed by https://github.com/BlueQuartzSoftware/simplnx/pull/991 and https://github.com/BlueQuartzSoftware/simplnx/pull/984

JDuffeyBQ commented 2 months ago

Not currently. They're really just convenience functions with the only thing different that the regular functions being the static_cast vs dynamic_cast. So the only way for them to fail in a way different from getData is from programmer error.