| 
									
										
										
										
											2021-03-14 01:01:28 +08:00
										 |  |  | %class MultipleTemplatesIntFloat, see Doxygen page for details | 
					
						
							|  |  |  | %at https://gtsam.org/doxygen/ | 
					
						
							|  |  |  | % | 
					
						
							|  |  |  | classdef MultipleTemplatesIntFloat < handle | 
					
						
							|  |  |  |   properties | 
					
						
							|  |  |  |     ptr_MultipleTemplatesIntFloat = 0 | 
					
						
							|  |  |  |   end | 
					
						
							|  |  |  |   methods | 
					
						
							|  |  |  |     function obj = MultipleTemplatesIntFloat(varargin)
 | 
					
						
							|  |  |  |       if nargin == 2 && isa(varargin{1}, 'uint64') && varargin{1} == uint64(5139824614673773682) | 
					
						
							|  |  |  |         my_ptr = varargin{2}; | 
					
						
							| 
									
										
										
										
											2022-10-29 05:56:52 +08:00
										 |  |  |         class_wrapper(61, my_ptr); | 
					
						
							| 
									
										
										
										
											2021-03-14 01:01:28 +08:00
										 |  |  |       else | 
					
						
							|  |  |  |         error('Arguments do not match any overload of MultipleTemplatesIntFloat constructor'); | 
					
						
							|  |  |  |       end | 
					
						
							|  |  |  |       obj.ptr_MultipleTemplatesIntFloat = my_ptr; | 
					
						
							|  |  |  |     end | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     function delete(obj)
 | 
					
						
							| 
									
										
										
										
											2022-10-29 05:56:52 +08:00
										 |  |  |       class_wrapper(62, obj.ptr_MultipleTemplatesIntFloat); | 
					
						
							| 
									
										
										
										
											2021-03-14 01:01:28 +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 |