Search found 72 matches

by snfge
Wed Apr 19, 2017 9:25 am
Forum: Questions
Topic: Some questions about qcustomplot
Replies: 5
Views: 2946

Re: Some questions about qcustomplot

Hi When I set the object name it OK it like"hDlg->setObjectName("TEST");", but when I find the child is bad, why? it like" ccHistogramWindowDlg* hDlg; hDlg=MainWindow::TheInstance()->findChild("TEST"); Error: there is no function template matching the parameters
by snfge
Sun Apr 16, 2017 11:18 am
Forum: Questions
Topic: Some questions about qcustomplot
Replies: 5
Views: 2946

Some questions about qcustomplot

Hi I change the code like the follow, it can show the graph, but it can't zoom, why? and I want get the point when I click the graph, how can I do it ? And another question is if I use the function, I hope it can close the graph last time show, how can I do it? ccHistogramWindowDlg* hDlg = new ccHis...
by snfge
Sun Apr 16, 2017 1:56 am
Forum: Questions
Topic: sampling inside a mesh?
Replies: 2
Views: 1425

Re: sampling inside a mesh?

HI
I have a software can get the point inside mesh, but it not free.
by snfge
Tue Mar 28, 2017 11:38 am
Forum: Questions
Topic: The colour of mesh
Replies: 1
Views: 990

The colour of mesh

Hi
When I bulid the mesh, and show the mesh normal, the mesh colour become to black, why?
by snfge
Thu Mar 09, 2017 12:59 pm
Forum: Questions
Topic: Comple with laslib
Replies: 7
Views: 2330

Re: Comple with laslib

Hi
I am sorry, I mean is when I use laslib, but in CC at lasfilter.cpp, it need include<liblas/point.hpp>, but the laslib not have the file, so I don't konw how to do it
by snfge
Thu Mar 09, 2017 1:02 am
Forum: Questions
Topic: Comple with laslib
Replies: 7
Views: 2330

Re: Comple with laslib

Yes, you are right, I use the liblas, not laslib, but when I use the liblas, the error appear, this hpp files can't find: #include <liblas/point.hpp> #include <liblas/reader.hpp> #include <liblas/writer.hpp> #include <liblas/factory.hpp> // liblas::ReaderFactory #include <liblas/header.hpp>
by snfge
Wed Mar 08, 2017 12:58 am
Forum: Questions
Topic: Comple with laslib
Replies: 7
Views: 2330

Re: Comple with laslib

I change something ,so it can complied , but when I run CC, I can see the las in the support list, but it can open the file, the error is "the third-party library in charge of saving/loading the file has failed to perform the operation".
by snfge
Tue Mar 07, 2017 2:29 pm
Forum: Questions
Topic: Comple with laslib
Replies: 7
Views: 2330

Re: Comple with laslib

The folder have the files
by snfge
Tue Mar 07, 2017 2:28 pm
Forum: Questions
Topic: Comple with laslib
Replies: 7
Views: 2330

Comple with laslib

when I use cmake and with laslib, the error show, but if I not with laslib, there no error appear, why? Could not find the following static Boost libraries: boost_program_options boost_thread Some (but not all) of the required Boost libraries were found. You may need to install these additional Boos...
by snfge
Tue Mar 07, 2017 1:08 pm
Forum: Questions
Topic: las1.81 boost1.57
Replies: 3
Views: 1457

Re: las1.81 boost1.57

I always can't support the las, when I complie, many error happen, why?