Search found 3 matches

by jdlemare
Fri Nov 18, 2005 5:38 pm
Forum: AIMS
Topic: New way of reading and writing .minf files
Replies: 4
Views: 6534

I am using setProperty and it's working fine

Thank you very much !

jd
by jdlemare
Fri Nov 18, 2005 2:37 pm
Forum: AIMS
Topic: New way of reading and writing .minf files
Replies: 4
Views: 6534

I think the problem occured because, instead of header.setProperty( "toto", vec ); I was using the following instruction: header[ "toto" ] = vec which was working fine before I changed my version of aims library Actually, I am using this instruction: header.setAttribute( "to...
by jdlemare
Thu Nov 17, 2005 1:55 pm
Forum: AIMS
Topic: New way of reading and writing .minf files
Replies: 4
Views: 6534

New way of reading and writing .minf files

Hello ! I have problems with Reading and Writing of .minf When writing a header using a PythonHeader and filling a vector< Object > , I get the following error message: terminate called after throwing an instance of 'std::invalid_argument' what(): wrong type I used to include #include <cartobase/att...