![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ParallelAdaptiveRefinement.h>
Inheritance diagram for UE::Geometry::TParallelAdaptiveRefinement< MeshType, RefinementPolicyType >:Classes | |
| struct | FOptions |
Public Types | |
| using | RealType = typename MeshType::RealType |
| using | VecType = typename MeshType::VecType |
Public Member Functions | |
| TParallelAdaptiveRefinement (MeshType &InMesh, RefinementPolicyType &InRefinementPolicy, const FOptions &InOptions) | |
| void | Split1 (int32 TriIndex, FConcurrencyState &ConcurrencyState) |
| void | Split2 (int32 TriIndex, FConcurrencyState &ConcurrencyState) |
| int32 | Split3 (int32 TriIndex, FConcurrencyState &ConcurrencyState) |
| bool | ShouldRefine (int32 TriIndex, int32 Iter) const |
Additional Inherited Members | |
Protected Member Functions inherited from FNoncopyable | |
| FNoncopyable () | |
| ~FNoncopyable () | |
| using UE::Geometry::TParallelAdaptiveRefinement< MeshType, RefinementPolicyType >::RealType = typename MeshType::RealType |
| using UE::Geometry::TParallelAdaptiveRefinement< MeshType, RefinementPolicyType >::VecType = typename MeshType::VecType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |