#include <octree_isocont.hh>
Public Member Functions | |
EdgeDesc (uint8_t d, const img::Point &o, uint8_t ac1, uint8_t ac2, bool l) | |
uint32_t | GetKey (const img::Point &p, img::Extent &ext) |
Data Fields | |
uint8_t | dir |
img::Point | off |
uint8_t | c1 |
uint8_t | c2 |
bool | lv |
Definition at line 35 of file octree_isocont.hh.
EdgeDesc | ( | uint8_t | d, | |
const img::Point & | o, | |||
uint8_t | ac1, | |||
uint8_t | ac2, | |||
bool | l | |||
) | [inline] |
Definition at line 36 of file octree_isocont.hh.
uint32_t GetKey | ( | const img::Point & | p, | |
img::Extent & | ext | |||
) | [inline] |
Definition at line 40 of file octree_isocont.hh.
Definition at line 47 of file octree_isocont.hh.
Definition at line 48 of file octree_isocont.hh.
Definition at line 45 of file octree_isocont.hh.
bool lv |
Definition at line 49 of file octree_isocont.hh.
Definition at line 46 of file octree_isocont.hh.