00001 // This is oxl/mvl/ProjStructure.cxx 00002 #ifdef VCL_NEEDS_PRAGMA_INTERFACE 00003 #pragma implementation 00004 #endif 00005 00006 #include "ProjStructure.h" 00007 00008 #include <mvl/HomgPoint2D.h> 00009 00010 static HomgPoint2D x(0,0,0); 00011 00012 HomgPoint2D& ProjStructure::get_point_2d(int /*view*/, int /*c*/) 00013 { 00014 return x; 00015 } 00016 00017 int ProjStructure::get_point_match(int /*view*/, int /*c*/) 00018 { 00019 return -1; 00020 }