RINGMesh  Version 5.0.0
A programming library for geological model meshes
RINGMesh::ElementImpl< T > Struct Template Reference

Basic container for the sparse matrix, i.e. the "elements". More...

#include <matrix.h>

Public Member Functions

 ElementImpl ()
 

Public Attributes

value
 
index_t index
 

Static Public Attributes

static const index_t NOT_USED = index_t( -1 )
 

Detailed Description

template<typename T>
struct RINGMesh::ElementImpl< T >

Basic container for the sparse matrix, i.e. the "elements".

Definition at line 65 of file matrix.h.

Constructor & Destructor Documentation

◆ ElementImpl()

template<typename T >
RINGMesh::ElementImpl< T >::ElementImpl ( )
inline

Definition at line 68 of file matrix.h.

Member Data Documentation

◆ index

template<typename T >
index_t RINGMesh::ElementImpl< T >::index

Definition at line 73 of file matrix.h.

◆ NOT_USED

template<typename T >
const index_t RINGMesh::ElementImpl< T >::NOT_USED = index_t( -1 )
static

Definition at line 67 of file matrix.h.

◆ value

template<typename T >
T RINGMesh::ElementImpl< T >::value

Definition at line 72 of file matrix.h.


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