Skip to content

tobiasneumann/cc_qMapit_IO_plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudCompare plugin for mapit IO

This plugin enables CloudCompare to open a mapit repository. For this one must create a *.cc-mapit file within the mapit repo folder with the structre

--frame_id
<the frame id>
--workspace
<the workspace name>
--files
<file to be loaded #1>      # this must be contained in the filename in mapit
<file to be loaded #2>      # and can be read as .*<filename>.*
<file to be loaded #3>
<file to be loaded #4>

Install

  1. Clone this repo into CloudCompare at plugins/3rdParty/
  2. Activate this plugin in cmake, by enableing INSTALL_QMAPIT_IO_PLUGIN
  3. Compile and install CloudCompare

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.6%
  • CMake 4.4%