Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
TrigAccel::ITk::CompressedGraph Struct Reference

#include <TrigITkAccelEDM.h>

Collaboration diagram for TrigAccel::ITk::CompressedGraph:

Public Member Functions

 CompressedGraph ()
 
 ~CompressedGraph ()
 

Public Attributes

unsigned int m_nEdges
 
unsigned int m_nMaxNeighbours
 
unsigned int m_nLinks
 
int * m_graphArray
 

Detailed Description

Definition at line 142 of file TrigITkAccelEDM.h.

Constructor & Destructor Documentation

◆ CompressedGraph()

TrigAccel::ITk::CompressedGraph::CompressedGraph ( )
inline

Definition at line 144 of file TrigITkAccelEDM.h.

144 : m_nEdges(0), m_nMaxNeighbours(0), m_nLinks(0), m_graphArray(nullptr) {};

◆ ~CompressedGraph()

TrigAccel::ITk::CompressedGraph::~CompressedGraph ( )
inline

Definition at line 145 of file TrigITkAccelEDM.h.

145  {
146  delete[] m_graphArray;
147  m_graphArray = nullptr;
148  }

Member Data Documentation

◆ m_graphArray

int* TrigAccel::ITk::CompressedGraph::m_graphArray

Definition at line 152 of file TrigITkAccelEDM.h.

◆ m_nEdges

unsigned int TrigAccel::ITk::CompressedGraph::m_nEdges

Definition at line 149 of file TrigITkAccelEDM.h.

◆ m_nLinks

unsigned int TrigAccel::ITk::CompressedGraph::m_nLinks

Definition at line 151 of file TrigITkAccelEDM.h.

◆ m_nMaxNeighbours

unsigned int TrigAccel::ITk::CompressedGraph::m_nMaxNeighbours

Definition at line 150 of file TrigITkAccelEDM.h.


The documentation for this struct was generated from the following file:
TrigAccel::ITk::CompressedGraph::m_nEdges
unsigned int m_nEdges
Definition: TrigITkAccelEDM.h:149
TrigAccel::ITk::CompressedGraph::m_graphArray
int * m_graphArray
Definition: TrigITkAccelEDM.h:152
TrigAccel::ITk::CompressedGraph::m_nLinks
unsigned int m_nLinks
Definition: TrigITkAccelEDM.h:151
TrigAccel::ITk::CompressedGraph::m_nMaxNeighbours
unsigned int m_nMaxNeighbours
Definition: TrigITkAccelEDM.h:150