BASIS  version 1.2.3 (revision 2104)
Classes
MultiArg.h File Reference

Extends TCLAP's MultiArg implementation. More...

#include <sbia/tclap/MultiArg.h>
+ Include dependency graph for basis/MultiArg.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sbia::basis::MultiArg< T >
 An argument that allows multiple values of type T to be specified. More...

Detailed Description

Extends TCLAP's MultiArg implementation.

Instead of always only consuming one argument after the argument name or flag, this MultiArg implementation consumes N arguments, where the number of arguments N is set to a fixed number at construction time.

Copyright (c) 2011 University of Pennsylvania. All rights reserved.
See https://www.cbica.upenn.edu/sbia/software/license.html or COPYING file.

Contact: SBIA Group <sbia-software at uphs.upenn.edu>

Definition in file basis/MultiArg.h.