Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
trapezoidal_map_example.cc File Reference

Demonstrates TrapezoidalMapPointLocation with an L-shaped polygon. More...

#include <iostream>
#include <fstream>
#include <tikzgeom_algorithms.H>
Include dependency graph for trapezoidal_map_example.cc:

Go to the source code of this file.

Typedefs

using TM = TrapezoidalMapPointLocation
 
using LT = TM::LocationType
 

Functions

static const char * location_name (LT t)
 
int main ()
 

Detailed Description

Demonstrates TrapezoidalMapPointLocation with an L-shaped polygon.

Definition in file trapezoidal_map_example.cc.

Typedef Documentation

◆ LT

Definition at line 42 of file trapezoidal_map_example.cc.

◆ TM

Definition at line 41 of file trapezoidal_map_example.cc.

Function Documentation

◆ location_name()

static const char * location_name ( LT  t)
static

Definition at line 44 of file trapezoidal_map_example.cc.

Referenced by main().

◆ main()