h5geo 0.4.0
C++17 and python API to work with geo-data (seismic, wells, maps, other in process) based on HDF5. Aimed at geoscientists and developers.
Loading...
Searching...
No Matches
h5geo::Point3 Struct Reference

X, Y are always length, Z either length or time (depending on Domain) More...

#include <h5point.h>

Public Member Functions

void setX (const double &x)
 
void setY (const double &y)
 
void setZ (const double &z)
 
double & getX ()
 
double & getY ()
 
double & getZ ()
 
void setName (const std::string &s)
 
std::string getName ()
 

Public Attributes

double p [3]
 
char name [H5GEO_CHAR_ARRAY_SIZE]
 

Detailed Description

X, Y are always length, Z either length or time (depending on Domain)


The documentation for this struct was generated from the following file: