Skip to content
Snippets Groups Projects
Commit da13640e authored by Andre Mühlenbrock's avatar Andre Mühlenbrock
Browse files

Removed unused classes.

parent 7f30671a
No related branches found
No related tags found
No related merge requests found
// 2021, CGVR (https://cgvr.informatik.uni-bremen.de/), Andre Mhlenbrock (muehlenb@uni-bremen.de)
#include "PointCloudToVRRegistrator.h"
PointCloudToVRRegistrator::PointCloudToVRRegistrator()
{
}
PointCloudToVRRegistrator::~PointCloudToVRRegistrator()
{
}
// 2021, CGVR (https://cgvr.informatik.uni-bremen.de/), Andre Mhlenbrock (muehlenb@uni-bremen.de)
#pragma once
#include "CoreMinimal.h"
/**
*
*/
class VRKINECTREGISTRATION_API PointCloudToVRRegistrator
{
public:
PointCloudToVRRegistrator();
~PointCloudToVRRegistrator();
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment