dune-grid 2.9.0
Public Member Functions | List of all members
Dune::Alberta::ElementInfo< dim >::Seed Struct Reference

#include <dune/grid/albertagrid/elementinfo.hh>

Public Member Functions

 Seed ()
 
 Seed (const int macroIndex, const int level, const unsigned long path)
 
bool operator== (const Seed &other) const
 
bool operator< (const Seed &other) const
 
bool operator!= (const Seed &other) const
 
bool operator<= (const Seed &other) const
 
bool operator> (const Seed &other) const
 
bool operator>= (const Seed &other) const
 
bool isValid () const
 
int macroIndex () const
 
int level () const
 
unsigned long path () const
 

Constructor & Destructor Documentation

◆ Seed() [1/2]

template<int dim>
Dune::Alberta::ElementInfo< dim >::Seed::Seed ( )
inline

◆ Seed() [2/2]

template<int dim>
Dune::Alberta::ElementInfo< dim >::Seed::Seed ( const int  macroIndex,
const int  level,
const unsigned long  path 
)
inline

Member Function Documentation

◆ isValid()

template<int dim>
bool Dune::Alberta::ElementInfo< dim >::Seed::isValid ( ) const
inline

◆ level()

template<int dim>
int Dune::Alberta::ElementInfo< dim >::Seed::level ( ) const
inline

◆ macroIndex()

template<int dim>
int Dune::Alberta::ElementInfo< dim >::Seed::macroIndex ( ) const
inline

◆ operator!=()

template<int dim>
bool Dune::Alberta::ElementInfo< dim >::Seed::operator!= ( const Seed other) const
inline

◆ operator<()

template<int dim>
bool Dune::Alberta::ElementInfo< dim >::Seed::operator< ( const Seed other) const
inline

◆ operator<=()

template<int dim>
bool Dune::Alberta::ElementInfo< dim >::Seed::operator<= ( const Seed other) const
inline

◆ operator==()

template<int dim>
bool Dune::Alberta::ElementInfo< dim >::Seed::operator== ( const Seed other) const
inline

◆ operator>()

template<int dim>
bool Dune::Alberta::ElementInfo< dim >::Seed::operator> ( const Seed other) const
inline

◆ operator>=()

template<int dim>
bool Dune::Alberta::ElementInfo< dim >::Seed::operator>= ( const Seed other) const
inline

◆ path()

template<int dim>
unsigned long Dune::Alberta::ElementInfo< dim >::Seed::path ( ) const
inline

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