codac 1.5.6
Loading...
Searching...
No Matches
codac2_object_file_format.h
Go to the documentation of this file.
1
9
10#pragma once
11
12#include <list>
13#include <string>
15
16namespace codac2
17{
18 void export_to_ObjectFileFormat(const std::list<IntervalVector>& l, const std::string& file_name, const std::string& color = "black");
19}