PeakOriented2D01.hGo to the documentation of this file.00001 // 00002 // 00004 00005 #if !defined PEAKORIENTED2D01_H 00006 #define PEAKORIENTED2D01_H 00007 00008 #include "PlasticHardening2D.h" 00009 00010 class PeakOriented2D01 : public PlasticHardening2D 00011 { 00012 public: 00013 PeakOriented2D01(int tag, double min_iso_factor, 00014 PlasticHardeningMaterial &kpx, 00015 PlasticHardeningMaterial &kpy ); 00016 virtual ~PeakOriented2D01(); 00017 00018 virtual void Print(OPS_Stream &s, int flag =0); 00019 virtual YS_Evolution *getCopy(void); 00020 00021 private: 00022 00023 }; 00024 00025 #endif |