FEI Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Private Attributes | List of all members
snl_fei::RaggedTable< MapContig< fei::ctg_set< int > * >, fei::ctg_set< int > > Class Reference

#include <snl_fei_RaggedTable_specialize.hpp>

Inheritance diagram for snl_fei::RaggedTable< MapContig< fei::ctg_set< int > * >, fei::ctg_set< int > >:
Inheritance graph
[legend]

Public Types

typedef MapContig< fei::ctg_set< int > * > map_type
 
typedef fei::ctg_set< int > row_type
 
typedef map_type::iterator iterator
 

Public Member Functions

 RaggedTable (int firstKey, int lastKey)
 
 RaggedTable (const RaggedTable< MapContig< fei::ctg_set< int > * >, fei::ctg_set< int > > &src)
 
virtual ~RaggedTable ()
 
void addDiagonals (int numIndices, const int *indices)
 
void addIndices (int row, int numIndices, const int *indices)
 
void addIndices (int numRows, const int *rows, int numIndices, const int *indices)
 
map_typegetMap ()
 
row_typegetRow (int row)
 
iterator begin ()
 
iterator end ()
 
- Public Member Functions inherited from fei::IndexTable
 IndexTable ()
 
virtual ~IndexTable ()
 

Private Attributes

map_type map_
 
fei_Pool_alloc< row_typepoolAllocatorSet_
 
row_type dummy
 

Detailed Description

specialization for MapContig<fei::ctg_set<int> >

Definition at line 21 of file snl_fei_RaggedTable_specialize.hpp.

Member Typedef Documentation

◆ map_type

typedef MapContig<fei::ctg_set<int>*> snl_fei::RaggedTable< MapContig< fei::ctg_set< int > * >, fei::ctg_set< int > >::map_type

Definition at line 28 of file snl_fei_RaggedTable_specialize.hpp.

◆ row_type

typedef fei::ctg_set<int> snl_fei::RaggedTable< MapContig< fei::ctg_set< int > * >, fei::ctg_set< int > >::row_type

Definition at line 29 of file snl_fei_RaggedTable_specialize.hpp.

◆ iterator

typedef map_type::iterator snl_fei::RaggedTable< MapContig< fei::ctg_set< int > * >, fei::ctg_set< int > >::iterator

Definition at line 30 of file snl_fei_RaggedTable_specialize.hpp.

Constructor & Destructor Documentation

◆ RaggedTable() [1/2]

snl_fei::RaggedTable< MapContig< fei::ctg_set< int > * >, fei::ctg_set< int > >::RaggedTable ( int firstKey,
int lastKey )

◆ RaggedTable() [2/2]

snl_fei::RaggedTable< MapContig< fei::ctg_set< int > * >, fei::ctg_set< int > >::RaggedTable ( const RaggedTable< MapContig< fei::ctg_set< int > * >, fei::ctg_set< int > > & src)

Definition at line 33 of file snl_fei_RaggedTable_specialize.cpp.

◆ ~RaggedTable()

virtual snl_fei::RaggedTable< MapContig< fei::ctg_set< int > * >, fei::ctg_set< int > >::~RaggedTable ( )
inlinevirtual

Member Function Documentation

◆ addDiagonals()

void snl_fei::RaggedTable< MapContig< fei::ctg_set< int > * >, fei::ctg_set< int > >::addDiagonals ( int numIndices,
const int * indices )
virtual

Input function to add diagonals to the index table.

Implements fei::IndexTable.

Definition at line 81 of file snl_fei_RaggedTable_specialize.cpp.

◆ addIndices() [1/2]

void snl_fei::RaggedTable< MapContig< fei::ctg_set< int > * >, fei::ctg_set< int > >::addIndices ( int row,
int numIndices,
const int * indices )
virtual

Input function 'addIndices' specifies the row of the table to be operated on, and a list of indices to be added to that row.

Implements fei::IndexTable.

Definition at line 39 of file snl_fei_RaggedTable_specialize.cpp.

References fei::ctg_set< T >::end(), and fei::ctg_set< T >::insert2().

◆ addIndices() [2/2]

void snl_fei::RaggedTable< MapContig< fei::ctg_set< int > * >, fei::ctg_set< int > >::addIndices ( int numRows,
const int * rows,
int numIndices,
const int * indices )
virtual

Input function for adding a list of indices to multiple rows.

Implements fei::IndexTable.

Definition at line 58 of file snl_fei_RaggedTable_specialize.cpp.

References fei::ctg_set< T >::end(), and fei::ctg_set< T >::insert2().

◆ getMap()

map_type & snl_fei::RaggedTable< MapContig< fei::ctg_set< int > * >, fei::ctg_set< int > >::getMap ( )
inline

◆ getRow()

row_type * snl_fei::RaggedTable< MapContig< fei::ctg_set< int > * >, fei::ctg_set< int > >::getRow ( int row)
inline

◆ begin()

iterator snl_fei::RaggedTable< MapContig< fei::ctg_set< int > * >, fei::ctg_set< int > >::begin ( )
inline

◆ end()

iterator snl_fei::RaggedTable< MapContig< fei::ctg_set< int > * >, fei::ctg_set< int > >::end ( )
inline

Member Data Documentation

◆ map_

map_type snl_fei::RaggedTable< MapContig< fei::ctg_set< int > * >, fei::ctg_set< int > >::map_
private

Definition at line 68 of file snl_fei_RaggedTable_specialize.hpp.

◆ poolAllocatorSet_

fei_Pool_alloc<row_type> snl_fei::RaggedTable< MapContig< fei::ctg_set< int > * >, fei::ctg_set< int > >::poolAllocatorSet_
private

Definition at line 69 of file snl_fei_RaggedTable_specialize.hpp.

◆ dummy

row_type snl_fei::RaggedTable< MapContig< fei::ctg_set< int > * >, fei::ctg_set< int > >::dummy
private

Definition at line 70 of file snl_fei_RaggedTable_specialize.hpp.


The documentation for this class was generated from the following files: