00001 #ifndef Pv_Matrix_Tr_Included 00002 #define Pv_Matrix_Tr_Included 00003 00004 #include "pv_point.h" 00005 #include "pv_matrix.h" 00006 00007 /*declarations*/ 00008 00009 class Pv_Matrix_Tr:public Pv_Matrix{ 00010 public: 00011 /*constructors*/ 00012 Pv_Matrix_Tr(double x,double y,double z); 00013 Pv_Matrix_Tr(Pv_Point); 00014 00015 /*destructor*/ 00016 00017 /*reset*/ 00018 00019 /*equals*/ 00020 00021 /*set*/ 00022 00023 /*get*/ 00024 00025 /*display*/ 00026 00027 /*operators*/; 00028 00029 /*friends*/ 00030 00031 /*miscellaneous*/ 00032 00033 }; 00034 00035 /*string operator*/ 00036 00037 /*other operators*/ 00038 00039 #endif
1.2.18