Gemmi C++ API
Loading...
Searching...
No Matches
Public Attributes | List of all members
gemmi::FloodFill< T, Land >::Line Struct Reference

#include <floodfill.hpp>

Public Attributes

int u
 
int v
 
int w
 
int ulen
 
Tptr
 

Detailed Description

template<typename T, int Land>
struct gemmi::FloodFill< T, Land >::Line

Definition at line 19 of file floodfill.hpp.

Member Data Documentation

◆ u

template<typename T , int Land>
int gemmi::FloodFill< T, Land >::Line::u

Definition at line 20 of file floodfill.hpp.

◆ v

template<typename T , int Land>
int gemmi::FloodFill< T, Land >::Line::v

Definition at line 20 of file floodfill.hpp.

◆ w

template<typename T , int Land>
int gemmi::FloodFill< T, Land >::Line::w

Definition at line 20 of file floodfill.hpp.

◆ ulen

template<typename T , int Land>
int gemmi::FloodFill< T, Land >::Line::ulen

Definition at line 20 of file floodfill.hpp.

◆ ptr

template<typename T , int Land>
T* gemmi::FloodFill< T, Land >::Line::ptr

Definition at line 21 of file floodfill.hpp.


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