BlueQuartzSoftware / BlueQuartzSoftware/SIMPL
IDataArray or (DataArray) needs meta-data to describe certain kinds of component configurations
@JDuffeyBQ がすでに取り組んでいます。
2018年12月21日 から。
- 主要言語
- C++
- スター
- 8
- フォーク
- 22
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
The issue comes to light when a user creates a 6 component array which is really a tensor but currently the XDMF writer assumes it is a pair of 3 RGB vectors. We also have this issue with 2 component arrays. IDataArray could implement a class enumeration to describe the type of data. We would also need to update just about every filter to also set the type and further expose it to the user in the CreateDataArray filter. Possible enumerations are:
Scalar | Vector | Tensor | Tensor6 | Matrix | GlobalID
We could also add RGB | RGBA | COLOR as possibilities.
Which come from this page http://www.xdmf.org/index.php/XDMF_Model_and_Format#Set
We could follow the XDMF naming and call it the "AttributeType" but I am not sure that conveys what it is. "ArrayType" does not really work either as I would think that means float, int,....
ComponentConfiguration, ComponentType?
We could also at least put in the infrastructure but slowly work on updating those filters that specifically need to set a description.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。