//==============================================================================
/*! \file
 * Medical Data Segmentation Toolkit (MDSTk)      \n
 * Copyright (c) yyyy by ...                      \n
 *
 * Author:  ..., ...@...                          \n
 * File:    mds.cpp                               \n
 * Section: ...                                   \n
 * Date:    yyyy/mm/dd                            \n
 *
 * $Id:$
 *
 * Description:
 * - 
 */

#include <MDSTk/.../mds.h>


namespace mds
{

//==============================================================================
/*
 * Implementation of the class mds::C
 */


} // namespace mds
