00001 #ifndef _HMatrix1DComputeDesign_h_ 00002 #define _HMatrix1DComputeDesign_h_ 00003 00004 #include <vgl/vgl_fwd.h> 00005 #include "HMatrix1DCompute.h" 00006 00007 class HMatrix1DComputeDesign : public HMatrix1DCompute 00008 { 00009 protected: 00010 bool compute_cool_homg(const vcl_vector<vgl_homg_point_1d<double> >&, 00011 const vcl_vector<vgl_homg_point_1d<double> >&, 00012 HMatrix1D *); 00013 public: 00014 HMatrix1DComputeDesign(void); 00015 ~HMatrix1DComputeDesign(); 00016 }; 00017 00018 #endif // _HMatrix1DComputeDesign_h_