.. |
@Point2
|
Constructors now check argument types to allow multiple constructors in MATLAB with the same number of arguments
|
2012-01-10 05:06:46 +00:00 |
@Point3
|
Constructors now check argument types to allow multiple constructors in MATLAB with the same number of arguments
|
2012-01-10 05:06:46 +00:00 |
@Test
|
Constructors now check argument types to allow multiple constructors in MATLAB with the same number of arguments
|
2012-01-10 05:06:46 +00:00 |
Makefile
|
Fixed ambiguity issues with returning non-ptr classes, added new copies of functions to gtsam.h and depreciated old ones
|
2011-12-07 03:05:37 +00:00 |
Point3_StaticFunctionRet.cpp
|
Changed namespace mechanism in wrap to "using namespace gtsam;" inside gtsam.h
|
2011-12-09 20:29:47 +00:00 |
Point3_StaticFunctionRet.m
|
wrap: fixed errors in static function matlab codegen, added mechanism to allow for returning classes without shared_ptr
|
2011-12-07 03:05:30 +00:00 |
Point3_staticFunction.cpp
|
Changed namespace mechanism in wrap to "using namespace gtsam;" inside gtsam.h
|
2011-12-09 20:29:47 +00:00 |
Point3_staticFunction.m
|
wrap: fixed errors in static function matlab codegen, added mechanism to allow for returning classes without shared_ptr
|
2011-12-07 03:05:30 +00:00 |
make_geometry.m
|
Fixed ambiguity issues with returning non-ptr classes, added new copies of functions to gtsam.h and depreciated old ones
|
2011-12-07 03:05:37 +00:00 |
new_Point2_.cpp
|
Changed namespace mechanism in wrap to "using namespace gtsam;" inside gtsam.h
|
2011-12-09 20:29:47 +00:00 |
new_Point2_.m
|
wrap: fixed errors in static function matlab codegen, added mechanism to allow for returning classes without shared_ptr
|
2011-12-07 03:05:30 +00:00 |
new_Point2_dd.cpp
|
Changed namespace mechanism in wrap to "using namespace gtsam;" inside gtsam.h
|
2011-12-09 20:29:47 +00:00 |
new_Point2_dd.m
|
wrap: fixed errors in static function matlab codegen, added mechanism to allow for returning classes without shared_ptr
|
2011-12-07 03:05:30 +00:00 |
new_Point3_ddd.cpp
|
Changed namespace mechanism in wrap to "using namespace gtsam;" inside gtsam.h
|
2011-12-09 20:29:47 +00:00 |
new_Point3_ddd.m
|
wrap: fixed errors in static function matlab codegen, added mechanism to allow for returning classes without shared_ptr
|
2011-12-07 03:05:30 +00:00 |
new_Test_.cpp
|
Changed namespace mechanism in wrap to "using namespace gtsam;" inside gtsam.h
|
2011-12-09 20:29:47 +00:00 |
new_Test_.m
|
wrap: fixed errors in static function matlab codegen, added mechanism to allow for returning classes without shared_ptr
|
2011-12-07 03:05:30 +00:00 |
new_Test_b.cpp
|
Added static function parsing to wrap, included Expmap/Logmap in geometric objects. Static functions appear to still crash matlab, however.
|
2011-12-02 02:32:18 +00:00 |
new_Test_b.m
|
Added static function parsing to wrap, included Expmap/Logmap in geometric objects. Static functions appear to still crash matlab, however.
|
2011-12-02 02:32:18 +00:00 |
new_Test_dM.cpp
|
Changed namespace mechanism in wrap to "using namespace gtsam;" inside gtsam.h
|
2011-12-09 20:29:47 +00:00 |