On Jul 8, 2015, at 2:00 PM, Kalpit Thakkar <ceasy...@gmail.com> wrote:
> Which one is to be followed?
> rt_generic_volume() calling the libanalyze function for primitives having a
> NULL ft_volume() entry
libanalyze heavily depends on librt. librt cannot depend on libanalyze or that
would introduce a cyclic dependency. You could push your volume implementation
down into rt_generic_volume() or leave it in libanalyze since it’s a method
based on sampling.
One of the users for this generic volume function in addition to the C++ API
will be the analyze command (see src/libged/analyze.c). Both can call into
librt or libanalyze.
Cheers!
Sean
------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
BRL-CAD Developer mailing list
brlcad-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-devel