I am Charmie

メモとログ

2013-06-07から1日間の記事一覧

VTK on Ubuntu

VTK (http://www.vtk.org/) is a visualization library for C++ but has graph processing functions. Thus, I'll try VTK as well.if [ ! -f vtk-5.8.0.tar.gz ]; then wget http://www.vtk.org/files/release/5.8/vtk-5.8.0.tar.gzfiif [ ! -f vtkdata-5.…

GraphViz on ubuntu

I'm using Boost Graph Library (BGL) and looking for libraries/softwares that can visualize graph network obtained by using BGL. GraphViz is an open source graph visualization software. Fortunately, BGL has a function that outputs graph net…