golib  0.5
goMath::ContoursMesh Class Reference

Public Member Functions

 ContoursMesh (const goSignal3DBase< void > *image_)
 
bool visited (goSize_t x, goSize_t y, enum goMath::ContoursLine::LineType lineType)
 
enum ContoursLine::LineType getTypes (goSize_t x, goSize_t y)
 
void setType (goSize_t x, goSize_t y, enum ContoursLine::LineType t)
 
void setVisited (const ContoursLine &line, bool set=true)
 
void setVisited (goSize_t x, goSize_t y, enum goMath::ContoursLine::LineType lineType, bool set=true)
 
goDouble calculate_t (ContoursLine &line, goDouble level, goSize_t &x2, goSize_t &y2)
 
bool getNextLine (ContoursLine &current, ContoursLine &nextRet)
 

Public Attributes

goFixedArray< goUInt8 > visitedLines
 
goFixedArray< goUInt8 > lines
 
goSize_t width
 
goSize_t height
 
const goSignal3DBase< void > * image
 

The documentation for this class was generated from the following file: