Skip to content
Snippets Groups Projects
BorderArray.cpp 423 B
Newer Older
  • Learn to ignore specific revisions
  • /*
     * BorderArray.cpp
     *
     *  Created on: 1. 11. 2014
     *      Author: Tomas Pecka
     */
    
    #include "BorderArray.h"
    
    #include <registration/AlgoRegistration.hpp>
    
    namespace string {
    
    namespace properties {
    
    auto BorderArrayLinearString = registration::AbstractRegister < BorderArray, ext::vector < unsigned >, const string::LinearString < > & > ( BorderArray::construct );
    
    } /* namespace properties */
    
    } /* namespace string */