Blender  V2.93
Classes | Macros
openvdb_util.h File Reference
#include <openvdb/openvdb.h>
#include <openvdb/util/CpuTimer.h>

Go to the source code of this file.

Classes

class  ScopeTimer
 

Macros

#define CATCH_KEYERROR
 
#define Timer(x)
 

Macro Definition Documentation

◆ CATCH_KEYERROR

#define CATCH_KEYERROR
Value:
catch (const openvdb::KeyError &e) \
{ \
std::cerr << e.what() << '\n'; \
}
ATTR_WARN_UNUSED_RESULT const BMVert const BMEdge * e

Definition at line 26 of file openvdb_util.h.

◆ Timer

#define Timer (   x)

Definition at line 48 of file openvdb_util.h.