Skip to content

File Poly.h

File List > src > Poly.h

Go to the documentation of this file

#ifndef POLY_H
#define POLY_H

#include "General.h"
#include "Param.h"
#include "Input.h"
#include "Write_txtlog.h"
#include "Util_CPU.h"
#include "Forcing.h"
#include "Arrays.h"
#include "MemManagement.h"

template <class T> bool blockinpoly(T xo, T yo, T dx, int blkwidth, Polygon Poly);
template <class T> int wn_PnPoly(T Px, T Py, Polygon Poly);
Polygon CounterCWPoly(Polygon Poly);


// End of global definition
#endif