aimsdata  5.0.5
Neuroimaging data handling
aims::BundleInfo Class Reference

#include <aims/fibers/bundles.h>

Collaboration diagram for aims::BundleInfo:

Public Member Functions

 BundleInfo ()
 
 BundleInfo (const std::string &name)
 
 BundleInfo (int id)
 
 BundleInfo (int id, const std::string &name)
 
int id () const
 
std::string name () const
 

Protected Attributes

int _id
 
std::string _name
 

Detailed Description

Definition at line 114 of file bundles.h.

Constructor & Destructor Documentation

◆ BundleInfo() [1/4]

aims::BundleInfo::BundleInfo ( )
inline

Definition at line 647 of file bundles.h.

◆ BundleInfo() [2/4]

aims::BundleInfo::BundleInfo ( const std::string &  name)
inline

Definition at line 652 of file bundles.h.

◆ BundleInfo() [3/4]

aims::BundleInfo::BundleInfo ( int  id)
inline

Definition at line 658 of file bundles.h.

◆ BundleInfo() [4/4]

aims::BundleInfo::BundleInfo ( int  id,
const std::string &  name 
)
inline

Definition at line 664 of file bundles.h.

Member Function Documentation

◆ id()

int aims::BundleInfo::id ( ) const
inline

Definition at line 677 of file bundles.h.

References _id.

◆ name()

std::string aims::BundleInfo::name ( ) const
inline

Definition at line 670 of file bundles.h.

References _name.

Member Data Documentation

◆ _id

int aims::BundleInfo::_id
protected

Definition at line 127 of file bundles.h.

Referenced by id().

◆ _name

std::string aims::BundleInfo::_name
protected

Definition at line 128 of file bundles.h.

Referenced by name().


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