Gemmi C++ API
Loading...
Searching...
No Matches
Public Attributes | List of all members
gemmi::GridBase< T >::Point Struct Reference

grid coordinates (modulo size) and a pointer to value More...

#include <grid.hpp>

Public Attributes

int u
 
int v
 
int w
 
Tvalue
 

Detailed Description

template<typename T>
struct gemmi::GridBase< T >::Point

grid coordinates (modulo size) and a pointer to value

Definition at line 230 of file grid.hpp.

Member Data Documentation

◆ u

template<typename T >
int gemmi::GridBase< T >::Point::u

Definition at line 231 of file grid.hpp.

◆ v

template<typename T >
int gemmi::GridBase< T >::Point::v

Definition at line 231 of file grid.hpp.

◆ w

template<typename T >
int gemmi::GridBase< T >::Point::w

Definition at line 231 of file grid.hpp.

◆ value

template<typename T >
T* gemmi::GridBase< T >::Point::value

Definition at line 232 of file grid.hpp.


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