I would like to build a SubdivisionOfPoints from C++. However, my experiments were not fruitful.
Using
Code: Select all
perl::Object * sd = new perl::Object("SubdivisionOfPoints");
Code: Select all
Error processing type expression SubdivisionOfPoints: Package "SubdivisionOfPoints" does not exist at (eval 275) line 1.
at /usr/local/share/polymake/perllib/Polymake/Core/Application.pm line 431.
Polymake::Core::Application::construct_type() called at -e line 0
eval {...} called at -e line 0
Vincent