← Back to team overview

yade-dev team mailing list archive

Re: [Branch ~yade-dev/yade/trunk] Rev 2185: py wrapping for shop::getSpheresVolume(). Used e.g. for computing porosity in a periodic cell.

 


is it THAT difficult to check that? (what I read recently, using
typeid(Sphere)==typeid(*b->shape) might be faster than dynamic_cast).
Where "sphere" is a pointer to an existing Sphere?
"typeid" replaces getCLassIndex?
Ah, no... it must be the class "Sphere" itself obviously?
Is there really nothing like classIndex now? Just curious.

B.



Follow ups

References