Search found 4 matches

by oink
Wed Jun 28, 2006 5:59 pm
Forum: AIMS
Topic: AimsRefineMesh
Replies: 3
Views: 6177

Actually, AimsRefineMesh simply splits a triangle in two whenever an edge longer than a user-given threshold is found. Vmsuser has a point, AimsRefineMesh is super-slow for what it is supposed to do. This is an implementation issue due to the structure used, which therefore cannot be corrected as fa...
by oink
Tue May 23, 2006 10:36 am
Forum: Anatomist
Topic: Snapshots
Replies: 3
Views: 5383

If you have a way to know whether you are in record mode or not, then, when not in record mode, ask the user, and when in record mode, do not write the image. Actually, since the sequence is broken, you might as well stop recording at that point and warn the user that recording failed because of tha...
by oink
Tue May 16, 2006 1:52 pm
Forum: Anatomist
Topic: Snapshots
Replies: 3
Views: 5383

Snapshots

Just a minor comment regarding anatomist's ability to save snapshot images: existing images are overwritten without a warning.

Cheers,

Pascal
by oink
Wed Nov 30, 2005 3:14 pm
Forum: AIMS
Topic: Weird parsing error message from AimsApplication
Replies: 1
Views: 4556

Weird parsing error message from AimsApplication

When compiling the following code: #include <aims/getopt/getopt2.h> #include <aims/data/data_g.h> #include <aims/io/io_g.h> using namespace aims; using namespace carto; using namespace std; int main(int argc, const char **argv) { try { int n; AimsApplication application( argc, argv, "weird"...