aimsdata  5.1.2
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)
 
 BundleInfo (const BundleInfo &bundle)
 
int id () const
 
std::string name () const
 
BundleInfooperator= (const BundleInfo &bundle)
 

Protected Attributes

int _id
 
std::string _name
 

Detailed Description

Definition at line 121 of file bundles.h.

Constructor & Destructor Documentation

◆ BundleInfo() [1/5]

aims::BundleInfo::BundleInfo ( )
inline

Definition at line 690 of file bundles.h.

◆ BundleInfo() [2/5]

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

Definition at line 695 of file bundles.h.

◆ BundleInfo() [3/5]

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

Definition at line 701 of file bundles.h.

◆ BundleInfo() [4/5]

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

Definition at line 707 of file bundles.h.

◆ BundleInfo() [5/5]

aims::BundleInfo::BundleInfo ( const BundleInfo bundle)
inline

Definition at line 713 of file bundles.h.

Member Function Documentation

◆ id()

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

Definition at line 726 of file bundles.h.

References _id.

Referenced by operator=().

◆ name()

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

Definition at line 719 of file bundles.h.

References _name.

Referenced by operator=().

◆ operator=()

BundleInfo & aims::BundleInfo::operator= ( const BundleInfo bundle)
inline

Definition at line 732 of file bundles.h.

References _id, _name, id(), and name().

Member Data Documentation

◆ _id

int aims::BundleInfo::_id
protected

Definition at line 137 of file bundles.h.

Referenced by id(), and operator=().

◆ _name

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

Definition at line 138 of file bundles.h.

Referenced by name(), and operator=().


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