GEOS  3.9.1dev
Public Member Functions | Private Attributes | List of all members
geos::algorithm::SimplePointInRing Class Reference

#include <SimplePointInRing.h>

Inheritance diagram for geos::algorithm::SimplePointInRing:
[legend]
Collaboration diagram for geos::algorithm::SimplePointInRing:
[legend]

Public Member Functions

 SimplePointInRing (geom::LinearRing *ring)
 
 ~SimplePointInRing () override=default
 
bool isInside (const geom::Coordinate &pt) override
 
- Public Member Functions inherited from geos::algorithm::PointInRing
virtual ~PointInRing ()
 

Private Attributes

const geom::CoordinateSequencepts
 

Detailed Description

Definition at line 34 of file SimplePointInRing.h.

Constructor & Destructor Documentation

geos::algorithm::SimplePointInRing::SimplePointInRing ( geom::LinearRing ring)
geos::algorithm::SimplePointInRing::~SimplePointInRing ( )
overridedefault

Member Function Documentation

bool geos::algorithm::SimplePointInRing::isInside ( const geom::Coordinate pt)
overridevirtual

Member Data Documentation

const geom::CoordinateSequence* geos::algorithm::SimplePointInRing::pts
private

Definition at line 40 of file SimplePointInRing.h.


The documentation for this class was generated from the following file: