Go to the documentation of this file.00001 #ifndef POINTSPLTYPES_H
00002 #define POINTSPLTYPES_H
00003
00004 #include "ccpp_Point.h"
00005
00006 #include <c_base.h>
00007 #include <c_misc.h>
00008 #include <c_sync.h>
00009 #include <c_collection.h>
00010 #include <c_field.h>
00011
00012 extern c_metaObject __Point__load (c_base base);
00013 extern const char * __Point__keys (void);
00014 extern const char * __Point__name (void);
00015 struct _Point ;
00016 extern c_bool __Point__copyIn(c_base base, struct Point *from, struct _Point *to);
00017 extern void __Point__copyOut(void *_from, void *_to);
00018 struct _Point {
00019 c_double x;
00020 c_double y;
00021 c_double z;
00022 };
00023
00024 #endif