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.
AppFlow/FITK_Interface/FITKInterfaceMeshGen/FITKZonePoints.cpp

11 lines
222 B
C++


#include "FITKZonePoints.h"
Interface::FITKZonePointManager::FITKZonePointManager()
{
//默认有一个成员位置是000
FITKZonePoint* p = new FITKZonePoint(0, 0, 0);
this->appendDataObj(p);
}