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
TBigNet< TNodeData, IsDir >::TNode Class Reference

List of all members.

Public Member Functions

 TNode ()
 TNode (const int &InVecId, const int &OutVecId)
 TNode (const int &InVecId, const int &OutVecId, const TNodeDat &NodeDat)
 TNode (const TNode &Node)
 TNode (TSIn &SIn)
void Save (TSOut &SOut) const
bool IsUnused () const

Public Attributes

TInt InVId
TInt OutVId
TNodeDat Dat

template<class TNodeData, bool IsDir>
class TBigNet< TNodeData, IsDir >::TNode


Constructor & Destructor Documentation

template<class TNodeData, bool IsDir>
TBigNet< TNodeData, IsDir >::TNode::TNode ( ) [inline]
template<class TNodeData, bool IsDir>
TBigNet< TNodeData, IsDir >::TNode::TNode ( const int &  InVecId,
const int &  OutVecId 
) [inline]
template<class TNodeData, bool IsDir>
TBigNet< TNodeData, IsDir >::TNode::TNode ( const int &  InVecId,
const int &  OutVecId,
const TNodeDat NodeDat 
) [inline]
template<class TNodeData, bool IsDir>
TBigNet< TNodeData, IsDir >::TNode::TNode ( const TNode Node) [inline]
template<class TNodeData, bool IsDir>
TBigNet< TNodeData, IsDir >::TNode::TNode ( TSIn SIn) [inline]

Member Function Documentation

template<class TNodeData, bool IsDir>
bool TBigNet< TNodeData, IsDir >::TNode::IsUnused ( ) const [inline]
template<class TNodeData, bool IsDir>
void TBigNet< TNodeData, IsDir >::TNode::Save ( TSOut SOut) const [inline]

Member Data Documentation

template<class TNodeData, bool IsDir>
TNodeDat TBigNet< TNodeData, IsDir >::TNode::Dat
template<class TNodeData, bool IsDir>
TInt TBigNet< TNodeData, IsDir >::TNode::InVId
template<class TNodeData, bool IsDir>
TInt TBigNet< TNodeData, IsDir >::TNode::OutVId

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