CMlib
Cell mapping algorithms in C++
cm::ClusteredSCM< CellType, IDType, StateVectorType > Class Template Reference

#include <cscm.h>

Public Member Functions

 ClusteredSCM (SCM< CellType, IDType, StateVectorType > *scm1p, SCM< CellType, IDType, StateVectorType > *scm2p)
 
size_t cellPathImage (std::vector< CellTree< IDType >> &cellPaths, size_t cellPathId)
 Finds the index of the image of a CellTree within the container cellPaths. More...
 
void join (bool verbose=false)
 Joins the two SCM solutions. More...
 

Constructor & Destructor Documentation

◆ ClusteredSCM()

template<class CellType , class IDType , class StateVectorType >
cm::ClusteredSCM< CellType, IDType, StateVectorType >::ClusteredSCM ( SCM< CellType, IDType, StateVectorType > *  scm1p,
SCM< CellType, IDType, StateVectorType > *  scm2p 
)
inline

Member Function Documentation

◆ cellPathImage()

template<class CellType , class IDType , class StateVectorType >
size_t cm::ClusteredSCM< CellType, IDType, StateVectorType >::cellPathImage ( std::vector< CellTree< IDType >> &  cellPaths,
size_t  cellPathId 
)
inline

Finds the index of the image of a CellTree within the container cellPaths.

◆ join()

template<class CellType , class IDType , class StateVectorType >
void cm::ClusteredSCM< CellType, IDType, StateVectorType >::join ( bool  verbose = false)
inline

Joins the two SCM solutions.


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