207 Commits (cf4e9e5ce2d0a709eb7fd8b84fd70bf44a25bb8c)

Author SHA1 Message Date
ozantonkal d3dee3a2fe explicit casting among widgets, removed implicit casting 12 years ago
Anatoly Baksheev e4c3416f58 experimental widget casting functionality 12 years ago
Anatoly Baksheev 509a93c7ce minor naming 12 years ago
ozantonkal 200b254bad rearrange widget constructors 12 years ago
ozantonkal 10d955f18b widget2d setcolor implementation 12 years ago
ozantonkal 318b1c00a9 implement assignment operator and copy constructor for all widgets existing 12 years ago
ozantonkal 195d60f4f8 fix widget delete bug 12 years ago
ozantonkal d324c03b6a initial redesigning widgets 12 years ago
ozantonkal b50d777985 cloudwidget private implementation for duplicate code, add cv_assert(exists), fix bug point_step bug in CloudNormalsWidget 12 years ago
ozantonkal 658e4c5e97 set/get/updateWidgetPose implemented, cloudNormals with color 12 years ago
ozantonkal e76023be96 cloud normals widget implementation 12 years ago
ozantonkal 6e5ae98582 initial cloud widget implementation, fix safedowncasts 12 years ago
ozantonkal d394e233bb cube widget wireframe 12 years ago
ozantonkal 653eda45f8 text widget implementation 12 years ago
ozantonkal c4f4727ee5 showWidget takes Affine3f as argument 12 years ago
ozantonkal eafcdc004d plane widget size 12 years ago
ozantonkal 030400d50f circle widget thickness property 12 years ago
ozantonkal 4c3d1d583a remove ModelCoefficients, remove showShape methods from viz3d 12 years ago
ozantonkal 5bb95c4110 remove widget implementation 12 years ago
ozantonkal ecdd8513fd coordinate system widget implementation, update pose fix 12 years ago
ozantonkal 03cc439b08 cube widget implementation 12 years ago
ozantonkal f07486b563 cylinder widget implementation 12 years ago
ozantonkal f97c3c8b06 circle widget and arrow widget implementation 12 years ago
ozantonkal d80a965f97 sphere widget implementation 12 years ago
ozantonkal 3d3e3fd470 plane widget implementation 12 years ago
ozantonkal ba89a6a34a line widget set/get line width 12 years ago
ozantonkal 158ed299c1 reference counting in widget 12 years ago
Anatoly Baksheev 141cfd562c widget_accessor.hpp - minimize dependencies 12 years ago
Anatoly Baksheev efa7f09048 slight refactoring of widget system code 12 years ago
ozantonkal daa2a205a4 remove redundant methods, implement assignment operator for widget 12 years ago
ozantonkal c8d2b5ff44 fix vtkActor to vtkLODActor, initial implementation LineWidget, showWidget 12 years ago
ozantonkal 54c7dfab83 initial base widget implementation 12 years ago
Anatoly Baksheev e0b7e63787 getShapePose/setShapePose simplification 12 years ago
ozantonkal 4a19ff3a7c createArrow and showArrow implementation without label 12 years ago
ozantonkal c4a07b7531 createSphere and showSphere implementations 12 years ago
ozantonkal 17bdc29d5b setShapePose and getShapePose implementations 12 years ago
ozantonkal fd6eeac6aa showCylinder and showCircle implementations 12 years ago
ozantonkal 98edabd42c showCylinder implementation 12 years ago
ozantonkal 55683e7b3b showCube implementation 12 years ago
ozantonkal 93fe2f6e4d showPlane with color 12 years ago
ozantonkal f94c2414e6 showPlane implementation 12 years ago
ozantonkal 26a6823207 showLine implementation 12 years ago
Anatoly Baksheev c65d888875 little refactoring 12 years ago
ozantonkal 46cf22cdff showPointCloud with single color 12 years ago
Anatoly Baksheev 1b51ee385b refactored showPointCloud to for shorter code. Implemented NanFilter::copy<T>() function 12 years ago
Anatoly Baksheev 1ae5918fa8 refactoring of copy_non_nans 12 years ago
ozantonkal abdc022b20 implemented copy_non_nans, isnan 12 years ago
ozantonkal c4fe98977a implementation of * operator for Affine3f and point3d, initial implementation of isNaN 12 years ago
Anatoly Baksheev c622ebf890 implemented wasStopped flag 12 years ago
ozantonkal e58b0b3507 removed cv keywords and redundant lines from showPointCloud 12 years ago