Go to the documentation of this file.00001
00002 #ifndef HomgMap2D_h_
00003 #define HomgMap2D_h_
00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE
00005 #pragma interface
00006 #endif
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 class HomgMap2D
00020 {
00021 public:
00022 virtual ~HomgMap2D() = 0;
00023
00024 virtual HomgPoint2D transform(const HomgPoint2D& p) = 0;
00025
00026 virtual HomgPoint2D inverse_transform(const HomgPoint2D& p) = 0;
00027 };
00028
00029 #endif // HomgMap2D_h_