Template population now functional

This commit is contained in:
Hilton Bristow
2013-03-18 12:37:42 +10:00
committed by hbristow
parent 827b4f93e4
commit 66c40bee6f
29 changed files with 96 additions and 3319 deletions

View File

@@ -1,11 +1,11 @@
/*
* file: {{class.name}}Bridge.cpp
* author: A trusty code generator
* date: {{time.strftime("%a, %d %b %Y %H:%M:%S", time.gmtime())}}
* date: {{time.strftime("%a, %d %b %Y %H:%M:%S", time.localtime())}}
*
* This file was autogenerated, do not modify.
* See LICENCE for full modification and redistribution details.
* Copyright {{time.strftime("%Y", time.gmtime())}} The OpenCV Foundation
* Copyright {{time.strftime("%Y", time.localtime())}} The OpenCV Foundation
*/
#include "mex.h"
#include "bridge.hpp"