/* Web Polygraph http://www.web-polygraph.org/ * (C) 2003-2006 The Measurement Factory * Licensed under the Apache License, Version 2.0 */ #ifndef POLYGRAPH__CSM_RNDBODYITER_H #define POLYGRAPH__CSM_RNDBODYITER_H #include "csm/BodyIter.h" class RndBodyIter: public BodyIter { protected: virtual bool pourBody(); }; #endif