source: XIOS/dev/dev_trunk_graph/src/object_factory_decl1.cpp @ 2030

Last change on this file since 2030 was 2019, checked in by yushan, 3 years ago

Graph intermedia commit to a tmp branch

File size: 312 bytes
Line 
1#include "object_factory_decl_macro.hpp"
2
3namespace xios
4{
5  macro(CField)
6  macro(CFile)
7  macro(CCouplerIn)
8  macro(CCouplerOut)
9  macro(CGrid)
10  macro(CAxis)
11  macro(CDomain)
12  macro(CContext)
13  macro(CCalendarWrapper)
14  macro(CVariable)
15  macro(CInverseAxis)
16  macro(CZoomAxis)
17  macro(CInterpolateAxis)
18}
19
20
Note: See TracBrowser for help on using the repository browser.