SNAP Library, User Reference  2012-10-02 12:56:23
SNAP, a general purpose network analysis and graph mining library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
TNGraph::TNode Class Reference

List of all members.

Public Member Functions

 TNode ()
 TNode (const int &NId)
 TNode (const TNode &Node)
 TNode (TSIn &SIn)
void Save (TSOut &SOut) const
int GetId () const
int GetDeg () const
int GetInDeg () const
int GetOutDeg () const
int GetInNId (const int &NodeN) const
int GetOutNId (const int &NodeN) const
int GetNbrNId (const int &NodeN) const
bool IsInNId (const int &NId) const
bool IsOutNId (const int &NId) const
bool IsNbrNId (const int &NId) const
void PackOutNIdV ()
void PackNIdV ()

Friends

class TNGraph
class TNGraphMtx

Constructor & Destructor Documentation

TNGraph::TNode::TNode ( ) [inline]
TNGraph::TNode::TNode ( const int &  NId) [inline]
TNGraph::TNode::TNode ( const TNode Node) [inline]
TNGraph::TNode::TNode ( TSIn SIn) [inline]

Member Function Documentation

int TNGraph::TNode::GetDeg ( ) const [inline]
int TNGraph::TNode::GetId ( ) const [inline]
int TNGraph::TNode::GetInDeg ( ) const [inline]
int TNGraph::TNode::GetInNId ( const int &  NodeN) const [inline]
int TNGraph::TNode::GetNbrNId ( const int &  NodeN) const [inline]
int TNGraph::TNode::GetOutDeg ( ) const [inline]
int TNGraph::TNode::GetOutNId ( const int &  NodeN) const [inline]
bool TNGraph::TNode::IsInNId ( const int &  NId) const [inline]
bool TNGraph::TNode::IsNbrNId ( const int &  NId) const [inline]
bool TNGraph::TNode::IsOutNId ( const int &  NId) const [inline]
void TNGraph::TNode::PackNIdV ( ) [inline]
void TNGraph::TNode::PackOutNIdV ( ) [inline]
void TNGraph::TNode::Save ( TSOut SOut) const [inline]

Friends And Related Function Documentation

friend class TNGraph [friend]
friend class TNGraphMtx [friend]

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