| 
									
										
										
										
											2021-03-26 12:54:01 +08:00
										 |  |  | %class PinholeCameraCal3Bundler, see Doxygen page for details | 
					
						
							|  |  |  | %at https://gtsam.org/doxygen/ | 
					
						
							|  |  |  | % | 
					
						
							|  |  |  | classdef PinholeCameraCal3Bundler < handle | 
					
						
							|  |  |  |   properties | 
					
						
							|  |  |  |     ptr_gtsamPinholeCameraCal3Bundler = 0 | 
					
						
							|  |  |  |   end | 
					
						
							|  |  |  |   methods | 
					
						
							|  |  |  |     function obj = PinholeCameraCal3Bundler(varargin)
 | 
					
						
							|  |  |  |       if nargin == 2 && isa(varargin{1}, 'uint64') && varargin{1} == uint64(5139824614673773682) | 
					
						
							|  |  |  |         my_ptr = varargin{2}; | 
					
						
							| 
									
										
										
										
											2021-04-02 11:20:12 +08:00
										 |  |  |         special_cases_wrapper(5, my_ptr); | 
					
						
							| 
									
										
										
										
											2021-03-26 12:54:01 +08:00
										 |  |  |       else | 
					
						
							|  |  |  |         error('Arguments do not match any overload of gtsam.PinholeCameraCal3Bundler constructor'); | 
					
						
							|  |  |  |       end | 
					
						
							|  |  |  |       obj.ptr_gtsamPinholeCameraCal3Bundler = my_ptr; | 
					
						
							|  |  |  |     end | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     function delete(obj)
 | 
					
						
							| 
									
										
										
										
											2021-04-02 11:20:12 +08:00
										 |  |  |       special_cases_wrapper(6, obj.ptr_gtsamPinholeCameraCal3Bundler); | 
					
						
							| 
									
										
										
										
											2021-03-26 12:54:01 +08:00
										 |  |  |     end | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     function display(obj), obj.print(''); end | 
					
						
							|  |  |  |     %DISPLAY Calls print on the object | 
					
						
							|  |  |  |     function disp(obj), obj.display; end | 
					
						
							|  |  |  |     %DISP Calls print on the object | 
					
						
							|  |  |  |   end | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   methods(Static = true) | 
					
						
							|  |  |  |   end | 
					
						
							|  |  |  | end |