mulch-environment / mulch

mulch environment for structural biology
0 stars 0 forks source link

No mention of private classes in Collection.h and other interface classes. #8

Closed helenginn closed 1 year ago

helenginn commented 1 year ago

Collection should always return Collection * types instead of PCollection * pointers. Also should return ModelDataPair * types instead of PModelDataPair etc. ... and no forward declarations of PCollection, PModelDataPair.

Otherwise this invalidates the idea of an interface class hiding PCollection!