Page 1 of 1

Which CloudCompare resources can be accessed through m_app member?

Posted: Fri Aug 19, 2016 11:40 am
by Tanay
What are possible m_app interfaces available ? If I need to use resources of RegistrationTools Class ( CCLib::FPCSRegistrationTools Class). Is there an m_app member for that?

Re: Which CloudCompare resources can be accessed through m_app member?

Posted: Sun Aug 21, 2016 9:46 pm
by daniel
In fact you should probably use CCLib::ICPRegistrationTools (the other one is an old algorithm that never worked properly).

And you can simply call it as is (it's only static methods). You don't need to use any instance / accessor. The m_app instance is only used to access CloudCompare's main window and other shared ressources (such as the database, etc.).