8#ifndef IGL_COPYLEFT_CGAL_STRING_TO_MESH_BOOLEAN_H
9#define IGL_COPYLEFT_CGAL_STRING_TO_MESH_BOOLEAN_H
11#include "../../igl_inline.h"
12#include "../../MeshBooleanType.h"
29 const std::string & s,
34 const std::string & s);
39#ifndef IGL_STATIC_LIBRARY
40# include "string_to_mesh_boolean_type.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
bool string_to_mesh_boolean_type(const std::string &s, MeshBooleanType &type)
Convert string to boolean type.
MeshBooleanType
Boolean operation types.
Definition MeshBooleanType.h:14