#ifndef _AS_PS_VIEW #define _AS_PS_VIEW #ifndef _AS_LIBPS #include #define _AS_LIBPS #endif #ifndef _AS_PS_COORD #include "ps_coord.hpp" #endif class CView : public GsRVIEW2 { public: CView( ) ; void projection( const CCord& ) ; void reference( const CCord& ) ; void distance( int ) ; //void parent( _GsCOORDINATE2* pParent ) ; void parent( GsCOORDINATE2* pParent ) ; void twist( int ) ; bool set( ) ; }; #endif