FVertexLinearization

Used linearize the VtxIds in a mesh as a single array and allow mapping from array offset to mesh VtxId.

Windows
MacOS
Linux

Inheritance Hierarchy

FElementLinearization

FVertexLinearization

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/Solvers/MeshLinearization.h

Include

#include "Solvers/MeshLinearization.h"

Syntax

class FVertexLinearization : public FElementLinearization

Remarks

Used linearize the VtxIds in a mesh as a single array and allow mapping from array offset to mesh VtxId. Generally, the array offset will correspond to a matrix row when forming a Laplacian. The last NumBoundaryVerts are the boundary verts. This may be zero.

Constructors

Name Description

Public function

FVertexLinearization()

Public function

FVertexLinearization

(
    const FDynamicMesh3& DynamicMesh
)

Functions

Name Description

Public function Const

int32

 

NumBoundaryVerts()

Public function Const

int32

 

NumVerts()

Public function

void

 

Reset

(
    const FDynamicMesh3& DynamicMesh
)

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