PandA-2024.02
Public Member Functions | Data Fields
edge_cdfc_selector Struct Reference

#include <cdfc_module_binding.hpp>

Public Member Functions

 edge_cdfc_selector ()
 default constructor More...
 
 edge_cdfc_selector (int _selector)
 Constructor with selector only. More...
 
 edge_cdfc_selector (int _selector, int _weight)
 Constructor with selector. More...
 

Data Fields

int selector
 The selector associated with the edge. More...
 
int weight
 edge weight More...
 

Detailed Description

Definition at line 164 of file cdfc_module_binding.hpp.

Constructor & Destructor Documentation

◆ edge_cdfc_selector() [1/3]

edge_cdfc_selector::edge_cdfc_selector ( )
inline

default constructor

Definition at line 176 of file cdfc_module_binding.hpp.

◆ edge_cdfc_selector() [2/3]

edge_cdfc_selector::edge_cdfc_selector ( int  _selector)
inlineexplicit

Constructor with selector only.

Parameters
_selectoris the selector to be associated with the edge

Definition at line 184 of file cdfc_module_binding.hpp.

◆ edge_cdfc_selector() [3/3]

edge_cdfc_selector::edge_cdfc_selector ( int  _selector,
int  _weight 
)
inline

Constructor with selector.

Parameters
_selectoris the selector to be associated with the edge
_weightis the weight to be associated with the edge

Definition at line 193 of file cdfc_module_binding.hpp.

Field Documentation

◆ selector

int edge_cdfc_selector::selector

The selector associated with the edge.

Definition at line 168 of file cdfc_module_binding.hpp.

◆ weight

int edge_cdfc_selector::weight

edge weight

Definition at line 171 of file cdfc_module_binding.hpp.


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

Generated on Mon Feb 12 2024 13:03:50 for PandA-2024.02 by doxygen 1.8.13