5#include "Containers/Map.h"
94template<
typename IntType>
#define checkSlow(expr)
Definition AssertionMacros.h:332
#define check(expr)
Definition AssertionMacros.h:314
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition UnrealString.h.inl:34
EOperationValidationResult
Definition GeometryTypes.h:59
EMeshResult
Definition GeometryTypes.h:18
@ Failed_CollapseTriangle
@ Failed_TriangleAlreadyExists
@ Failed_CannotAllocateVertex
@ Failed_UnrecoverableError
@ Failed_VertexStillReferenced
@ Failed_InvalidNeighbourhood
@ Failed_CollapseTetrahedron
@ Failed_NotABoundaryEdge
@ Failed_FlippedEdgeExists
@ Failed_CannotAllocateTriangle
@ Failed_WouldCreateBowtie
@ Failed_VertexAlreadyExists
@ Failed_FoundDuplicateTriangle
@ Failed_WouldCreateNonmanifoldEdge
EValidityCheckFailMode
Definition GeometryTypes.h:72
TIndexMap< int > FIndexMapi
Definition GeometryTypes.h:204
Definition AdvancedWidgetsModule.cpp:13
Definition GeometryTypes.h:96
IntType GetFrom(IntType ToID) const
Definition GeometryTypes.h:160
void Reserve(int NumElements)
Definition GeometryTypes.h:185
TMap< IntType, IntType > & GetReverseMap()
Definition GeometryTypes.h:122
bool ContainsFrom(IntType FromID) const
Definition GeometryTypes.h:134
TMap< IntType, IntType > ReverseMap
Definition GeometryTypes.h:99
TMap< IntType, IntType > ForwardMap
Definition GeometryTypes.h:98
SIZE_T GetAllocatedSize() const
Definition GeometryTypes.h:198
TMap< IntType, IntType > & GetForwardMap()
Definition GeometryTypes.h:119
const IntType * FindTo(IntType FromID) const
Definition GeometryTypes.h:169
const TMap< IntType, IntType > & GetForwardMap() const
Definition GeometryTypes.h:120
const TMap< IntType, IntType > & GetReverseMap() const
Definition GeometryTypes.h:123
bool ContainsTo(IntType ToID) const
Definition GeometryTypes.h:142
const IntType * FindFrom(IntType ToID) const
Definition GeometryTypes.h:177
bool bWantReverse
Definition GeometryTypes.h:101
void Add(IntType FromID, IntType ToID)
Definition GeometryTypes.h:126
void Reset()
Definition GeometryTypes.h:110
TIndexMap()
Definition GeometryTypes.h:105
bool bWantForward
Definition GeometryTypes.h:100
IntType GetTo(IntType FromID) const
Definition GeometryTypes.h:151
constexpr IntType UnmappedID() const
Definition GeometryTypes.h:117