00001 00005 class FieldInformation 00006 00007 { 00008 public: 00009 00010 String type; 00011 String name; 00012 real t; 00013 int f; 00014 int comp; 00015 int maxcomp; 00016 00017 00018 00019 00020 00021 String output_filename; 00022 00023 FieldInformation (); 00024 }; 00025 00026