Creating a Frame

Creating a FrameFrame is straightforward and follows the usual pattern:

#include "ast.h"
astFrame *frame;

...

frame = astFrame( 2, "" );

The first argument of the astFrameastFrame constructor function specifies the number of axes which the Frame should have.