8#include <h5gt/H5Object.hpp> 
    9#include <h5gt/H5File.hpp> 
   10#include <h5gt/H5DataSet.hpp> 
   11#include <h5gt/H5DataSpace.hpp> 
   20#include <pybind11/pybind11.h> 
   21#include <pybind11/eigen.h> 
   22#include <pybind11/stl.h> 
   23#include <pybind11/stl_bind.h> 
   24#include <pybind11/complex.h> 
   25#include <pybind11/operators.h> 
   26#include <pybind11/cast.h> 
   27#include <pybind11/functional.h> 
   36namespace py = pybind11;
 
   42#include <h5geo/h5points3.h> 
   44PYBIND11_MAKE_OPAQUE(h5geo::Point1Array);
 
   45PYBIND11_MAKE_OPAQUE(h5geo::Point2Array);
 
   46PYBIND11_MAKE_OPAQUE(h5geo::Point3Array);
 
   47PYBIND11_MAKE_OPAQUE(h5geo::Point4Array);
 
   65#include <h5geo/h5base.h> 
   73    void Delete()
 override {
 
   74        PYBIND11_OVERRIDE_PURE(
 
 
Base class for all geo-containers and geo-objects.
Definition h5base.h:182
 
Basic namespace.
Definition h5base.h:29