![]() |
OpenMesh
|
#include "Config.hh"
#include <iosfwd>
#include <sstream>
#include <vector>
#include <algorithm>
#include <stdexcept>
#include <OpenMesh/Core/Utils/Noncopyable.hh>
Go to the source code of this file.
Classes | |
class | OpenMesh::Utils::TestingFramework |
Helper class for test programms. More... | |
Namespaces | |
OpenMesh | |
Martin, 26.12.2004: 1) replaced resize(size()-1) with pop_back(), since the later is more efficient 2) replaced interface_.set_heap_position(entry(0), -1); with reset_heap_position() 3) added const modifier to various functions TODO: in the moment the heap does not conform to the HeapInterface specification, i.e., copies are passed instead of references. | |
OpenMesh::Utils | |
Macros | |
#define | TH_VERIFY(expr, expt) verify( expr, expt, #expr ) |
#define | TH_VERIFY_X(expr, expt) verify_x( expr, expt, #expr ) |
This file contains a little framework for test programms