![]() |
Fréchet View
1.6.0
A Tool for Exploring Fréchet Distance Algorithms
|
a sub-task, computing a region of the reachability structure
Definition at line 594 of file structure.h.
#include <structure.h>
Inherits frechet::reach::StructureTask.
Public Member Functions | |
CalculateTask (Structure *owner, frechet::Rect r, tbb::flow::graph &graph) | |
default constructor More... | |
virtual void | start () override |
computes the reachability structure for the given region More... | |
![]() | |
StructureTask (Structure *owner) | |
constructor with Structure More... | |
virtual | ~StructureTask () |
destructor More... | |
Additional Inherited Members | |
![]() | |
typedef tbb::flow::continue_msg | msg_t |
used to connect nodes in the dependency graph More... | |
typedef tbb::flow::continue_node< msg_t > | node_t |
a node in the dependency graph More... | |
![]() | |
static StructureTask * | createTask (Structure *owner, const frechet::Rect &r, tbb::flow::graph &graph, int concurrency) |
static constructor More... | |
![]() | |
Structure * | owner |
the underlying reachability structure More... | |
node_t * | node |
a node in the dependency graph More... | |
CalculateTask::CalculateTask | ( | Structure * | owner, |
frechet::Rect | r, | ||
tbb::flow::graph & | graph | ||
) |
default constructor
owner | the underlying reachability structure |
r | bounding region (columns and rows in free-space) |
graph | tbb flow-graph modeling tasks and dependencies |
Definition at line 313 of file structure.cpp.
|
overridevirtual |
computes the reachability structure for the given region
Implements frechet::reach::StructureTask.
Definition at line 321 of file structure.cpp.