#include "PartFrame.h" #include "AbsConstraint.h" #include "MarkerFrame.h" namespace MbD { PartFrame::PartFrame() { aGabs = std::vector>(); markerFrames = std::vector>(); } }