ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ecvNormalVectors.cpp File Reference
#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>
Include dependency graph for ecvNormalVectors.cpp:

Go to the source code of this file.

Variables

static ecvSingleton< ccNormalVectorss_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
 

Variable Documentation

◆ NUMBER_OF_POINTS_FOR_NORM_WITH_LS

const unsigned NUMBER_OF_POINTS_FOR_NORM_WITH_LS = 3
static

Definition at line 36 of file ecvNormalVectors.cpp.

Referenced by ccNormalVectors::ComputeNormsAtLevelWithLS().

◆ NUMBER_OF_POINTS_FOR_NORM_WITH_QUADRIC

const unsigned NUMBER_OF_POINTS_FOR_NORM_WITH_QUADRIC = 6
static

◆ NUMBER_OF_POINTS_FOR_NORM_WITH_TRI

const unsigned NUMBER_OF_POINTS_FOR_NORM_WITH_TRI = 6
static

◆ s_uniqueInstance