jalec 13020d0872 libigl.a and mosek/tetgen extras compile on redhat (with some warnings and removed deprecations), static library makefile for anttweakbar преди 13 години
..
Makefile 13020d0872 libigl.a and mosek/tetgen extras compile on redhat (with some warnings and removed deprecations), static library makefile for anttweakbar преди 13 години
README 1623a76465 Added is_dir and is_dir example преди 13 години
example.cpp bd4d115fea major reorganization of directory structure преди 13 години

README

This is a simple example program that shows how to use the is_dir function of
is_dir.h in the igl library.


To Build:
make

To Run:
./example [path_1] [path_2] ... [path_n]

Example Run #1:
Issuing:
./example . .. example.cpp non-existant-file
should produce:
is_dir(.) --> TRUE
is_dir(..) --> TRUE
is_dir(example.cpp) --> FALSE
is_dir(non-existant-file) --> FALSE