SWMMVis  6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
FeatureVertexRef Struct Reference

Addresses one vertex inside a FeatureGeometry. More...

#include <maptoolfeatureedit.h>

Collaboration diagram for FeatureVertexRef:

Public Member Functions

bool isValid () const
 
void clear ()
 
bool operator== (const FeatureVertexRef &o) const
 

Public Attributes

int part = -1
 
int ring = -1
 
int vertex = -1
 

Detailed Description

Addresses one vertex inside a FeatureGeometry.

ring == -1 means the part's exterior; >= 0 indexes Part::holes.

Member Function Documentation

◆ clear()

void FeatureVertexRef::clear ( )
inline
Here is the caller graph for this function:

◆ isValid()

bool FeatureVertexRef::isValid ( ) const
inline
Here is the caller graph for this function:

◆ operator==()

bool FeatureVertexRef::operator== ( const FeatureVertexRef o) const
inline

Member Data Documentation

◆ part

int FeatureVertexRef::part = -1

◆ ring

int FeatureVertexRef::ring = -1

◆ vertex

int FeatureVertexRef::vertex = -1

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