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

Method setViewPoint

gpu/features/src/features.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91
92
93void pcl::gpu::NormalEstimation::setViewPoint (float vpx, float vpy, float vpz)
94{
95 vpx_ = vpx; vpy_ = vpy; vpz_ = vpz;
96}
97
98void pcl::gpu::NormalEstimation::getViewPoint (float &vpx, float &vpy, float &vpz) const
99{

Callers 7

segmentObjectMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36