How to include Astrog header files

There are two ways you can include the Astrog library in your code. You may either include the entire library or just the specific part you are using.

To include the entire library, use the following:

 #include <libastrog.h> 

To only use a specific pipeline, or any other object of the library, you can include its specific header file:

 #include <libastrog_p_helloworld.h> 

Generated on Mon Mar 26 11:01:02 2007 for Astrog by doxygen 1.4.6 and hosted by SourceForge.net Logo