![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <stdio.h>#include <stdlib.h>#include <math.h>#include <float.h>#include <cmath>#include "MyTime.h"#include "MarchingCubes.h"#include "Octree.h"#include "SparseMatrix.h"#include "CmdLineParser.h"#include "PPolynomial.h"#include "Ply.h"#include "MemoryUsage.h"#include "MultiGridOctreeData.h"#include <stdarg.h>
Go to the source code of this file.
Macros | |
| #define | DEFAULT_FULL_DEPTH 5 |
| #define | XSTR(x) STR(x) |
| #define | STR(x) #x |
Functions | |
| int | PoissonRecon (int argc, char *argv[]) |
| #define DEFAULT_FULL_DEPTH 5 |
Definition at line 56 of file PoissonRecon.cpp.
| #define STR | ( | x | ) | #x |
Definition at line 59 of file PoissonRecon.cpp.
| #define XSTR | ( | x | ) | STR(x) |
Definition at line 58 of file PoissonRecon.cpp.
| int PoissonRecon | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 530 of file PoissonRecon.cpp.
References cmdLineParse(), MAX_MEMORY_GB, NULL, params, and Time().