All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Modules Pages

Class is used for storing graph. More...

#include <com/navigine/idl/objc/NCGraph.h>

Inherits NSObject.

Properties

NSArray< NCGraphVertex * > * vertexes
 List of connected vertexes GraphVertex.
 
NSArray< NCGraphEdge * > * edges
 List of edges that connected vertexes GraphEdge.
 

Detailed Description

Class is used for storing graph.

Referenced from Sublocation.

Definition at line 21 of file NCGraph.h.

Property Documentation

◆ edges

- (NSArray<NCGraphEdge *>*) edges
readnonatomicassign

List of edges that connected vertexes GraphEdge.

Definition at line 31 of file NCGraph.h.

◆ vertexes

- (NSArray<NCGraphVertex *>*) vertexes
readnonatomicassign

List of connected vertexes GraphVertex.

Definition at line 26 of file NCGraph.h.


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