22 lines
290 B
C++
22 lines
290 B
C++
|
/*
|
||
|
* UrbanFactor.cpp
|
||
|
*
|
||
|
* Created on: Dec 17, 2009
|
||
|
* Author: Frank Dellaert
|
||
|
*/
|
||
|
|
||
|
#include "UrbanFactor.h"
|
||
|
|
||
|
namespace gtsam {
|
||
|
|
||
|
UrbanFactor::UrbanFactor() {
|
||
|
// TODO Auto-generated constructor stub
|
||
|
|
||
|
}
|
||
|
|
||
|
UrbanFactor::~UrbanFactor() {
|
||
|
// TODO Auto-generated destructor stub
|
||
|
}
|
||
|
|
||
|
}
|