box.inl

Go to the documentation of this file.
00001 // Protocols for Box classes
00002 
00003 #pragma warning(push)
00004 #pragma warning(disable:4100)
00005 
00006     use_generic                     ( eq,           "=");
00007     use_generic                     ( ne,           "!=");
00008     use_generic                     ( scale,        "scale");
00009     use_generic                     ( translate,    "translate");
00010 
00011     def_visible_generic_debug_ok    ( isEmpty,      "isEmpty");         
00012     def_visible_generic_debug_ok    ( contains,     "contains");
00013     def_visible_generic_debug_ok    ( rectify,      "rectify");
00014     def_visible_generic_debug_ok    ( empty,        "empty");
00015 
00016 #pragma warning(pop)