Nico Pietroni
|
b06ff095a1
|
corrected some minor warning
|
2014-08-01 00:25:26 +00:00 |
Nico Pietroni
|
48bca62885
|
corrected some minor warning
|
2014-08-01 00:24:55 +00:00 |
Nico Pietroni
|
2134c8f064
|
corrected some minor warning
|
2014-08-01 00:24:21 +00:00 |
Nico Pietroni
|
08839e1f4c
|
corrected some minor warning
|
2014-08-01 00:24:08 +00:00 |
Nico Pietroni
|
3dfce75a37
|
|
2014-08-01 00:18:43 +00:00 |
Nico Pietroni
|
46cdf95e0d
|
reformulated the whole test application with grid_static ptr and formulated new tests
|
2014-08-01 00:18:13 +00:00 |
Nico Pietroni
|
3c6625d060
|
added DoRay and Closest Point queries
|
2014-08-01 00:17:06 +00:00 |
Nico Pietroni
|
8909e9205a
|
removed one commented line
|
2014-08-01 00:16:23 +00:00 |
Nico Pietroni
|
2c2b5b1319
|
added constructor with center and radius
|
2014-08-01 00:15:51 +00:00 |
Nico Pietroni
|
433d070691
|
added RayBoxIntersection function and RaySegmentIntersectionFunctor
|
2014-08-01 00:15:14 +00:00 |
Nico Pietroni
|
565308c80d
|
corrected one bug in closest point
|
2014-08-01 00:14:25 +00:00 |
Nico Pietroni
|
cd83a42ea6
|
added PointSegment2DEPFunctor
|
2014-08-01 00:13:25 +00:00 |
Nico Pietroni
|
6902670e48
|
indented and remove include of triangle3
|
2014-08-01 00:12:49 +00:00 |
Luigi Malomo
|
2e5ac741a8
|
added closest face function which returns also barycentric coordinates and the interpolated normal for the closest point.
fixed Inside class for checking if a point is inside a mesh
minor fixes
|
2014-07-26 14:44:59 +00:00 |
Nico Pietroni
|
2a389bd83d
|
commented assert line 198 that works only for quadrilateral meshes
|
2014-07-26 08:41:21 +00:00 |
Paolo Cignoni
|
4547c0ee01
|
Fixed "rad" bug in RotationMatrix
|
2014-07-17 17:45:47 +00:00 |
Paolo Cignoni
|
7b226f290c
|
corrected a few overloading error in the execute flipping members
|
2014-07-13 06:23:46 +00:00 |
Paolo Cignoni
|
8f35e48f43
|
harmless clang warning (size_t vs int)
|
2014-07-12 21:29:24 +00:00 |
Paolo Cignoni
|
76b91b9957
|
added import in the importdata members to support of different types of curvature (float/double)
|
2014-07-12 21:09:27 +00:00 |
Paolo Cignoni
|
88a648822a
|
a forgotten int to size_t conversion in append/remap
|
2014-07-12 21:08:15 +00:00 |
Paolo Cignoni
|
d879f84302
|
Converted the remap structure of the append class to keep indexes as size_t element instead of int
|
2014-07-12 11:43:01 +00:00 |
Paolo Cignoni
|
4cb1fbaaf8
|
Raised the upper limit of the template derivation chain for face
|
2014-07-12 10:52:59 +00:00 |
Paolo Cignoni
|
ac49d75519
|
Corrected a typename override again on CurVecType vs VecType
|
2014-07-12 05:51:54 +00:00 |
Paolo Cignoni
|
280a9e606b
|
Updates pointcloud normal and smooth to the thread safe changes to the kdtree.
|
2014-07-12 05:50:32 +00:00 |
Paolo Cignoni
|
c2f98a8595
|
Added missing standard vcg header comment
|
2014-07-12 05:49:07 +00:00 |
Paolo Cignoni
|
d520fe2f0e
|
Corrected small clang typename issues
|
2014-07-11 13:00:44 +00:00 |
Gianpaolo Palma
|
28e1d4e21a
|
Update after refactoring of the KdTree class.
|
2014-07-11 12:28:52 +00:00 |
Gianpaolo Palma
|
86cab645cf
|
Added application to test the different indexing structure for the nearest neighbor search on the vertices of the mesh (radius search, knn nearest, closest point).
|
2014-07-11 12:20:40 +00:00 |
Gianpaolo Palma
|
31fb567321
|
Thread-safe refactoring of the class KdTree.
Removed methods:
void setMaxNofNeighbors(unsigned int k);
inline int getNofFoundNeighbors(void);
inline const VectorType& getNeighbor(int i);
inline unsigned int getNeighborId(int i);
inline float getNeighborSquaredDistance(int i);
Added methods:
void doQueryDist(const VectorType& queryPoint, float dist, std::vector<unsigned int>& points, std::vector<Scalar>& sqrareDists);
void doQueryClosest(const VectorType& queryPoint, unsigned int& index, Scalar& dist);
Changed methods:
void doQueryK(const VectorType& queryPoint, int k, PriorityQueue& mNeighborQueue);
|
2014-07-11 11:52:52 +00:00 |
Gianpaolo Palma
|
0491ceedeb
|
Added method "sort(bool)" to sort the element of the queue in ascending or descending order
|
2014-07-11 11:35:15 +00:00 |
Paolo Cignoni
|
65336cfe7b
|
Trying to solve int / size_t issues. Added a error guard to avoid inclusion of append.
|
2014-07-07 10:09:25 +00:00 |
granzuglia
|
30a9c6c2fb
|
- a lot of int variables converted into size_t ones
- vectors contained inside Remap class converted from std::vector<int> into std::vector<size_t>
|
2014-07-07 07:09:07 +00:00 |
granzuglia
|
991aa707d9
|
- added int cast in order to avoid annoying warnings
|
2014-07-07 06:58:08 +00:00 |
Nico Pietroni
|
bc45cfeef4
|
corrected 1 compilation issue with mesh passed as const
|
2014-07-05 14:20:00 +00:00 |
Nico Pietroni
|
c74af00fdf
|
minor modification
|
2014-07-04 13:29:24 +00:00 |
Paolo Cignoni
|
a743e93a70
|
Reasonable but harmless clang warning cleanup
|
2014-07-03 21:28:40 +00:00 |
Paolo Cignoni
|
afc802107a
|
Made uniform the use of size_t instead of int in the vast majority of the allocate.h functions
|
2014-07-03 20:57:26 +00:00 |
Nico Pietroni
|
6b106d97fb
|
first release version
|
2014-07-03 15:52:26 +00:00 |
Nico Pietroni
|
44f41b7c4c
|
first release version
|
2014-07-03 15:52:05 +00:00 |
Nico Pietroni
|
ea8856c468
|
corrected one compilation bug
|
2014-07-03 15:40:11 +00:00 |
Nico Pietroni
|
8b0db14e84
|
reformatted and erased some commented code
|
2014-07-03 15:39:36 +00:00 |
Nico Pietroni
|
c3daffa826
|
added instruction to skip an extra line in the ffield file
|
2014-07-02 15:02:57 +00:00 |
Paolo Cignoni
|
2c0fa9a323
|
Improved float/double consistency removing some wrong Point3f and substitued with MeshType::CoordType
|
2014-07-01 10:13:18 +00:00 |
Paolo Cignoni
|
15d9307584
|
Improved float/double consistency removing some wrong Point3f and substitued with MeshType::CoordType
|
2014-07-01 10:12:49 +00:00 |
Paolo Cignoni
|
c1d6d4e9bd
|
Improved float/double consistency removing some wrong Point3f and substitued with MeshType::CoordType.
Removed also the use of an additional mesh type called spheremesh to create sphere (the method require ff adj).
|
2014-07-01 10:11:23 +00:00 |
Paolo Cignoni
|
5e910a0058
|
Improved float/double consistency removing some wrong Point3f and substitued with MeshType::CoordType
|
2014-07-01 10:08:30 +00:00 |
Paolo Cignoni
|
cf856d0a6b
|
Reasonable but harmless clang warning cleanup
|
2014-07-01 10:08:00 +00:00 |
Paolo Cignoni
|
073e07a309
|
Reasonable but harmless clang warning cleanup
|
2014-07-01 10:07:36 +00:00 |
Paolo Cignoni
|
aa63261fae
|
Improved float/double when reading ascii formats (read in double and then convert to the needed type)
|
2014-07-01 09:46:46 +00:00 |
Paolo Cignoni
|
d127123513
|
Reasonable but harmless clang warning cleanup
|
2014-07-01 07:21:34 +00:00 |