FreeWRL/FreeX3D  3.0.0
Component_Core.h
1 /*
2 
3 
4 X3D Core Component
5 
6 */
7 
8 /****************************************************************************
9  This file is part of the FreeWRL/FreeX3D Distribution.
10 
11  Copyright 2009 CRC Canada. (http://www.crc.gc.ca)
12 
13  FreeWRL/FreeX3D is free software: you can redistribute it and/or modify
14  it under the terms of the GNU Lesser Public License as published by
15  the Free Software Foundation, either version 3 of the License, or
16  (at your option) any later version.
17 
18  FreeWRL/FreeX3D is distributed in the hope that it will be useful,
19  but WITHOUT ANY WARRANTY; without even the implied warranty of
20  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21  GNU General Public License for more details.
22 
23  You should have received a copy of the GNU General Public License
24  along with FreeWRL/FreeX3D. If not, see <http://www.gnu.org/licenses/>.
25 ****************************************************************************/
26 
27 
28 #ifndef __FREEWRL_SCENEGRAPH_CORE_H__
29 #define __FREEWRL_SCENEGRAPH_CORE_H__
30 
31 void compile_MetadataInteger (struct X3D_MetadataInteger *node);
32 void compile_MetadataDouble (struct X3D_MetadataDouble *node);
33 void compile_MetadataFloat (struct X3D_MetadataFloat *node);
34 void compile_MetadataSet (struct X3D_MetadataSet *node);
35 void compile_MetadataString (struct X3D_MetadataString *node);
36 
37 
38 void compile_MetadataSFBool (struct X3D_MetadataSFBool *node);
39 void compile_MetadataSFFloat (struct X3D_MetadataSFFloat *node);
40 void compile_MetadataMFFloat (struct X3D_MetadataMFFloat *node);
41 void compile_MetadataSFRotation (struct X3D_MetadataSFRotation *node);
42 void compile_MetadataMFRotation (struct X3D_MetadataMFRotation *node);
43 void compile_MetadataSFVec3f (struct X3D_MetadataSFVec3f *node);
44 void compile_MetadataMFVec3f (struct X3D_MetadataMFVec3f *node);
45 void compile_MetadataMFBool (struct X3D_MetadataMFBool *node);
46 void compile_MetadataSFInt32 (struct X3D_MetadataSFInt32 *node);
47 void compile_MetadataMFInt32 (struct X3D_MetadataMFInt32 *node);
48 void compile_MetadataSFNode (struct X3D_MetadataSFNode *node);
49 void compile_MetadataMFNode (struct X3D_MetadataMFNode *node);
50 void compile_MetadataSFColor (struct X3D_MetadataSFColor *node);
51 void compile_MetadataMFColor (struct X3D_MetadataMFColor *node);
52 void compile_MetadataSFColorRGBA (struct X3D_MetadataSFColorRGBA *node);
53 void compile_MetadataMFColorRGBA (struct X3D_MetadataMFColorRGBA *node);
54 void compile_MetadataSFTime (struct X3D_MetadataSFTime *node);
55 void compile_MetadataMFTime (struct X3D_MetadataMFTime *node);
56 void compile_MetadataSFString (struct X3D_MetadataSFString *node);
57 void compile_MetadataMFString (struct X3D_MetadataMFString *node);
58 void compile_MetadataSFVec2f (struct X3D_MetadataSFVec2f *node);
59 void compile_MetadataMFVec2f (struct X3D_MetadataMFVec2f *node);
60 void compile_MetadataSFImage (struct X3D_MetadataSFImage *node);
61 void compile_MetadataSFVec3d (struct X3D_MetadataSFVec3d *node);
62 void compile_MetadataMFVec3d (struct X3D_MetadataMFVec3d *node);
63 void compile_MetadataSFDouble (struct X3D_MetadataSFDouble *node);
64 void compile_MetadataMFDouble (struct X3D_MetadataMFDouble *node);
65 void compile_MetadataSFMatrix3f (struct X3D_MetadataSFMatrix3f *node);
66 void compile_MetadataMFMatrix3f (struct X3D_MetadataMFMatrix3f *node);
67 void compile_MetadataSFMatrix3d (struct X3D_MetadataSFMatrix3d *node);
68 void compile_MetadataMFMatrix3d (struct X3D_MetadataMFMatrix3d *node);
69 void compile_MetadataSFMatrix4f (struct X3D_MetadataSFMatrix4f *node);
70 void compile_MetadataMFMatrix4f (struct X3D_MetadataMFMatrix4f *node);
71 void compile_MetadataSFMatrix4d (struct X3D_MetadataSFMatrix4d *node);
72 void compile_MetadataMFMatrix4d (struct X3D_MetadataMFMatrix4d *node);
73 void compile_MetadataSFVec2d (struct X3D_MetadataSFVec2d *node);
74 void compile_MetadataMFVec2d (struct X3D_MetadataMFVec2d *node);
75 void compile_MetadataSFVec4f (struct X3D_MetadataSFVec4f *node);
76 void compile_MetadataMFVec4f (struct X3D_MetadataMFVec4f *node);
77 void compile_MetadataSFVec4d (struct X3D_MetadataSFVec4d *node);
78 void compile_MetadataMFVec4d (struct X3D_MetadataMFVec4d *node);
79 
80 #endif /* __FREEWRL_SCENEGRAPH_CORE_H__ */