![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "ecvNormalVectors.h"#include "ecvHObjectCaster.h"#include "ecvNormalCompressor.h"#include "ecvSensor.h"#include "ecvSingleton.h"#include <CVGeom.h>#include <DgmOctreeReferenceCloud.h>#include <GenericIndexedMesh.h>#include <GenericProgressCallback.h>#include <Neighbourhood.h>#include <assert.h>#include <random>
Go to the source code of this file.
Variables | |
| static ecvSingleton< ccNormalVectors > | s_uniqueInstance |
| static const unsigned | NUMBER_OF_POINTS_FOR_NORM_WITH_TRI = 6 |
| static const unsigned | NUMBER_OF_POINTS_FOR_NORM_WITH_LS = 3 |
| static const unsigned | NUMBER_OF_POINTS_FOR_NORM_WITH_QUADRIC = 6 |
|
static |
Definition at line 36 of file ecvNormalVectors.cpp.
Referenced by ccNormalVectors::ComputeNormsAtLevelWithLS().
|
static |
Definition at line 39 of file ecvNormalVectors.cpp.
Referenced by ccNormalVectors::ComputeNormsAtLevelWithQuadric().
|
static |
Definition at line 33 of file ecvNormalVectors.cpp.
Referenced by ccNormalVectors::ComputeCloudNormals(), and ccNormalVectors::ComputeNormsAtLevelWithTri().
|
static |
Definition at line 29 of file ecvNormalVectors.cpp.
Referenced by ccNormalVectors::GetUniqueInstance(), and ccNormalVectors::ReleaseUniqueInstance().