![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "Hash.h"#include "BSplineData.h"#include "PointStream.h"#include "MultiGridOctreeData.inl"#include "MultiGridOctreeData.SortedTreeNodes.inl"#include "MultiGridOctreeData.WeightedSamples.inl"#include "MultiGridOctreeData.System.inl"#include "MultiGridOctreeData.IsoSurface.inl"#include "MultiGridOctreeData.Evaluation.inl"

Go to the source code of this file.
Classes | |
| class | TreeNodeData |
| class | VertexData |
| class | SortedTreeNodes |
| struct | SortedTreeNodes::_Indices< Indices > |
| struct | SortedTreeNodes::SliceTableData |
| struct | SortedTreeNodes::XSliceTableData |
| struct | PointSupportKey< Degree > |
| struct | ConstPointSupportKey< Degree > |
| class | PointData< Real > |
| struct | SparseNodeData< Data, Degree > |
| struct | DenseNodeData< Data, Degree > |
| struct | Stencil< C, N > |
| class | SystemCoefficients< Degree1, Degree2 > |
| class | Octree< Real > |
| struct | Octree< Real >::ProjectiveData< V > |
| struct | Octree< Real >::_Evaluator< FEMDegree > |
| struct | Octree< Real >::IsoEdge |
| struct | Octree< Real >::FaceEdges |
| struct | Octree< Real >::SliceValues< Vertex > |
| struct | Octree< Real >::XSliceValues< Vertex > |
| struct | Octree< Real >::SlabValues< Vertex > |
Macros | |
| #define | NEW_CODE 1 |
| #define | NEW_NEW_CODE 0 |
| #define | DATA_DEGREE 1 |
| #define | WEIGHT_DEGREE 2 |
| #define | NORMAL_DEGREE 2 |
| #define | MAX_MEMORY_GB 0 |
| #define | GRADIENT_DOMAIN_SOLUTION 1 |
| #define | FORCE_NEUMANN_FIELD 1 |
Functions | |
| int | omp_get_num_procs (void) |
| int | omp_get_thread_num (void) |
| template<class Real > | |
| void | Reset (void) |
| #define DATA_DEGREE 1 |
Definition at line 47 of file MultiGridOctreeData.h.
| #define FORCE_NEUMANN_FIELD 1 |
Definition at line 87 of file MultiGridOctreeData.h.
| #define GRADIENT_DOMAIN_SOLUTION 1 |
Definition at line 54 of file MultiGridOctreeData.h.
| #define MAX_MEMORY_GB 0 |
Definition at line 52 of file MultiGridOctreeData.h.
| #define NEW_CODE 1 |
Definition at line 44 of file MultiGridOctreeData.h.
| #define NEW_NEW_CODE 0 |
Definition at line 45 of file MultiGridOctreeData.h.
| #define NORMAL_DEGREE 2 |
Definition at line 49 of file MultiGridOctreeData.h.
| #define WEIGHT_DEGREE 2 |
Definition at line 48 of file MultiGridOctreeData.h.
| int omp_get_num_procs | ( | void | ) |
Definition at line 99 of file MultiGridOctreeData.h.
Referenced by PoissonReconLib::Parameters::Parameters().
| int omp_get_thread_num | ( | void | ) |
Definition at line 100 of file MultiGridOctreeData.h.
| void Reset | ( | void | ) |
Definition at line 659 of file MultiGridOctreeData.h.
References TreeNodeData::NodeCount.
Referenced by ccGeomFeaturesDlg::ccGeomFeaturesDlg(), PyViewControl< ViewControlBase >::Reset(), and SaveDracoFileDlg::SaveDracoFileDlg().