SNAP Library 6.0, Developer Reference
2020-12-09 16:24:20
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
Public Member Functions | |
TSVec (int capacity) | |
bool | Contains (int nodeId) const |
void | Push (int nodeId) |
void | Pop () |
int | Capacity () const |
int | Size () const |
const TIntV & | getVec () const |
int | operator[] (int i) const |
Protected Attributes | |
int | m_capacity |
int | m_size |
int * | m_arr |
TIntV | m_v |
Definition at line 38 of file subgraphenum.h.
|
inline |
Definition at line 45 of file subgraphenum.h.
References TVec< TVal, TSizeTy >::BegI(), and TVec< TVal, TSizeTy >::Gen().
|
inline |
Definition at line 55 of file subgraphenum.h.
References TSubGraphEnum< TGraphCounter >::TSVec::m_capacity.
|
inline |
Definition at line 50 of file subgraphenum.h.
References TSubGraphEnum< TGraphCounter >::TSVec::m_size.
Referenced by TSubGraphEnum< TGraphCounter >::GetSubGraphs_recursive().
|
inline |
Definition at line 57 of file subgraphenum.h.
References TSubGraphEnum< TGraphCounter >::TSVec::m_v.
Referenced by TSubGraphEnum< TGraphCounter >::GetSubGraphs_recursive().
|
inline |
Definition at line 58 of file subgraphenum.h.
|
inline |
Definition at line 54 of file subgraphenum.h.
References TSubGraphEnum< TGraphCounter >::TSVec::m_size.
Referenced by TSubGraphEnum< TGraphCounter >::GetSubGraphs_recursive().
|
inline |
Definition at line 53 of file subgraphenum.h.
References TSubGraphEnum< TGraphCounter >::TSVec::m_size.
Referenced by TSubGraphEnum< TGraphCounter >::GetSubGraphs(), and TSubGraphEnum< TGraphCounter >::GetSubGraphs_recursive().
|
inline |
Definition at line 56 of file subgraphenum.h.
References TSubGraphEnum< TGraphCounter >::TSVec::m_size.
Referenced by TSubGraphEnum< TGraphCounter >::GetSubGraphs_recursive().
|
protected |
Definition at line 42 of file subgraphenum.h.
|
protected |
Definition at line 40 of file subgraphenum.h.
Referenced by TSubGraphEnum< TGraphCounter >::TSVec::Capacity().
|
protected |
Definition at line 41 of file subgraphenum.h.
Referenced by TSubGraphEnum< TGraphCounter >::TSVec::Contains(), TSubGraphEnum< TGraphCounter >::TSVec::Pop(), TSubGraphEnum< TGraphCounter >::TSVec::Push(), and TSubGraphEnum< TGraphCounter >::TSVec::Size().
|
protected |
Definition at line 43 of file subgraphenum.h.
Referenced by TSubGraphEnum< TGraphCounter >::TSVec::getVec().