atlas
Classes | Namespaces
Table.h File Reference
#include <array>
#include <type_traits>
#include "atlas/util/Object.h"
#include "atlas/array.h"
#include "atlas/library/config.h"
Include dependency graph for Table.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  atlas::array::Table
 Table. More...
 

Namespaces

 atlas
 Contains all atlas classes and methods.
 
 atlas::array
 Contains classes to operate with multidimensional arrays.
 

Detailed Description

Author
Willem Deconinck
Date
October 2015 This file contains the classes
  • Table
Author
Willem Deconinck
Date
October 2015 This file contains the classes
  • Table

It is important to note that connectivity access functions are inlined for optimal performance. The connectivity itself is internally stored with base 1, to be compatible with Fortran access. C++ access operators however convert the resulting connectivity to base 0.