|
Blender V5.0
|
#include "GeoCommon.h"#include "MemoryAllocator.h"#include "ModelReader.h"#include "Projections.h"#include "cubes.h"#include "dualcon.h"#include "manifold_table.h"#include <cassert>#include <cstdio>#include <cstring>Go to the source code of this file.
Classes | |
| struct | InternalNode |
| struct | LeafNode |
| union | Node |
| struct | PathElement |
| struct | PathList |
| class | Octree |
Macros | |
| #define | EDGE_FLOATS 4 |
Variables | |
| const int | edgemask [3] |
| const int | faceMap [6][4] |
| const int | cellProcFaceMask [12][3] |
| const int | cellProcEdgeMask [6][5] |
| const int | faceProcFaceMask [3][4][3] |
| const int | edgeProcEdgeMask [3][2][5] |
| const int | faceProcEdgeMask [3][4][6] |
| const int | processEdgeMask [3][4] |
| const int | dirCell [3][4][3] |
| const int | dirEdge [3][4] |
| #define EDGE_FLOATS 4 |
Main class and structures for scan-convertion, sign-generation, and surface reconstruction.
Definition at line 35 of file dualcon/intern/octree.h.
|
extern |
Definition at line 2855 of file dualcon/intern/octree.cpp.
|
extern |
Definition at line 2840 of file dualcon/intern/octree.cpp.
|
extern |
Definition at line 2885 of file dualcon/intern/octree.cpp.
|
extern |
Definition at line 2889 of file dualcon/intern/octree.cpp.
|
extern |
Definition at line 2829 of file dualcon/intern/octree.cpp.
|
extern |
Definition at line 2873 of file dualcon/intern/octree.cpp.
|
extern |
Definition at line 2831 of file dualcon/intern/octree.cpp.
Referenced by construct_param_handle_subsurfed(), and modify_mesh().
|
extern |
Definition at line 2868 of file dualcon/intern/octree.cpp.
|
extern |
Definition at line 2864 of file dualcon/intern/octree.cpp.
|
extern |
Definition at line 2879 of file dualcon/intern/octree.cpp.