[go: up one dir, main page]

File: OgawaUtil.h

package info (click to toggle)
field3d 1.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,500 kB
  • ctags: 3,213
  • sloc: cpp: 25,268; ansic: 2,577; python: 222; sh: 72; makefile: 25
file content (32 lines) | stat: -rw-r--r-- 819 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
//----------------------------------------------------------------------------//
// Includes
//----------------------------------------------------------------------------//

#include <iostream>
#include <string>

#include "All.h"
#include "UtilFoundation.h"
#include "UtilPlainOldDataType.h"

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

//----------------------------------------------------------------------------//
// To Do
//----------------------------------------------------------------------------//

/*
  x Only explicitly allow certain data types.
    x All hell will break loose if we don't stick to int64_t, etc. 
 


 */

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