Paolo Cignoni cignoni
91128ad8e4
Poisson 6.12 Merging:
...
- Re-added my reordering of classes. clang need it...
2014-10-22 06:08:04 +00:00
Paolo Cignoni cignoni
1824e0bdf0
Poisson 6.12 Merging:
...
- Major changes to the octree class. It is no more templated on the degree of the bspline, that is always 2.
- Added a reset (great!)
- Merged my changes to the setTree class.
2014-10-22 05:50:27 +00:00
Paolo Cignoni cignoni
1277e54e30
Poisson 6.12 Merging:
...
- Minor changes to the memoryinfo class in the Linux code
2014-10-22 05:43:47 +00:00
Paolo Cignoni cignoni
3caf488d79
Poisson 6.12 Merging:
...
- Renaming Allocator into NodeAllocator (I wanted to do this!)
- Lost my reordering of classes. Let's hope it is no more needed
2014-10-22 05:40:24 +00:00
Paolo Cignoni cignoni
f22bdaf085
Poisson 6.12 Merging:
...
- One of my this-> has been changed into a base class reference (to be checked...)
2014-10-22 05:28:12 +00:00
Paolo Cignoni cignoni
518d788491
Poisson 6.12 Merging:
...
- No apparent changes here just white spaces
2014-10-22 05:26:03 +00:00
Paolo Cignoni cignoni
e216bffac8
Poisson 6.12 Merging:
...
- Merged my changes (Added MemoryPointStream class) with the 6.12 code changes
2014-10-22 05:25:06 +00:00
Paolo Cignoni cignoni
78bd502c5b
Poisson 6.12 Merging:
...
- Merged my changes to the Vector classes (commented Assert redefinition) with the 6.12 code changes
2014-10-22 05:22:33 +00:00
Paolo Cignoni cignoni
4099d7355f
Poisson 6.12 Merging:
...
- Merged my changes to the SparseMatrix classes (reverted increment operator) with the 6.12 code changes (removal of unused stuff mostly)
2014-10-22 05:20:53 +00:00
Paolo Cignoni cignoni
bae2d88d01
Poisson 6.12 Merging:
...
- Minor Improvements Geometry writing code
2014-10-22 05:16:58 +00:00
Paolo Cignoni cignoni
07cbb405ba
Poisson 6.12 Merging:
...
- Minor Improvements to the Plyclass (const stuff...)
2014-10-22 05:01:37 +00:00
Paolo Cignoni cignoni
5f3e4a0422
Poisson Changes:
...
- reversed another <variable>++ into ++<variable> to avoid a clang compilation error...
2014-10-21 21:42:33 +00:00
Paolo Cignoni cignoni
5f81f6e1c2
Poisson Changes:
...
- Added missing includes, some this->
- reversed a few <variable>++ into ++<variable> to avoid a clang compilation error...
2014-10-21 18:08:39 +00:00
Paolo Cignoni cignoni
3d0a520c0a
Poisson Changes:
...
- Added some preproc guards for easier openmp compilation. Modified setTree call according to the new signature.
2014-10-21 18:06:27 +00:00
Paolo Cignoni cignoni
832b5c9ef0
Poisson Changes:
...
- Changed the signature of the setTree method; added a pointstream pointer to allow the direct set of the tree from memory.
2014-10-21 18:03:20 +00:00
Paolo Cignoni cignoni
09bd4c1782
Poisson Changes:
...
- added in GetFileExtension a check if(fileName==NULL) return NULL;
2014-10-21 17:13:26 +00:00
Paolo Cignoni cignoni
637568a9f5
Poisson Changes:
...
- Added a missing 'this->'
2014-10-21 17:07:40 +00:00
Paolo Cignoni cignoni
2cd89645b1
Poisson Changes:
...
- Removed a useless Assert re-define
2014-10-21 17:07:04 +00:00
Paolo Cignoni cignoni
cdba9417ed
Poisson Changes:
...
- Added a Class MemoryPointStream for using setTree methods without relying on the filesystem
2014-10-21 17:05:20 +00:00
Paolo Cignoni cignoni
3a21cb49bc
Poisson Changes:
...
- Reordered Class declaration;
- Added a this->
2014-10-21 17:03:52 +00:00
Paolo Cignoni cignoni
80c36f3331
Original version of the Misha code (version 6.11)
2014-10-21 16:59:55 +00:00
Paolo Cignoni cignoni
8624a445a9
Original version of the Misha code (version 6.11)
2014-10-21 16:59:12 +00:00
Paolo Cignoni cignoni
7e3a06a2e3
Original version of the Misha code (version 6.11)
2014-10-21 16:58:51 +00:00
Paolo Cignoni cignoni
a7c1787fb9
Original version of the Misha code (version 6.11)
2014-10-21 16:57:55 +00:00
Paolo Cignoni cignoni
e4d15a4966
Original version of the Misha code (version 6.11)
2014-10-21 16:56:40 +00:00
Paolo Cignoni cignoni
addbbb0b14
First version of the screened poisson surface reconstruction filter
2014-10-21 16:55:08 +00:00
Guido Ranzuglia granzuglia
b892067d49
edit_referencing:
...
- added support for mesh with double precision attributes
- removed some warnings
2014-08-21 16:34:50 +00:00
Guido Ranzuglia granzuglia
40149896c1
- removed subtle compile time error
2014-03-28 09:59:16 +00:00
Guido Ranzuglia granzuglia
ac01431d50
- a minimum size has been given to all the buttons
2014-03-28 09:56:33 +00:00
Massimiliano Corsini maxcorsini
2c3a29a96c
server check added - model upload and processing request are still missing
2014-03-11 12:29:33 +00:00
Massimiliano Corsini maxcorsini
2f2de973ad
2014-03-05 17:08:09 +00:00
Luigi Malomo malomo
f1d2fca0f3
refactored the code to use the vcg function.
2014-02-21 14:46:46 +00:00
Marco Callieri mcallieri
6f98a3d8bc
first draft of a configurable ascii point list importer (txt) for pointclouds. The user may chose how many lines to skip, the separator and the format of point description (among some predefined arrangements)
2014-02-11 15:27:37 +00:00
Marco Callieri mcallieri
067fdc4ddc
edit_referencing ready for testing
2014-02-10 16:47:31 +00:00
Marco Callieri mcallieri
4b0506a61f
more work on the edit_referecing plugin. Almost ready for use
2014-02-06 16:53:58 +00:00
Massimiliano Corsini maxcorsini
66e9286f2e
filter interface completed
2014-02-06 13:27:36 +00:00
Massimiliano Corsini maxcorsini
564cba62aa
2014-02-06 09:56:14 +00:00
Massimiliano Corsini maxcorsini
e37e55ee05
2014-02-06 09:48:40 +00:00
Massimiliano Corsini maxcorsini
0542e75b59
2014-02-06 09:29:06 +00:00
Marco Callieri mcallieri
c21ae9ec82
edit_referencing - first working draft - still lot to do
2014-01-17 18:15:36 +00:00
Marco Callieri mcallieri
7f125fe84a
edit_referencing plugin - first working draft - still lot of work to do
2014-01-17 18:14:57 +00:00
Marco Callieri mcallieri
c2c9ddf467
changes in the experimental plugin for scene referencing, still very far from working
2013-12-22 11:34:15 +00:00
Marco Callieri mcallieri
a921ddecd5
new experimental plugin (very first draft): icon and cursor for the referencing plugin (placeholders)
2013-12-18 11:07:07 +00:00
Marco Callieri mcallieri
674ad31261
new experimental filter (very first draft): define roto-translation and scale for layer(s) using reference points
2013-12-18 10:52:18 +00:00
Luigi Malomo malomo
1ef6ac96cd
the filter now works also on mesh not closed.
2013-09-10 13:28:07 +00:00
Luigi Malomo malomo
cb0ff4f152
added colorize option to harmonic field filter
2013-09-03 18:00:09 +00:00
Luigi Malomo malomo
c5444e44bd
Working harmonic field filter (still experimental)
2013-09-03 17:27:36 +00:00
Luigi Malomo malomo
185183bd5d
Added skeleton for harmonic field filter.
2013-08-30 00:42:59 +00:00
Paolo Cignoni cignoni
692e25fef5
- removed plugin due to external dependencies
2013-06-28 14:52:18 +00:00
Paolo Cignoni cignoni
c18de91a72
- adding a point cloud mesh reconstruction filter based on http://www.cg.tuwien.ac.at/research/publications/2013/ohrhallinger_stefan-2013-smi/
2013-06-27 13:59:07 +00:00