casa  $Rev:20696$
componentlist_private.h
Go to the documentation of this file.
00001 // Private members and functions
00002 //
00003 casa::LogIO         *itsLog;
00004 casa::ComponentList *itsList;
00005 casa::ComponentList *itsBin;
00006 
00007 casa::Vector<casa::Int> checkIndices(int which,
00008                                      const casa::String& function,
00009                                      const casa::String& message) const;
00010 
00011 casa::Vector<casa::Int> checkIndices(const vector<int>& which,
00012                                      const casa::String& function,
00013                                      const casa::String& message) const;
00014 
00015 int checkIndex(int which, const casa::String& function) const;
00016 
00017 int checkFluxPol(const casa::String &polString);
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines