SpikeGPU  1.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
spike::Components Struct Reference

#include <components.h>

Public Types

typedef cusp::array1d< int,
cusp::host_memory > 
IntVectorH
 

Public Member Functions

 Components (int n)
 
int getComponentIndex (int node)
 
void combineComponents (int node1, int node2)
 
void adjustComponentIndices ()
 

Public Attributes

IntVectorH m_compIndices
 
int m_n
 
int m_numComponents
 

Member Typedef Documentation

typedef cusp::array1d<int, cusp::host_memory> spike::Components::IntVectorH

Constructor & Destructor Documentation

spike::Components::Components ( int  n)
inline

Member Function Documentation

void spike::Components::adjustComponentIndices ( )
inline
void spike::Components::combineComponents ( int  node1,
int  node2 
)
inline
int spike::Components::getComponentIndex ( int  node)
inline

Member Data Documentation

IntVectorH spike::Components::m_compIndices
int spike::Components::m_n
int spike::Components::m_numComponents

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