Developer documentation
Version 3.0.3-105-gd3941f44
MR::DWI::Tractography::Seeding::Base Class Referenceabstract

#include "dwi/tractography/seeding/base.h"

Inheritance diagram for MR::DWI::Tractography::Seeding::Base:
MR::DWI::Tractography::Seeding::Dynamic MR::DWI::Tractography::Seeding::GMWMI MR::DWI::Tractography::Seeding::Grid_per_voxel MR::DWI::Tractography::Seeding::Random_per_voxel MR::DWI::Tractography::Seeding::Rejection MR::DWI::Tractography::Seeding::SeedMask MR::DWI::Tractography::Seeding::Sphere

Protected Attributes

float volume
 
uint32_t count
 
std::mutex mutex
 
const std::string type
 

Friends

std::ostream & operator<< (std::ostream &stream, const Base &B)
 

Detailed Description

Definition at line 97 of file base.h.

Friends And Related Function Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  stream,
const Base B 
)
friend

Definition at line 119 of file base.h.

Member Data Documentation

◆ count

uint32_t MR::DWI::Tractography::Seeding::Base::count
protected

Definition at line 128 of file base.h.

◆ mutex

std::mutex MR::DWI::Tractography::Seeding::Base::mutex
mutableprotected

Definition at line 129 of file base.h.

◆ type

const std::string MR::DWI::Tractography::Seeding::Base::type
protected

Definition at line 130 of file base.h.

◆ volume

float MR::DWI::Tractography::Seeding::Base::volume
protected

Definition at line 127 of file base.h.


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