Blender V2.61 - r43446
|
#include <BKE_bvhutils.h>
Public Attributes | |
struct BVHTree * | tree |
BVHTree_NearestPointCallback | nearest_callback |
BVHTree_RayCastCallback | raycast_callback |
struct DerivedMesh * | mesh |
struct MVert * | vert |
struct MEdge * | edge |
struct MFace * | face |
float | sphere_radius |
int | cached |
void * | em_evil |
Definition at line 47 of file BKE_bvhutils.h.
Definition at line 67 of file BKE_bvhutils.h.
Referenced by bvhtree_from_mesh_edges(), bvhtree_from_mesh_faces(), bvhtree_from_mesh_verts(), and free_bvhtree_from_mesh().
struct MEdge* BVHTreeFromMesh::edge |
Definition at line 60 of file BKE_bvhutils.h.
Referenced by bvhtree_from_mesh_edges(), and mesh_edges_nearest_point().
void* BVHTreeFromMesh::em_evil |
Definition at line 68 of file BKE_bvhutils.h.
Referenced by bvhtree_from_mesh_faces(), and snapDerivedMesh().
struct MFace* BVHTreeFromMesh::face |
Definition at line 61 of file BKE_bvhutils.h.
Referenced by bvhtree_from_mesh_faces(), bvhtree_from_mesh_verts(), mesh_faces_nearest_point(), mesh_faces_nearest_point_dp(), mesh_faces_spherecast(), and mesh_faces_spherecast_dp().
struct DerivedMesh* BVHTreeFromMesh::mesh |
Definition at line 56 of file BKE_bvhutils.h.
Referenced by bvhtree_from_mesh_edges(), bvhtree_from_mesh_faces(), and bvhtree_from_mesh_verts().
Definition at line 52 of file BKE_bvhutils.h.
Referenced by bvhtree_from_mesh_edges(), bvhtree_from_mesh_faces(), bvhtree_from_mesh_verts(), closest_point_on_surface(), connect_hair(), get_vert2geom_distance(), shrinkwrap_calc_nearest_surface_point(), shrinkwrap_calc_nearest_vertex(), and shrinkwrap_get_tarmat().
Definition at line 53 of file BKE_bvhutils.h.
Referenced by bvhtree_from_mesh_edges(), bvhtree_from_mesh_faces(), bvhtree_from_mesh_verts(), followtrack_evaluate(), shrinkwrap_calc_normal_projection(), shrinkwrap_get_tarmat(), and snapDerivedMesh().
Definition at line 64 of file BKE_bvhutils.h.
Referenced by bvhtree_from_mesh_edges(), bvhtree_from_mesh_faces(), bvhtree_from_mesh_verts(), and mesh_faces_spherecast().
struct BVHTree* BVHTreeFromMesh::tree |
Definition at line 49 of file BKE_bvhutils.h.
Referenced by bvhtree_from_mesh_edges(), bvhtree_from_mesh_faces(), bvhtree_from_mesh_verts(), closest_point_on_surface(), connect_hair(), dynamicPaint_paintMesh(), followtrack_evaluate(), free_bvhtree_from_mesh(), get_vert2geom_distance(), shrinkwrap_calc_nearest_surface_point(), shrinkwrap_calc_nearest_vertex(), shrinkwrap_calc_normal_projection(), shrinkwrap_get_tarmat(), and snapDerivedMesh().
struct MVert* BVHTreeFromMesh::vert |
Definition at line 59 of file BKE_bvhutils.h.
Referenced by bvhtree_from_mesh_edges(), bvhtree_from_mesh_faces(), bvhtree_from_mesh_verts(), mesh_edges_nearest_point(), mesh_faces_nearest_point(), mesh_faces_nearest_point_dp(), mesh_faces_spherecast(), and mesh_faces_spherecast_dp().