Skip to content

GeoMaterial: migration to GeoIntrisivePtr and code refactoring

Vakhtang Tsulaia requested to merge tsulaia/GeoModel:main-material-smartptr into main
  1. Replacing the vector of bare pointers to GeoElement-s with a vector of smart pointers
  2. Initialization of private data members
  3. Renaming of data members of vector type
  4. Pre-increment instead of post-increment in loops
  5. Formatting changes

Merge request reports