31 unsigned int posx = 0;
32 unsigned int posy = 0;
76 float directionalCosts[8];
#define MLCSO_EXPORT
Defines export symbols for classes, so they can be used in other DLLs.
CSOHeapObject: base class for objects to be used with the heap.
Target mlrange_cast(Source arg)
Generic version of checked ML casts.
Structure holding a live wire node for the shortest path algorithm.
char directionToPred
Direction to the preceding node in the path. (-1 means not yet set)
CSOLiveWireNodeBase()
Constructor, initializes some internal variables.
bool isVisited
Has this node been visited before?
Extended node, which stores various features per node.
float gradientNormalized
normalized gradient costs
float laplaceFeature
Laplacian zero crossing costs.
float laplace
result of laplace convolution
Simple node, which stores a single cost value per node.
float cost
the cost at this node
Structure holding a 2D voxel position.