|
MeVisLab Toolbox Reference
|
Go to the source code of this file.
Classes | |
| class | ml::RasterFunction |
| Base object to handle implicit or explicit functions to draw into subimages. More... | |
Namespaces | |
| namespace | ml |
| Defines the class GetTileJob. | |
Typedefs | |
| typedef bool(* | ml::VoxelTestFunction) (const ImageVector &p, void *userData) |
| typedef bool(* | ml::WorldVoxelTestFunction) (const Vector6 &p, void *userData) |
| typedef void(* | ml::ModifierFunction) (SubImage *tSubImg, const ImageVector &p, void *userData) |
Enumerations | |
| enum | ml::TestFuncMode { ml::StaticVoxelTest , ml::VirtualVoxelTest , ml::StaticWorldVoxelTest , ml::VirtualWorldVoxelTest } |