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

#include <floodfill.hpp>

Public Member Functions

size_t point_count () const
 

Public Attributes

std::vector< Linelines
 

Detailed Description

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

Definition at line 24 of file floodfill.hpp.

Member Function Documentation

◆ point_count()

template<typename T , int Land>
size_t gemmi::FloodFill< T, Land >::Result::point_count ( ) const
inline

Definition at line 27 of file floodfill.hpp.

Member Data Documentation

◆ lines

template<typename T , int Land>
std::vector<Line> gemmi::FloodFill< T, Land >::Result::lines

Definition at line 25 of file floodfill.hpp.


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