|
bool | isVisited (int nodeId) |
|
double | getDistance (int nodeId) |
|
void | solve () |
|
void | solveNode (Vec3i coord, int index) |
|
void | setSeeds (std::vector< Vec3i > seedVoxels) |
|
void | setVisited (std::unordered_set< int > visited) |
|
void | setDistnaces (std::unordered_map< int, double > distances) |
|
void | setImage (std::shared_ptr< ImageData > image) |
|
void | setDistThreshold (double distThreshold) |
|
|
std::shared_ptr< ImageData > | m_imageData |
|
Vec3i | m_dim |
|
Vec3d | m_spacing |
|
int | m_indexShift |
|
std::unordered_set< int > | m_visited |
|
std::unordered_map< int, double > | m_distances |
|
std::vector< Vec3i > | m_seedVoxels |
|
double | m_distThreshold |
|
std::priority_queue< Node, std::vector< Node >, NodeComparator > | m_queue |
|
Definition at line 21 of file imstkFastMarch.h.
The documentation for this class was generated from the following files: