Search found 7376 matches

by daniel
Thu Feb 17, 2011 9:36 pm
Forum: Coffee place
Topic: CloudCompare standalone viewer
Replies: 3
Views: 26743

CloudCompare standalone viewer

Just a quick post to present a new tool in the CloudCompare family: a standalone viewer for simple and easy visualization of 3D entities. The main aim is to provide CloudCompare users with a tool that can be easily shipped with the data they have processed in order to share the results with other pe...
by daniel
Wed Feb 02, 2011 11:06 pm
Forum: CCLib
Topic: CCLib goes parallel
Replies: 2
Views: 23226

CCLib goes parallel

CCLib now depends on Qt (via the QtCore lib). We have done this in order to integrate the 'QtConcurrent' framework for parallel octree-based computation. The ' executeFunctionForAllCellsAtLevel ' and ' executeFunctionForAllCellsAtStartingLevel ' methods of the DgmOctree structure have now their equi...
by daniel
Thu Jan 27, 2011 8:59 am
Forum: Todo
Topic: [DONE] Bubble view, or View Based Station
Replies: 8
Views: 32834

Re: Bubble view, or View Based Station

Hello JF, the new version of CC (27 Jan. 2011) now includes this 'bubble view' feature (see attached image): - open your cloud - enable the 'viewer based perspective' mode (F4) - open the camera parameters dialog - the 'pivot' point in this particular mode is now the camera position - you generally ...
by daniel
Tue Jan 25, 2011 8:36 am
Forum: Issues, bugs, etc.
Topic: compile error - "Ui" has not been declared [RESOLVED]
Replies: 11
Views: 20825

Re: compile error - "Ui" has not been declared

Hello, in fact, Code::Blocks works more like MS Visual C++, but without any 'Qt addin' available (AFAIK). So, we don't use qmake (and more generally we don't use any make file). The job is done by the 'qt-prebuild' tool which takes care of creating/updating 'moc' and 'ui' files. By the way, neither ...
by daniel
Mon Jan 24, 2011 7:35 am
Forum: Issues, bugs, etc.
Topic: compile error - "Ui" has not been declared [RESOLVED]
Replies: 11
Views: 20825

Re: compile error - "Ui" has not been declared

So it appears that it was indeed an old version of Qt that was responsible for this. First, you must delete all the old "ui_*.h" and "moc_*.cpp" files (as uic or moc won't do it themselves). Then you must make sure that when you type 'moc' or 'uic' it's the newly installed ones t...
by daniel
Sun Jan 23, 2011 5:18 pm
Forum: Issues, bugs, etc.
Topic: compile error - "Ui" has not been declared [RESOLVED]
Replies: 11
Views: 20825

Re: compile error - "Ui" has not been declared

Hum, it seems that there's a problem with your Qt installation ... it's just as if the qt-prebuild tool was not calling the right uic, moc or rcc executables. What is your version of Qt? Apparently, the 'qucomextra_p.h' file is from an old version of Qt (3.x) while CloudCompare works only with 4.4 o...
by daniel
Sun Jan 23, 2011 7:33 am
Forum: Issues, bugs, etc.
Topic: compile error - "Ui" has not been declared [RESOLVED]
Replies: 11
Views: 20825

Re: compile error - "Ui" has not been declared

Interesting:
- can you find the 'ui_alignDlg.h' file (in ui_templates folder) and post it?
- can you also find the value of QT_BEGIN_NAMESPACE (you should see this macro inside the 'ui_alignDlg.h' file)

Thanks,

Daniel
by daniel
Sat Jan 22, 2011 6:23 pm
Forum: Issues, bugs, etc.
Topic: compile error - "Ui" has not been declared [RESOLVED]
Replies: 11
Views: 20825

Re: compile error - "Ui" has not been declared

Hi, this is odd. I compiled it successfully on Debian this evening. Here are a few guesses: - it may be because the qt-prebuild tool hasn't compiled correctly (do you see at the beginning of the 'qCC' project compilation phase, lines such as ' qt-prebuild : found UICable file ui_templates/alignDlg.u...
by daniel
Tue Jan 11, 2011 8:20 pm
Forum: Requests, new functionalities
Topic: new functionalities for dental cad
Replies: 3
Views: 5390

Re: new functionalities for dental cad

Indeed, stl import and cutting plane are very important features that are already in the pipe.

And of course, any help is gladly welcome!

Daniel
by daniel
Wed Jan 05, 2011 9:53 pm
Forum: Todo
Topic: [DONE] Camera placement
Replies: 9
Views: 36775

Re: Camera placement

Ok, the 'camera parameters' dialog has been updated: now the user can set the 'pivot' point by specifying its 3 coordinates. As you can also pick a point (with the 'camera parameters' dialog still active), you can copy its coordinates in those fields and you'll get the camera centered on a given poi...