aimsdata 6.0.0
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 95 of file bundles.h.

Constructor & Destructor Documentation

◆ FiberInfo() [1/4]

aims::FiberInfo::FiberInfo ( )
inline

Definition at line 633 of file bundles.h.

References _id, and _weight.

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

◆ FiberInfo() [2/4]

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

Definition at line 639 of file bundles.h.

References _id, _weight, and id().

◆ FiberInfo() [3/4]

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

Definition at line 645 of file bundles.h.

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

◆ FiberInfo() [4/4]

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

Definition at line 651 of file bundles.h.

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

Member Function Documentation

◆ id()

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

Definition at line 657 of file bundles.h.

References _id.

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

◆ operator=()

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

Definition at line 675 of file bundles.h.

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

◆ setId()

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

Definition at line 669 of file bundles.h.

References _id, and id().

◆ weight()

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

Definition at line 663 of file bundles.h.

References _weight.

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

Member Data Documentation

◆ _id

int aims::FiberInfo::_id
protected

Definition at line 111 of file bundles.h.

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

◆ _weight

double aims::FiberInfo::_weight
protected

Definition at line 112 of file bundles.h.

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


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