CARLA
Public Types | Public Member Functions | Private Attributes | List of all members
FHalfEdgeCounter Class Reference
+ Collaboration diagram for FHalfEdgeCounter:

Public Types

using HalfEdge = MapGen::DoublyConnectedEdgeList::HalfEdge
 

Public Member Functions

bool Insert (const HalfEdge &InHalfEdge)
 

Private Attributes

std::unordered_set< const HalfEdge * > Set
 

Detailed Description

Definition at line 31 of file CityMapGenerator.cpp.

Member Typedef Documentation

◆ HalfEdge

Definition at line 34 of file CityMapGenerator.cpp.

Member Function Documentation

◆ Insert()

bool FHalfEdgeCounter::Insert ( const HalfEdge InHalfEdge)
inline

Definition at line 36 of file CityMapGenerator.cpp.

References MapGen::DoublyConnectedEdgeList::GetPair(), and Set.

Referenced by ACityMapGenerator::GenerateRoads().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ Set

std::unordered_set<const HalfEdge *> FHalfEdgeCounter::Set
private

Definition at line 44 of file CityMapGenerator.cpp.

Referenced by Insert().


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