![]() |
|
|||
File indexing completed on 2025-04-19 09:09:45
0001 #ifndef AMEGIC_Amplitude_Prop_Generator_H 0002 #define AMEGIC_Amplitude_Prop_Generator_H 0003 0004 #include "AMEGIC++/Amplitude/Zfunc.H" 0005 0006 namespace AMEGIC { 0007 class Point; 0008 0009 class Prop_Generator { 0010 Pfunc_List plist; 0011 public: 0012 Prop_Generator() {} 0013 void Convert(Point*); 0014 void Fill(); 0015 void Kill(Zfunc_List&); 0016 void Get(Pfunc_List& _plist); 0017 }; 0018 } 0019 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |