Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
lar_content::BranchGrowingAlgorithm::Association Class Reference

Association class. More...

#include "BranchGrowingAlgorithm.h"

Public Member Functions

 Association ()
 Default constructor.
 
 Association (const unsigned int order, const AssociationType type)
 Constructor.
 
void SetOrder (const unsigned int order)
 Set association order.
 
void SetType (const AssociationType associationType)
 Set association type.
 
unsigned int GetOrder () const
 Get association order.
 
AssociationType GetType () const
 Get association type.
 

Private Attributes

unsigned int m_order
 
AssociationType m_type
 

Detailed Description

Association class.

Definition at line 38 of file BranchGrowingAlgorithm.h.

Constructor & Destructor Documentation

◆ Association() [1/2]

lar_content::BranchGrowingAlgorithm::Association::Association ( )
inline

Default constructor.

Definition at line 129 of file BranchGrowingAlgorithm.h.

◆ Association() [2/2]

lar_content::BranchGrowingAlgorithm::Association::Association ( const unsigned int  order,
const AssociationType  type 
)
inline

Constructor.

Parameters
orderthe association order
typethe association type

Definition at line 135 of file BranchGrowingAlgorithm.h.

Member Function Documentation

◆ GetOrder()

unsigned int lar_content::BranchGrowingAlgorithm::Association::GetOrder ( ) const
inline

Get association order.

Returns
the association order

Definition at line 155 of file BranchGrowingAlgorithm.h.

Here is the caller graph for this function:

◆ GetType()

BranchGrowingAlgorithm::AssociationType lar_content::BranchGrowingAlgorithm::Association::GetType ( ) const
inline

Get association type.

Returns
the association type

Definition at line 162 of file BranchGrowingAlgorithm.h.

Here is the caller graph for this function:

◆ SetOrder()

void lar_content::BranchGrowingAlgorithm::Association::SetOrder ( const unsigned int  order)
inline

Set association order.

Parameters
orderthe association order

Definition at line 141 of file BranchGrowingAlgorithm.h.

◆ SetType()

void lar_content::BranchGrowingAlgorithm::Association::SetType ( const AssociationType  associationType)
inline

Set association type.

Parameters
associationTypethe association type

Definition at line 148 of file BranchGrowingAlgorithm.h.

Here is the caller graph for this function:

Member Data Documentation

◆ m_order

unsigned int lar_content::BranchGrowingAlgorithm::Association::m_order
private

Definition at line 83 of file BranchGrowingAlgorithm.h.

◆ m_type

AssociationType lar_content::BranchGrowingAlgorithm::Association::m_type
private

Definition at line 84 of file BranchGrowingAlgorithm.h.


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