#include <stdio.h>
#include <vcg/complex/complex.h>
#include <vcg/simplex/face/distance.h>
#include <vcg/simplex/face/component_ep.h>
#include <vcg/complex/algorithms/create/platonic.h>
#include <vcg/complex/algorithms/update/normal.h>
#include <vcg/complex/algorithms/update/component_ep.h>
#include <vcg/complex/algorithms/update/flag.h>
#include <vcg/space/intersection3.h>
#include <vcg/space/index/aabb_binary_tree/aabb_binary_tree.h>
Go to the source code of this file.
Classes | |
class | AFace |
class | AMesh |
class | AVertex |
struct | MyUsedTypes |
Typedefs | |
typedef vcg::AABBBinaryTreeIndex < AFace, AScalarType, vcg::EmptyClass > | AIndex |
typedef float | AScalarType |
Functions | |
static void | CreateMesh (void) |
int | main (int, char **) |
static void | SetIndex (void) |
static void | TestClosest (void) |
static void | TestKClosest (void) |
static void | TestRay (void) |
Variables | |
static AIndex | gIndex |
static AMesh | gMesh |
Definition at line 49 of file aabb_binary_tree.cpp.
typedef float AScalarType |
Definition at line 35 of file aabb_binary_tree.cpp.
static void CreateMesh | ( | void | ) | [static] |
Definition at line 54 of file aabb_binary_tree.cpp.
int main | ( | int | , |
char ** | |||
) |
Definition at line 133 of file aabb_binary_tree.cpp.
static void SetIndex | ( | void | ) | [static] |
Definition at line 62 of file aabb_binary_tree.cpp.
static void TestClosest | ( | void | ) | [static] |
Definition at line 66 of file aabb_binary_tree.cpp.
static void TestKClosest | ( | void | ) | [static] |
Definition at line 90 of file aabb_binary_tree.cpp.
static void TestRay | ( | void | ) | [static] |
Definition at line 107 of file aabb_binary_tree.cpp.
Definition at line 52 of file aabb_binary_tree.cpp.
Definition at line 51 of file aabb_binary_tree.cpp.