The source project of this merge request has been removed.
GeoMaterial: migration to GeoIntrisivePtr and code refactoring
- Replacing the vector of bare pointers to
GeoElement
-s with a vector of smart pointers - Initialization of private data members
- Renaming of data members of vector type
- Pre-increment instead of post-increment in loops
- Formatting changes