FEI Version of the Day
Loading...
Searching...
No Matches
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 > >:

Public Member Functions

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)
 
- Public Member Functions inherited from fei::IndexTable
 IndexTable ()
 
virtual ~IndexTable ()
 

Detailed Description

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

Definition at line 21 of file snl_fei_RaggedTable_specialize.hpp.

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.

◆ 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.


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