16 #ifndef WRITE_CGNS_HPP
17 #define WRITE_CGNS_HPP
28 #if CGNS_VERSION < 3100
32 #error enumeration scoping needs to be off
83 const std::vector< std::string >& qa_list,
84 const Tag* tag_list = NULL,
86 int export_dimension = 3 );
105 std::vector< moab::EntityHandle >&
Edges,
106 std::vector< moab::EntityHandle >&
Faces,
107 std::vector< moab::EntityHandle >&
Cells,
108 std::vector< WriteCGNS::SetStruct >& Sets );
112 std::vector< moab::Tag >& TagHandles,
113 std::vector< WriteCGNS::SetStruct >& Sets );
120 std::vector< int >& Begin,
121 std::vector< int >& End,
122 std::vector< moab::Tag >& TagHandles,
123 std::vector< WriteCGNS::SetStruct >& Sets,
124 std::vector< std::vector< cgsize_t > >& ConnTable );
158 std::vector< moab::EntityHandle >
Nodes;
159 std::vector< moab::EntityHandle >
Edges;
160 std::vector< moab::EntityHandle >
Faces;
161 std::vector< moab::EntityHandle >
Cells;