Search found 3 matches

by the_grateful_dawg
Wed Jul 22, 2015 4:15 am
Forum: Plugins
Topic: Cloud2CloudDistance and Cloud2MeshDistance: empty scalar field
Replies: 5
Views: 12852

Re: Cloud2CloudDistance and Cloud2MeshDistance: empty scalar field

Hi,

here is the full code (which is just the dummy plugin with a modified doAction()):

//Default constructor: should mainly be used to initialize
//actions (pointers) and other members
qCloudToCloud::qCloudToCloud(QObject* parent/*=0*/)
: QObject(parent)
, m_action(0)
{
}

//This method should ...
by the_grateful_dawg
Tue Jul 21, 2015 3:11 pm
Forum: Plugins
Topic: Cloud2CloudDistance and Cloud2MeshDistance: empty scalar field
Replies: 5
Views: 12852

Re: Cloud2CloudDistance and Cloud2MeshDistance: empty scalar field

Hi Daniel,

thanks for the reply. I have played with the command line conversion tool a bit, but I am looking to develop more extensive plugins down the road, and this is my means of learning the CC API and C++. I am going to attach the code for the cloud2cloud distance computation doAction() method ...
by the_grateful_dawg
Sun Jul 19, 2015 10:28 pm
Forum: Plugins
Topic: Cloud2CloudDistance and Cloud2MeshDistance: empty scalar field
Replies: 5
Views: 12852

Cloud2CloudDistance and Cloud2MeshDistance: empty scalar field

Good day,

I am trying to learn how to create Cloud Compare plugins. Currently, I have written simple plug-ins that make use of the computeCloud2CloudDistance(...) and computeCloud2MeshDistance(...) functions from the DistanceComputationTools class. When they execute, the functions return 0, and a ...