You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
|
|
|
|
#include "FITKZonePoints.h"
|
|
|
|
|
|
|
|
|
|
Interface::FITKZonePointManager::FITKZonePointManager()
|
|
|
|
|
{
|
|
|
|
|
//默认有一个成员,位置是0,0,0
|
|
|
|
|
FITKZonePoint* p = new FITKZonePoint(0, 0, 0);
|
|
|
|
|
this->appendDataObj(p);
|
|
|
|
|
}
|
|
|
|
|
|