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
TNEGraph::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 GetInEId (const int &EdgeN) const
int GetOutEId (const int &EdgeN) const
int GetNbrEId (const int &EdgeN) const
bool IsInEId (const int &EId) const
bool IsOutEId (const int &EId) const

Friends

class TNEGraph

Constructor & Destructor Documentation

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

Member Function Documentation

int TNEGraph::TNode::GetDeg ( ) const [inline]
int TNEGraph::TNode::GetId ( ) const [inline]
int TNEGraph::TNode::GetInDeg ( ) const [inline]
int TNEGraph::TNode::GetInEId ( const int &  EdgeN) const [inline]
int TNEGraph::TNode::GetNbrEId ( const int &  EdgeN) const [inline]
int TNEGraph::TNode::GetOutDeg ( ) const [inline]
int TNEGraph::TNode::GetOutEId ( const int &  EdgeN) const [inline]
bool TNEGraph::TNode::IsInEId ( const int &  EId) const [inline]
bool TNEGraph::TNode::IsOutEId ( const int &  EId) const [inline]
void TNEGraph::TNode::Save ( TSOut SOut) const [inline]

Friends And Related Function Documentation

friend class TNEGraph [friend]

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