source: XIOS/dev/dev_trunk_graph/src/distribution/element_view.hpp @ 2019

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

Graph intermedia commit to a tmp branch

  • Property svn:executable set to *
File size: 328 bytes
Line 
1#ifndef __ELEMENT_VIEW_HPP__
2#define __ELEMENT_VIEW_HPP__
3
4#include "xios_spl.hpp"
5#include "array_new.hpp"
6
7namespace xios
8{
9  class CElementView
10  {
11    public:
12      enum type : size_t { FULL=0, MODEL, WORKFLOW} ;
13      const static int numViewType_ = 3 ;
14    protected:
15      type type_;
16  } ;
17 
18}
19
20#endif
Note: See TracBrowser for help on using the repository browser.