Generated on Wed Apr 29 2015 11:51:41 for GGL-4.1.2 by doxygen 1.8.3.1
Public Types | Public Member Functions | Data Fields
sgm::VF2_MatchingHandler::NodeData Class Reference

Data handler for node information used for node comparison.

#include <VF2_MatchingHandler.hh>

Public Types

typedef std::vector< const
MC_Node * > 
NodeConstraints
 container that holds node constraints to be verified More...
 

Public Member Functions

 NodeData ()
 Default construction. More...
 
 NodeData (const size_t id, const Label label, const size_t outDegree, const size_t selfloops)
 
 NodeData (const VF2_MatchingHandler::NodeData &toCopy)
 
 ~NodeData ()
 Destruction. More...
 

Data Fields

size_t id
 the node index of the node represented More...
 
Label label
 the label of the node More...
 
NodeConstraintsnodeConstraints
 the node constraints to be checked More...
 
size_t outDegree
 the out degree of the node More...
 
size_t selfloops
 the number of self loops of the node More...
 

Detailed Description

Definition at line 70 of file VF2_MatchingHandler.hh.

Member Typedef Documentation

Definition at line 74 of file VF2_MatchingHandler.hh.

Constructor & Destructor Documentation

sgm::VF2_MatchingHandler::NodeData::NodeData ( )
sgm::VF2_MatchingHandler::NodeData::NodeData ( const size_t  id,
const Label  label,
const size_t  outDegree,
const size_t  selfloops 
)

Construction

Parameters
idthe node index of the node represented
labelthe node label
outDegreethe out degree of the node
selfloopsthe number of self loops of the node
sgm::VF2_MatchingHandler::NodeData::NodeData ( const VF2_MatchingHandler::NodeData toCopy)

Copy construction

Parameters
toCopythe object to make this a copy of
sgm::VF2_MatchingHandler::NodeData::~NodeData ( )

Field Documentation

size_t sgm::VF2_MatchingHandler::NodeData::id

Definition at line 77 of file VF2_MatchingHandler.hh.

Label sgm::VF2_MatchingHandler::NodeData::label

Definition at line 79 of file VF2_MatchingHandler.hh.

NodeConstraints* sgm::VF2_MatchingHandler::NodeData::nodeConstraints

Definition at line 85 of file VF2_MatchingHandler.hh.

size_t sgm::VF2_MatchingHandler::NodeData::outDegree

Definition at line 81 of file VF2_MatchingHandler.hh.

size_t sgm::VF2_MatchingHandler::NodeData::selfloops

Definition at line 83 of file VF2_MatchingHandler.hh.


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