Location output

Name

Location output -- 

Synopsis


#include <gfs.h>


#define     GFS_OUTPUT_LOCATION             (obj)
#define     GFS_IS_OUTPUT_LOCATION          (obj)

struct      GfsOutputLocation;

GfsOutputClass* gfs_output_location_class   (void);

Description

Details

GFS_OUTPUT_LOCATION()

#define     GFS_OUTPUT_LOCATION(obj)

obj : 


GFS_IS_OUTPUT_LOCATION()

#define     GFS_IS_OUTPUT_LOCATION(obj)

obj : 


struct GfsOutputLocation

struct GfsOutputLocation {
  /*< private >*/
  GfsOutput parent;

  /*< public >*/
  FttVector p;
};


gfs_output_location_class ()

GfsOutputClass* gfs_output_location_class   (void);

Returns :