MeshLib C++ Docs
Loading...
Searching...
No Matches
TestFunctions.h File Reference
#include <time.h>
#include <MRMeshC/MRMeshFwd.h>

Go to the source code of this file.

Functions

struct timespec timespec_now (void)
 
struct timespec timespec_get_duration (const struct timespec *before, const struct timespec *after)
 
double timespec_to_seconds (const struct timespec *ts)
 
MRMeshcreateCube (void)
 

Function Documentation

◆ createCube()

MRMesh * createCube ( void )

◆ timespec_get_duration()

struct timespec timespec_get_duration ( const struct timespec * before,
const struct timespec * after )

◆ timespec_now()

struct timespec timespec_now ( void )

◆ timespec_to_seconds()

double timespec_to_seconds ( const struct timespec * ts)