Tomographer
v1.0a
Tomographer C++ Framework Documentation
|
This is a ‘type interface.’ See Type Interfaces for more info on what that is.
A MHRandomWalkTaskCData is an object which provides data about how to conduct a repetition of random walks, while collecting statistics. It may store constant global data.
A MHRandomWalkTaskCData must inherit Tomographer::MHRWTasks::CDataBase<CountIntType,RealType>, in order to expose some basic types and functions.
A MHRandomWalkTaskCData must be copy-constructible, and different threads must be able to operate safely on different copies.