aimsdata  5.1.2
Neuroimaging data handling
aims::FiberInfo Class Reference

#include <aims/fibers/bundles.h>

Public Member Functions

 FiberInfo ()
 
 FiberInfo (int id)
 
 FiberInfo (int id, double weight)
 
 FiberInfo (const FiberInfo &fiber)
 
int id () const
 
double weight () const
 
void setId (int id)
 
FiberInfooperator= (const FiberInfo &fiber)
 

Protected Attributes

int _id
 
double _weight
 

Detailed Description

Definition at line 96 of file bundles.h.

Constructor & Destructor Documentation

◆ FiberInfo() [1/4]

aims::FiberInfo::FiberInfo ( )
inline

Definition at line 634 of file bundles.h.

◆ FiberInfo() [2/4]

aims::FiberInfo::FiberInfo ( int  id)
inline

Definition at line 640 of file bundles.h.

◆ FiberInfo() [3/4]

aims::FiberInfo::FiberInfo ( int  id,
double  weight 
)
inline

Definition at line 646 of file bundles.h.

◆ FiberInfo() [4/4]

aims::FiberInfo::FiberInfo ( const FiberInfo fiber)
inline

Definition at line 652 of file bundles.h.

Member Function Documentation

◆ id()

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

Definition at line 658 of file bundles.h.

References _id.

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

◆ operator=()

FiberInfo & aims::FiberInfo::operator= ( const FiberInfo fiber)
inline

Definition at line 676 of file bundles.h.

References _id, _weight, id(), and weight().

◆ setId()

void aims::FiberInfo::setId ( int  id)
inline

Definition at line 670 of file bundles.h.

References _id, and id().

◆ weight()

double aims::FiberInfo::weight ( ) const
inline

Definition at line 664 of file bundles.h.

References _weight.

Referenced by operator=().

Member Data Documentation

◆ _id

int aims::FiberInfo::_id
protected

Definition at line 112 of file bundles.h.

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

◆ _weight

double aims::FiberInfo::_weight
protected

Definition at line 113 of file bundles.h.

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


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