1 /*=========================================================================
3 Program: Insight Segmentation & Registration Toolkit
4 Module: $RCSfile: cmCommands.h,v $
6 Date: $Date: 2002-01-21 20:30:21 $
7 Version: $Revision: 1.4 $
9 Copyright (c) 2002 Insight Consortium. All rights reserved.
10 See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details.
12 This software is distributed WITHOUT ANY WARRANTY; without even
13 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
14 PURPOSE. See the above copyright notices for more information.
16 =========================================================================*/
19 #include "cmStandardIncludes.h"
23 * Global function to return all compiled in commands.
24 * To add a new command edit cmCommands.cxx and add your command.
25 * It is up to the caller to delete the commands created by this
28 void GetPredefinedCommands(std::list
<cmCommand
*>& commands
);