ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
Rasterization Class Reference

#include <Rasterization.h>

Static Public Member Functions

static double findHeightValByNeighbor (Particle *p, Cloth &cloth)
 
static double findHeightValByScanline (Particle *p, Cloth &cloth)
 
static bool RasterTerrain (Cloth &cloth, const wl::PointCloud &pc, std::vector< double > &heightVal, unsigned KNN=1)
 

Detailed Description

Definition at line 16 of file Rasterization.h.

Member Function Documentation

◆ findHeightValByNeighbor()

double Rasterization::findHeightValByNeighbor ( Particle p,
Cloth cloth 
)
static

◆ findHeightValByScanline()

double Rasterization::findHeightValByScanline ( Particle p,
Cloth cloth 
)
static

◆ RasterTerrain()

bool Rasterization::RasterTerrain ( Cloth cloth,
const wl::PointCloud pc,
std::vector< double > &  heightVal,
unsigned  KNN = 1 
)
static

The documentation for this class was generated from the following files: