Which CloudCompare resources can be accessed through m_app member?

Any question about the database & algorithms library 'CCLib'
Post Reply
Tanay
Posts: 13
Joined: Thu May 19, 2016 10:03 am

Which CloudCompare resources can be accessed through m_app member?

Post 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?
daniel
Site Admin
Posts: 7330
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

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

Post 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.).
Daniel, CloudCompare admin
Post Reply