Remove getCameraCfg function.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "Common/QGlobals.h"
|
#include "Common/QGlobals.h"
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <vtkImageData.h>
|
#include <vtkImageData.h>
|
||||||
@@ -36,15 +36,6 @@ public:
|
|||||||
return m_property;
|
return m_property;
|
||||||
};
|
};
|
||||||
|
|
||||||
void getCameraCfg(double *vup, double *camPos)
|
|
||||||
{
|
|
||||||
for (int i = 0; i < 3; i++)
|
|
||||||
{
|
|
||||||
vup[i] = m_vup[i];
|
|
||||||
camPos[i] = m_cameraPosition[i];
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
bool IntersectWorldBounds(SeriesImageSet* imageSet);
|
bool IntersectWorldBounds(SeriesImageSet* imageSet);
|
||||||
private:
|
private:
|
||||||
|
|
||||||
@@ -53,6 +44,4 @@ private:
|
|||||||
ExtendMedicalImageProperties* m_property = nullptr;
|
ExtendMedicalImageProperties* m_property = nullptr;
|
||||||
|
|
||||||
std::string m_pUniqueID;
|
std::string m_pUniqueID;
|
||||||
double m_cameraPosition[3];
|
|
||||||
double m_vup[3];
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user