This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
#include "FITKZonePoints.h"
Interface::FITKZonePointManager::FITKZonePointManager()
{
//默认有一个成员,位置是0,0,0
FITKZonePoint* p = new FITKZonePoint(0, 0, 0);
this->appendDataObj(p);
}