BlueQuartzSoftware / DREAM3D

Data Analysis program and framework for materials science data analytics, based on the managing framework SIMPL framework.
http://dream3d.bluequartz.net
Other
163 stars 76 forks source link

Implement associations between AttributeMatrices and IGeometry objects #364

Open sdonegan opened 9 years ago

sdonegan commented 9 years ago

IGeometry objects have the capability to be associated with AttributeMatrix objects. This allows for quick testing of correct tuple compatibility and usability for selected arrays, since the IGeometry objects handle that checking. Also allows direct association between a data set and the geometry. Implementing this association will also require adding convenience functions to validate AttributeMatrices belong to the same IGeometry object.

sdonegan commented 9 years ago

This issue will also require implementing an I/O scheme to the DREAM.3D file for these associations.