dispmap/svpointcloud.cpp

11 lines
126 B
C++
Raw Normal View History

2014-07-23 20:50:12 +04:00
#include "svpointcloud.h"
SvPointCloud::SvPointCloud()
{
}
void SvPointCloud::addPoint(SvFrameId frame, SvPoint point)
{
}