First commit.
This commit is contained in:
15
desktop/jni/marker.cpp
Normal file
15
desktop/jni/marker.cpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#include "marker.hpp"
|
||||
|
||||
namespace nxtar{
|
||||
|
||||
/******************************************************************************
|
||||
* MARKER CLASS METHODS. *
|
||||
******************************************************************************/
|
||||
|
||||
/**
|
||||
* Clear the points vector associated with this marker.
|
||||
*/
|
||||
Marker::~Marker(){
|
||||
points.clear();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user