#ifndef MANUALVIEWPERPPLANECONTOUR_H_ #define MANUALVIEWPERPPLANECONTOUR_H_ #include "manualViewPerpPlaneContour.h" #include "manualViewContour.h" class manualViewPerpPlaneContour : public manualViewContour { public: manualViewPerpPlaneContour(); ~manualViewPerpPlaneContour(); virtual manualViewPerpPlaneContour * Clone(); void CopyAttributesTo( manualViewPerpPlaneContour *cloneObject ); virtual void UpdateViewPoint(int id); virtual void RefreshContour(); virtual void TransfromCoordViewWorld( double &X,double &Y,double &Z,int type ); virtual bool ifTouchContour( int x, int y, int z); protected: private: void FilterCordinateXYZ (double &x, double &y, double &z); }; #endif /*MANUALVIEWPERPPLANECONTOUR_H_*/