Inherits from NSObject
Declared in PCGPath.h
PCGPath.m

Overview

The PCGPath is a class that represent a path in a PCGDirectedGraph. It it used as a return value to hold the solution of a search for a path in PCGPathFinder.

Tasks

Accessing details

Properties

vertices

An array that contains in the right order the connected vertices that forms a path in a graph.

@property (strong) NSArray *vertices

Declared In

PCGPath.h

weight

The total weight of the path.

@property NSUInteger weight

Declared In

PCGPath.h