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

#include <asumask.hpp>

Public Member Functions

 iterator (MaskedGrid &parent_, size_t index_)
 
iteratoroperator++ ()
 
GridBase< T >::Point operator* ()
 
bool operator== (const iterator &o) const
 
bool operator!= (const iterator &o) const
 

Public Attributes

MaskedGridparent
 
size_t index
 
int u = 0
 
int v = 0
 
int w = 0
 

Detailed Description

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

Definition at line 225 of file asumask.hpp.

Constructor & Destructor Documentation

◆ iterator()

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

Definition at line 229 of file asumask.hpp.

Member Function Documentation

◆ operator++()

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

Definition at line 231 of file asumask.hpp.

◆ operator*()

template<typename T , typename V = std::int8_t>
GridBase< T >::Point gemmi::MaskedGrid< T, V >::iterator::operator* ( )
inline

Definition at line 244 of file asumask.hpp.

◆ operator==()

template<typename T , typename V = std::int8_t>
bool gemmi::MaskedGrid< T, V >::iterator::operator== ( const iterator o) const
inline

Definition at line 247 of file asumask.hpp.

◆ operator!=()

template<typename T , typename V = std::int8_t>
bool gemmi::MaskedGrid< T, V >::iterator::operator!= ( const iterator o) const
inline

Definition at line 248 of file asumask.hpp.

Member Data Documentation

◆ parent

template<typename T , typename V = std::int8_t>
MaskedGrid& gemmi::MaskedGrid< T, V >::iterator::parent

Definition at line 226 of file asumask.hpp.

◆ index

template<typename T , typename V = std::int8_t>
size_t gemmi::MaskedGrid< T, V >::iterator::index

Definition at line 227 of file asumask.hpp.

◆ u

template<typename T , typename V = std::int8_t>
int gemmi::MaskedGrid< T, V >::iterator::u = 0

Definition at line 228 of file asumask.hpp.

◆ v

template<typename T , typename V = std::int8_t>
int gemmi::MaskedGrid< T, V >::iterator::v = 0

Definition at line 228 of file asumask.hpp.

◆ w

template<typename T , typename V = std::int8_t>
int gemmi::MaskedGrid< T, V >::iterator::w = 0

Definition at line 228 of file asumask.hpp.


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