First commit
This commit is contained in:
12
MbDCode/PartFrame.cpp
Normal file
12
MbDCode/PartFrame.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "PartFrame.h"
|
||||
#include "AbsConstraint.h"
|
||||
#include "MarkerFrame.h"
|
||||
|
||||
namespace MbD {
|
||||
|
||||
PartFrame::PartFrame()
|
||||
{
|
||||
aGabs = std::vector<std::shared_ptr<AbsConstraint>>();
|
||||
markerFrames = std::vector<std::shared_ptr<MarkerFrame>>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user