MeVisLab Toolbox Reference
Reentrant Classes

Classes

class  ml::SubImage
 This class manages/represents a rectangular 6d image region which is organized linearly in memory. More...
 
class  ml::TSubImageBox< intT >
 This class defines a rectangular subimage region of standard ML dimensions. More...
 
class  ml::TSubImage< DATATYPE >
 This template class manages/represents a rectangular 6d image region in memory which is organized linearly. More...
 
class  ml::RuntimeDict
 This file declares the class RuntimeDict, which manages a set of instances of class RuntimeTypes. More...
 
class  ml::RuntimeType
 RuntimeType contains type and inheritance information of a class and a static dictionary with information on all created instances of RuntimeType. More...
 

Detailed Description

The following classes in the ML are known to be reentrant. This means that different instances of a reentrant class can be used different threads, but two different threads may not access the same instance at the same time (so manual synchronization is needed if two threads want to access the same instance).

Note: This list is not yet complete, but it will grow over time.