rsvs3D  0.0.0
Codes for the c++ implementation of the 3D RSVS
polyscopersvs::test Namespace Reference

Test functions for polyscope-RSVS integration. More...

Functions

int init ()
 Should initialise polyscope. More...
 
int show ()
 Should display the polyscope window. More...
 
int meshShow ()
 Should display a single small cubic mesh. More...
 

Variables

bool TEST_HEADLESS = false
 Boolean controlling wether tests are run in headless mode or not.
 

Detailed Description

Test functions for polyscope-RSVS integration.

Function Documentation

◆ init()

int polyscopersvs::test::init ( )

Should initialise polyscope.

Returns
int The error code: 0 indicates success, all other numbers are failures

Definition at line 814 of file polyscopersvs.cpp.

◆ meshShow()

int polyscopersvs::test::meshShow ( )

Should display a single small cubic mesh.

Returns
int The error code: 0 indicates success, all other numbers are failures

Definition at line 838 of file polyscopersvs.cpp.

◆ show()

int polyscopersvs::test::show ( )

Should display the polyscope window.

Returns
int The error code: 0 indicates success, all other numbers are failures

Definition at line 826 of file polyscopersvs.cpp.