This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
3DFaces
/
libigl_Martin
Seguir
3
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
cb15a39694
Ramas
Etiquetas
martinsChanges
master
libigl_Martin
/
examples
/
stdin_to_temp
jalec
13020d0872
libigl.a and mosek/tetgen extras compile on redhat (with some warnings and removed deprecations), static library makefile for anttweakbar
%!s(int64=13) %!d(string=hai) anos
..
Makefile
13020d0872
libigl.a and mosek/tetgen extras compile on redhat (with some warnings and removed deprecations), static library makefile for anttweakbar
%!s(int64=13) %!d(string=hai) anos
README
4bd7008b86
added stdin_to_temp for using pipe/stdin as file (for functions that need to fseek, rewind etc)
%!s(int64=13) %!d(string=hai) anos
example.cpp
bd4d115fea
major reorganization of directory structure
%!s(int64=13) %!d(string=hai) anos
README
This is a simple example program that shows how to use the stdin_to_temp
function in stdin_to_temp.h in the igl library.
To Build:
make
To Run:
cat file1 | ./stdin_to_temp_demo
cat file1 | ./stdin_to_temp_demo | cat >file2
cat file1 | ./stdin_to_temp_demo dummy1 dummy2 | cat >file2
./stdin_to_temp_demo file2
./stdin_to_temp_demo file2