ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
MultiGridOctreeData.h File Reference
#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"
Include dependency graph for MultiGridOctreeData.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ DATA_DEGREE

#define DATA_DEGREE   1

Definition at line 47 of file MultiGridOctreeData.h.

◆ FORCE_NEUMANN_FIELD

#define FORCE_NEUMANN_FIELD   1

Definition at line 87 of file MultiGridOctreeData.h.

◆ GRADIENT_DOMAIN_SOLUTION

#define GRADIENT_DOMAIN_SOLUTION   1

Definition at line 54 of file MultiGridOctreeData.h.

◆ MAX_MEMORY_GB

#define MAX_MEMORY_GB   0

Definition at line 52 of file MultiGridOctreeData.h.

◆ NEW_CODE

#define NEW_CODE   1

Definition at line 44 of file MultiGridOctreeData.h.

◆ NEW_NEW_CODE

#define NEW_NEW_CODE   0

Definition at line 45 of file MultiGridOctreeData.h.

◆ NORMAL_DEGREE

#define NORMAL_DEGREE   2

Definition at line 49 of file MultiGridOctreeData.h.

◆ WEIGHT_DEGREE

#define WEIGHT_DEGREE   2

Definition at line 48 of file MultiGridOctreeData.h.

Function Documentation

◆ omp_get_num_procs()

int omp_get_num_procs ( void  )

Definition at line 99 of file MultiGridOctreeData.h.

Referenced by PoissonReconLib::Parameters::Parameters().

◆ omp_get_thread_num()

int omp_get_thread_num ( void  )

Definition at line 100 of file MultiGridOctreeData.h.

◆ Reset()

template<class Real >
void Reset ( void  )