Developer documentation
Version 3.0.3-105-gd3941f44
MR::DWI::Tractography::GT::Particle Class Reference

#include "dwi/tractography/GT/particle.h"

Protected Member Functions

void setPredecessor (Particle *p1)
 
void setSuccessor (Particle *p1)
 

Protected Attributes

Point_t pos
 
Point_t dir
 
Particlepredecessor
 
Particlesuccessor
 
bool visited
 
bool alive
 

Detailed Description

A particle is a segment of a track and consists of a position and a direction.

Definition at line 34 of file particle.h.

Member Function Documentation

◆ setPredecessor()

void MR::DWI::Tractography::GT::Particle::setPredecessor ( Particle p1)
inlineprotected

Definition at line 203 of file particle.h.

◆ setSuccessor()

void MR::DWI::Tractography::GT::Particle::setSuccessor ( Particle p1)
inlineprotected

Definition at line 210 of file particle.h.

Member Data Documentation

◆ alive

bool MR::DWI::Tractography::GT::Particle::alive
protected

Definition at line 201 of file particle.h.

◆ dir

Point_t MR::DWI::Tractography::GT::Particle::dir
protected

Definition at line 197 of file particle.h.

◆ pos

Point_t MR::DWI::Tractography::GT::Particle::pos
protected

Definition at line 197 of file particle.h.

◆ predecessor

Particle* MR::DWI::Tractography::GT::Particle::predecessor
protected

Definition at line 198 of file particle.h.

◆ successor

Particle* MR::DWI::Tractography::GT::Particle::successor
protected

Definition at line 199 of file particle.h.

◆ visited

bool MR::DWI::Tractography::GT::Particle::visited
protected

Definition at line 200 of file particle.h.


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