Gemmi C++ API
Loading...
Searching...
No Matches
Classes | Public Member Functions | Public Attributes | List of all members
gemmi::MaskedGrid< T, V > Struct Template Reference

#include <asumask.hpp>

Classes

struct  iterator
 

Public Member Functions

iterator begin ()
 
iterator end ()
 

Public Attributes

std::vector< Vmask
 
Grid< T > * grid
 

Detailed Description

template<typename T, typename V = std::int8_t>
struct gemmi::MaskedGrid< T, V >

Definition at line 221 of file asumask.hpp.

Member Function Documentation

◆ begin()

template<typename T , typename V = std::int8_t>
iterator gemmi::MaskedGrid< T, V >::begin ( )
inline

Definition at line 250 of file asumask.hpp.

◆ end()

template<typename T , typename V = std::int8_t>
iterator gemmi::MaskedGrid< T, V >::end ( )
inline

Definition at line 251 of file asumask.hpp.

Member Data Documentation

◆ mask

template<typename T , typename V = std::int8_t>
std::vector<V> gemmi::MaskedGrid< T, V >::mask

Definition at line 222 of file asumask.hpp.

◆ grid

template<typename T , typename V = std::int8_t>
Grid<T>* gemmi::MaskedGrid< T, V >::grid

Definition at line 223 of file asumask.hpp.


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