Blender
V3.3
|
#include "testing/testing.h"
#include "BKE_idtype.h"
#include "BKE_lattice.h"
#include "MEM_guardedalloc.h"
#include "DNA_lattice_types.h"
#include "DNA_mesh_types.h"
#include "DNA_object_types.h"
#include "BLI_rand.hh"
Go to the source code of this file.
Classes | |
struct | blender::bke::tests::LatticeDeformTestContext |
Namespaces | |
blender | |
blender::bke | |
blender::bke::tests | |
Functions | |
static void | blender::bke::tests::test_lattice_deform_init (LatticeDeformTestContext *ctx, RandomNumberGenerator *rng, int32_t num_items) |
static void | blender::bke::tests::test_lattice_deform (LatticeDeformTestContext *ctx, int32_t num_items) |
static void | blender::bke::tests::test_lattice_deform_free (LatticeDeformTestContext *ctx) |
blender::bke::tests::TEST (lattice_deform_performance, performance_no_dvert_1) | |
blender::bke::tests::TEST (lattice_deform_performance, performance_no_dvert_1000) | |
blender::bke::tests::TEST (lattice_deform_performance, performance_no_dvert_10000) | |
blender::bke::tests::TEST (lattice_deform_performance, performance_no_dvert_100000) | |
blender::bke::tests::TEST (lattice_deform_performance, performance_no_dvert_1000000) | |
blender::bke::tests::TEST (lattice_deform_performance, performance_no_dvert_10000000) | |