Alex Laier Web Spot

Computer Graphics, Geometry, Seismic Processing, Reconstruction, Compression

 
Goodies
Logos Matmidia, Capes, Faperj, Petrobras formato illustrator
Friday, 05 September 2008 16:29

Download the code_(9,08 MB) Download logos:
click here to download
Last Updated ( Friday, 05 September 2008 22:17 )
 
Wikibook
Thursday, 07 August 2008 16:06
My c++ wikibook ... 

A lot of c++ snippets
(in portuguese)

Click here to

Last Updated ( Thursday, 07 August 2008 16:36 )
 
Old code
Thursday, 07 August 2008 16:05

Description: Some old stuff...

 

Last Updated ( Thursday, 26 March 2009 18:57 )
 
Tesis code
Thursday, 07 August 2008 15:56

Download the code_(9,08 MB)
Last Updated ( Thursday, 26 March 2009 18:56 )
 
Ray trace
Thursday, 07 August 2008 15:56

Click here to get the presentation and code
Last Updated ( Thursday, 26 March 2009 18:56 )
 
Matmidia merchandise
Thursday, 07 August 2008 15:55

Click here to get the logos
Last Updated ( Thursday, 26 March 2009 18:56 )
 
Simple C++ Xml Parser
Thursday, 07 August 2008 15:54


Description: Simple multi purpose C++ xml parser 

Simple C++ Xml Parser

Features:

This parser work only on xml files encoded with UTF-8.fter the xml data is parsed, the file is loaded to a simple Tree in the memory and the user is able to work with the nodes.The nodes can be easily saved to an string.

Download visual studio 8.0 project click here
Click here to go to the page

  

Last Updated ( Monday, 13 April 2009 20:52 )
 
Bsp
Thursday, 07 August 2008 15:54

Description: An implementation of a binary space partition in 3d using c++ with build-in visualization   
Click here to go to the page
Last Updated ( Thursday, 26 March 2009 18:55 )
 
Gsl 1.11 port Microsoft Visual Studio 2008 vc9.0
Thursday, 07 August 2008 15:54


Description: A port of the gsl - Gnu scientifc library - to Microsoft Visual Studio 2008 compiler. This is a port of GSL 1.11 to Microsoft Visual C++ 2008 (vc 9.0)

I maintain this port because I had problems with the debug informations of the cygwin binaries distribution.

Contact me if you need the library in other forms (at the moment, only static library with static runtime is provided)

The release version have sse2 enabled.

Settings you have to change when creating your own project :

- additional include directory should point to win32\gsl\include
- additional library directory should point to win32\gsl\lib\debug_static-vc90 or win32\gsl\lib\release_static-vc90
- Code generation : use /MTd for Debug and /MT for Release (static c runtime)
- Debug config should link with "cblas.lib gsl.lib"
- Release config should link with "cblas.lib gsl.lib"

The binary distribution contains an example project to show how to se this library with Microsoft Visual C++ 2008 (vc 9.0). Just load win32\example\example.sln into visual studio, compile and run.

This version is based on the work on port of  David Geldreich ( This e-mail address is being protected from spambots. You need JavaScript enabled to view it )
Visual Studio 2003.net port Latest version could be found on : http://david.geldreich.free.fr/dev.html

Autor: Alex Laier Bordignon ( This e-mail address is being protected from spambots. You need JavaScript enabled to view it http://matmidia.org/alexlaier
Date: 4/28/2009

Source code and binaries: Download (4,4 MB)

Source code only: Download (1,7 MB)

Last Updated ( Tuesday, 11 August 2009 18:50 )
 
Medial axis based on level set
Thursday, 07 August 2008 15:54

Description: An implementation level set made to the cg course of Geovan Tavares 
Download src: geostat.7z

Last Updated ( Thursday, 05 November 2009 15:07 )