FDynamicGraphN

Implementation of DGraph that has no dimensionality, ie no data stored for vertices besides indices.

Windows
MacOS
Linux

Inheritance Hierarchy

FDynamicGraph

FDynamicGraphN

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Curve/DynamicGraph.h

Include

#include "Curve/DynamicGraph.h"

Syntax

class FDynamicGraphN : public FDynamicGraph

Remarks

Implementation of DGraph that has no dimensionality, ie no data stored for vertices besides indices.

Functions

Name Description

Public function

int

 

AppendVertex()

Overridden from FDynamicGraph

Name Description

Protected function Virtual

int

 

append_new_split_vertex

(
    int A,
    int B
)

Internal used in SplitEdge

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss