|
Blender V4.3
|
Go to the source code of this file.
Macros | |
| #define | DC_DEBUG 0 |
| #define | dc_printf(...) |
Functions | |
| static void | pseudoInverse (const Eigen::Matrix3f &a, Eigen::Matrix3f &result, float tolerance) |
| static void | solve_least_squares (const float halfA[], const float b[], const float midpoint[], float rvalue[]) |
| static void | mass_point (float mp[3], const float pts[12][3], const int parity[12]) |
| static void | minimize (float rvalue[3], float mp[3], const float pts[12][3], const float norms[12][3], const int parity[12]) |
Variables | |
| const int | edgemask [3] = {5, 3, 6} |
| const int | faceMap [6][4] |
| const int | cellProcFaceMask [12][3] |
| const int | cellProcEdgeMask [6][5] |
| const int | faceProcFaceMask [3][4][3] |
| const int | faceProcEdgeMask [3][4][6] |
| const int | edgeProcEdgeMask [3][2][5] |
| const int | processEdgeMask [3][4] |
| const int | dirCell [3][4][3] |
| const int | dirEdge [3][4] |
| #define DC_DEBUG 0 |
Implementations of Octree member functions.
Definition at line 21 of file octree.cpp.
| #define dc_printf | ( | ... | ) |
Definition at line 28 of file octree.cpp.
Referenced by Octree::Octree(), and Octree::scanConvert().
Definition at line 2213 of file octree.cpp.
|
static |
Definition at line 2237 of file octree.cpp.
References float, norm(), and solve_least_squares().
Referenced by blender::compositor::DefocusNode::convert_to_operations().
|
static |
Definition at line 2183 of file octree.cpp.
Referenced by solve_least_squares().
|
static |
Definition at line 2194 of file octree.cpp.
References A, b, pseudoInverse(), and result.
Referenced by minimize().
| const int cellProcEdgeMask[6][5] |
Definition at line 2853 of file octree.cpp.
| const int cellProcFaceMask[12][3] |
Definition at line 2838 of file octree.cpp.
| const int dirCell[3][4][3] |
Definition at line 2883 of file octree.cpp.
| const int dirEdge[3][4] |
Definition at line 2887 of file octree.cpp.
| const int edgemask[3] = {5, 3, 6} |
Definition at line 2827 of file octree.cpp.
| const int edgeProcEdgeMask[3][2][5] |
Definition at line 2871 of file octree.cpp.
| const int faceMap[6][4] |
Definition at line 2829 of file octree.cpp.
Referenced by construct_param_handle_subsurfed(), modify_mesh(), and set_subsurf_legacy_uv().
| const int faceProcEdgeMask[3][4][6] |
Definition at line 2866 of file octree.cpp.
| const int faceProcFaceMask[3][4][3] |
Definition at line 2862 of file octree.cpp.
| const int processEdgeMask[3][4] |
Definition at line 2877 of file octree.cpp.