![]() |
PhoenixInkscape
2.0.0
Generate multiple png files with svg inkscape files
|
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
void | testPStream () |
Test the PStream. More... | |
void | testPStreamMatrix () |
Test the PStream. More... | |
void | testPStreamTable () |
Test the PStream. More... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 68 of file main.cpp.
References testPStream(), testPStreamMatrix(), and testPStreamTable().
void testPStream | ( | ) |
Test the PStream.
Definition at line 13 of file main.cpp.
References PStream::close(), PStream::open(), and phoenix_assert.
Referenced by main().
void testPStreamMatrix | ( | ) |
Test the PStream.
Definition at line 49 of file main.cpp.
References PStream::close(), PStream::open(), phoenix_assert, PStream::read(), and PStream::write().
Referenced by main().
void testPStreamTable | ( | ) |
Test the PStream.
Definition at line 29 of file main.cpp.
References PStream::close(), PStream::open(), phoenix_assert, PStream::read(), and PStream::write().
Referenced by main().