MCPcopy Create free account
hub / github.com/PDAL/PDAL / TindexBoundary

Method TindexBoundary

kernels/TIndexKernel.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71{
72public:
73 TindexBoundary(int32_t density, double edgeLength, uint32_t sampleSize)
74 : m_density(density), m_edgeLength(edgeLength),
75 m_sampleSize(sampleSize)
76 {}
77 ~TindexBoundary()
78 {}
79

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected