UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
voro++.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
320#ifndef VOROPP_HH
321#define VOROPP_HH
322
323#include "src/config.hh"
324#include "src/common.hh"
325#include "src/cell.hh"
326#include "src/v_base.hh"
327#include "src/rad_option.hh"
328#include "src/container.hh"
329#include "src/unitcell.hh"
330#include "src/pre_container.hh"
331#include "src/v_compute.hh"
332#include "src/c_loops.hh"
333#include "src/wall.hh"
334
335#endif
Header file for the loop classes.
Header file for the voronoicell and related classes.
Header file for the small helper functions.
Master configuration file for setting various compile-time options.
Header file for the container_base and related classes.
Header file for the pre_container and related classes.
Header file for the classes encapsulating functionality for the regular and radical Voronoi tessellat...
Header file for the unitcell class.
Header file for the base Voronoi container class.
Header file for the voro_compute template and related classes.
Header file for the derived wall classes.