UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
worklist.hh
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
// Modified version of Voro++'s source file
3
4
// Voro++, a 3D cell-based Voronoi library
5
//
6
// Author : Chris H. Rycroft (LBL / UC Berkeley)
7
// Email : chr@alum.mit.edu
8
// Date : August 30th 2011
9
17
#ifndef VOROPP_WORKLIST_HH
18
#define VOROPP_WORKLIST_HH
19
20
namespace
voro
{
21
25
const
int
wl_hgrid
=4;
28
const
int
wl_fgrid
=8;
30
const
int
wl_hgridcu
=64;
32
const
int
wl_seq_length
=64;
33
34
}
35
#endif
voro
Definition
c_loops.cc:15
voro::wl_fgrid
const int wl_fgrid
Definition
worklist.hh:28
voro::wl_hgridcu
const int wl_hgridcu
Definition
worklist.hh:30
voro::wl_hgrid
const int wl_hgrid
Definition
worklist.hh:25
voro::wl_seq_length
const int wl_seq_length
Definition
worklist.hh:32
Engine
Source
Runtime
Experimental
Voronoi
Private
voro++
src
worklist.hh
Generated by
1.9.8