CSR< T >::CsrNode Class Reference

#include <Csr.hpp>

Collaboration diagram for CSR< T >::CsrNode:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CsrNode ()
pTind end_neighs () const
bool operator== (const CsrNode &other) const

Public Attributes

Tind el_id
Tind vwgt
Tind n_neighs
Tind neighs [n_max_neig]
Tind neig_no [n_max_neig]

Friends

class iterator
class const_iterator

template<typename T>
class CSR< T >::CsrNode


Constructor & Destructor Documentation

template<typename T>
CSR< T >::CsrNode::CsrNode (  )  [inline]

Member Function Documentation

template<typename T>
pTind CSR< T >::CsrNode::end_neighs (  )  const [inline]
template<typename T>
bool CSR< T >::CsrNode::operator== ( const CsrNode other  )  const [inline]

Friends And Related Function Documentation

template<typename T>
friend class const_iterator [friend]
template<typename T>
friend class iterator [friend]

Member Data Documentation

template<typename T>
Tind CSR< T >::CsrNode::el_id
template<typename T>
Tind CSR< T >::CsrNode::n_neighs
template<typename T>
Tind CSR< T >::CsrNode::neig_no[n_max_neig]
template<typename T>
Tind CSR< T >::CsrNode::neighs[n_max_neig]
template<typename T>
Tind CSR< T >::CsrNode::vwgt

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Jun 2020 for ModFEM by  doxygen 1.6.1