new branch: working
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#include <memory>
|
||||
|
||||
#include "EndFramec.h"
|
||||
|
||||
using namespace MbD;
|
||||
@@ -12,9 +14,27 @@ EndFramec::EndFramec(const char* str) : CartesianFrame(str) {
|
||||
|
||||
void EndFramec::initialize()
|
||||
{
|
||||
CartesianFrame::initialize();
|
||||
}
|
||||
|
||||
void EndFramec::setMarkerFrame(MarkerFrame* markerFrm)
|
||||
{
|
||||
markerFrame = markerFrm;
|
||||
}
|
||||
|
||||
MarkerFrame* EndFramec::getMarkerFrame()
|
||||
{
|
||||
return markerFrame;
|
||||
}
|
||||
|
||||
void EndFramec::initializeLocally()
|
||||
{
|
||||
}
|
||||
|
||||
void EndFramec::initializeGlobally()
|
||||
{
|
||||
}
|
||||
|
||||
void MbD::EndFramec::EndFrameqctFrom(std::shared_ptr<EndFramec>& newFrmI)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user