The patch I attached to the previous mail causes compile error with Visual C++. Probably there is a name collision with a macro.
To get it work, you have to rename the static data members from FALSE to False and from TRUE to True, respectively. (In both files.) I mean if somebody cares... ;-) Best, Miklos On Fri, Aug 12, 2011 at 4:22 PM, Miklos Espak <[email protected]> wrote: > I attached a patch, consider if it fits into your design principles or > if you need it at all. It is a minor issue, really. > > Have a nice weekend! > > Best regards, > Miklos > >> On Thu, Aug 11, 2011 at 9:44 AM, Neuhaus, Jochen >> <[email protected]> wrote: >>> Hi, >>> >>> the predicates are exclusively used in the mitk::DataStorage, as far as I >>> know. All methods that use predicates there can be supplied with a NULL >>> Pointer instead of a predicate, which leads to the same behavior as a >>> "true" predicate. Right now, I can't think of a use case where one would >>> need to build a complex predicate that includes a "true" or "false" >>> predicate. But on the other hand, it certainly wouldn't hurt to have them >>> in MITK. >>> Do you want to contribute these predicates to MITK? >>> >>> Best regards, >>> Jochen > ------------------------------------------------------------------------------ EMC VNX: the world's simplest storage, starting under $10K The only unified storage solution that offers unified management Up to 160% more powerful than alternatives and 25% more efficient. Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
