Fréchet View  1.6.0
A Tool for Exploring Fréchet Distance Algorithms
boundary.cpp File Reference
#include <boundary.h>

Go to the source code of this file.

Functions

const std::string direction (Pointer p)
 

Variables

static std::string DIRECTION [2][2]
 
static std::string TYPE [3]
 

Function Documentation

◆ direction()

const std::string direction ( Pointer  p)

Definition at line 264 of file boundary.cpp.

Variable Documentation

◆ DIRECTION

std::string DIRECTION[2][2]
static
Initial value:
= {
{ "B", "T" }, { "L","R" }
}

Definition at line 260 of file boundary.cpp.

◆ TYPE

std::string TYPE[3]
static
Initial value:
= {
"n","r","s"
}

Definition at line 268 of file boundary.cpp.