rsvs3D  0.0.0
Codes for the c++ implementation of the 3D RSVS
polyscopersvs.hpp File Reference

Provide an interface between the RSVS process and polyscope. More...

#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  polyscopersvs::PolyScopeRSVS
 A structure containing the information about the polyscope display and the RSVS elements to display. More...
 

Namespaces

 polyscopersvs
 Namespace containing interfaces to polyscope for RSVS objects.
 
 polyscopersvs::test
 Test functions for polyscope-RSVS integration.
 

Functions

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

Variables

bool polyscopersvs::POLYSCOPE_INITIALISED = false
 Flag controlling wether polyscope has been initialised or not.
 
bool polyscopersvs::test::TEST_HEADLESS = false
 Boolean controlling wether tests are run in headless mode or not.
 

Detailed Description

Provide an interface between the RSVS process and polyscope.

Author
Alexandre Payot
Version
0.1
Date
2021-08-08

This header includes classes and functions to manage the displaying of RSVS elements through polyscope. The key class for this interaction is the PolyScopeRSVS.

To use the functionality of this module call:

RSVS3D -i

Definition in file polyscopersvs.hpp.