xtk / X

The X Toolkit
http://www.goXTK.com
Other
795 stars 266 forks source link

Support for parsing binary VTK polydata files #164

Closed blezek closed 9 years ago

blezek commented 9 years ago

VTK files are saved in binary or ASCII format, now can be parsed in binary.

See: http://www.vtk.org/VTK/img/file-formats.pdf for details of the binary format.

blezek commented 9 years ago

Sorry, was not able to run the testing, so there are no baseline images. Tried both Firefox and Chrome, but got the same error in both cases (Mac OSX 10.9).

[09:14 AM]{blezek:numbers(Parse_binary_VTK_files)}:utils
28: ./test.py -b 
Testing XTK...
Traceback (most recent call last):
  File "./test.py", line 28, in <module>
    tester.run( options )
  File "/Users/blezek/Source/X/utils/_core/_tester.py", line 474, in run
    self.setupEnvironment( browser )
  File "/Users/blezek/Source/X/utils/_core/_tester.py", line 117, in setupEnvironment
    self.__browser = self.getBrowser( name )
  File "/Users/blezek/Source/X/utils/_core/_tester.py", line 84, in getBrowser
    print 'ERROR: Could not start ' + browserString
NameError: global name 'browserString' is not defined
blezek commented 9 years ago

Fixed problem when building using Google Closure

stity commented 8 years ago

@dblezek Why did you delete the pull request ? Is it not working ?

blezek commented 8 years ago

@stity Honestly, I can't exactly remember. Will look back in my notes.