Volume Cartographer 2.27.0
|
Public Member Functions | |
Coord2D ()=default | |
Coord2D (std::size_t y, std::size_t x) | |
Public Attributes | |
std::size_t | y |
std::size_t | x |
Convenience structure for a 2D coordinate
Definition at line 52 of file PerPixelMap.hpp.
|
default |
Default constructor
|
inline |
Construct and initialize
Definition at line 56 of file PerPixelMap.hpp.
std::size_t volcart::PerPixelMap::Coord2D::x |
X component
Definition at line 60 of file PerPixelMap.hpp.
std::size_t volcart::PerPixelMap::Coord2D::y |
Y component
Definition at line 58 of file PerPixelMap.hpp.