2012-02-07 03:45:40 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								// automatically generated by wrap
							 | 
						
					
						
							
								
									
										
										
										
											2011-12-09 04:51:13 +08:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								#include <wrap/matlab.h>
							 | 
						
					
						
							
								
									
										
										
										
											2011-12-16 03:39:14 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								#include <path/to/ns1.h>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								#include <path/to/ns1/ClassB.h>
							 | 
						
					
						
							
								
									
										
										
										
											2011-12-09 04:51:13 +08:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								{
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								  checkArguments("new_ns1ClassB_",nargout,nargin,0);
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								  ns1::ClassB* self = new ns1::ClassB();
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								  out[0] = wrap_constructed(self,"ns1ClassB");
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								}
							 |