MCPcopy Create free account
hub / github.com/PointCloudLibrary/pcl / MarchingCubes

Method MarchingCubes

gpu/kinfu/src/marching_cubes.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48extern const int numVertsTable[256];
49
50pcl::gpu::MarchingCubes::MarchingCubes()
51{
52 edgeTable_.upload(edgeTable, 256);
53 numVertsTable_.upload(numVertsTable, 256);
54 triTable_.upload(&triTable[0][0], 256 * 16);
55}
56
57DeviceArray<pcl::gpu::MarchingCubes::PointType>
58pcl::gpu::MarchingCubes::run(const TsdfVolume& tsdf, DeviceArray<PointType>& triangles_buffer)

Callers

nothing calls this directly

Calls 1

uploadMethod · 0.45

Tested by

no test coverage detected