| 
									
										
										
										
											2014-05-07 10:05:59 +08:00
										 |  |  | /* ----------------------------------------------------------------------------
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |  * GTSAM Copyright 2010, Georgia Tech Research Corporation, | 
					
						
							|  |  |  |  * Atlanta, Georgia 30332-0415 | 
					
						
							|  |  |  |  * All Rights Reserved | 
					
						
							|  |  |  |  * Authors: Frank Dellaert, et al. (see THANKS for the full author list) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |  * See LICENSE for the license information | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |  * -------------------------------------------------------------------------- */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /**
 | 
					
						
							|  |  |  |  * @file     example.h | 
					
						
							|  |  |  |  * @brief    Example wrapper interface file | 
					
						
							|  |  |  |  * @author   Richard Roberts | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // This is an interface file for automatic MATLAB wrapper generation.  See
 | 
					
						
							|  |  |  | // gtsam.h for full documentation and more examples.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-05-18 06:30:19 +08:00
										 |  |  | #include <example/PrintExamples.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-05-07 10:05:59 +08:00
										 |  |  | namespace example { | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class PrintExamples { | 
					
						
							| 
									
										
										
										
											2019-05-18 06:30:19 +08:00
										 |  |  |     PrintExamples(); | 
					
						
							|  |  |  |     void sayHello() const; | 
					
						
							|  |  |  |     void sayGoodbye() const; | 
					
						
							| 
									
										
										
										
											2014-05-07 10:05:59 +08:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | } |