File: OgIO.h

package info (click to toggle)
field3d 1.7.3-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,732 kB
  • sloc: cpp: 25,324; ansic: 2,594; python: 221; sh: 72; makefile: 26
file content (21 lines) | stat: -rw-r--r-- 659 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//----------------------------------------------------------------------------//

#ifndef _INCLUDED_Field3D_OgIO_H_
#define _INCLUDED_Field3D_OgIO_H_

//----------------------------------------------------------------------------//
// Includes
//----------------------------------------------------------------------------//

#include "OgIAttribute.h"
#include "OgIDataset.h"
#include "OgIGroup.h"
#include "OgOAttribute.h"
#include "OgODataset.h"
#include "OgOGroup.h"

//----------------------------------------------------------------------------//

#endif // include guard

//----------------------------------------------------------------------------//