MeVisLab Toolbox Reference
mlRasterFunction.h File Reference
#include <mlModuleIncludes.h>
#include "mlBaseInit.h"
#include "mlSubImageBoxd.h"

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

 ml
 Main documentation file for ML users and developers.
 

Typedefs

typedef bool(* ml::VoxelTestFunction) (const ImageVector &p, void *userData)
 Function type used to decide whether a voxel is within an object or not. More...
 
typedef bool(* ml::WorldVoxelTestFunction) (const Vector6 &p, void *userData)
 Function type used to decide whether a voxel is within an object or not. More...
 
typedef void(* ml::ModifierFunction) (SubImage *tSubImg, const ImageVector &p, void *userData)
 Function type which modifies a value in a typed subimage given by tSubImg. More...
 

Enumerations

enum  ml::TestFuncMode { ml::StaticVoxelTest , ml::VirtualVoxelTest , ml::StaticWorldVoxelTest , ml::VirtualWorldVoxelTest }
 The modes how the voxel is tested. More...