Step6RegionGrowing2.cpp

Instantiate the access function for 3D and all datatypes. Instantiation for 2D is done in Step6RegionGrowing1. Some compilers have memory problems without the explicit instantiation, some even need the separation in 2D/3D.

/*=========================================================================

Program:   Medical Imaging & Interaction Toolkit
Language:  C++
Date:      $Date$
Version:   $Revision$

Copyright (c) German Cancer Research Center, Division of Medical and
Biological Informatics. All rights reserved.
See MITKCopyright.txt or https://www.mitk.org/copyright.html for details.

This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.  See the above copyright notices for more information.

=========================================================================*/

#include "Step6RegionGrowing.txx"

InstantiateAccessFunctionForFixedDimension_1(RegionGrowing, 3, Step6*) 


 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines