Package hedge :: Module visualization :: Class VtkFile
[hide private]
[frames] | no frames]

Class VtkFile

source code


Instance Methods [hide private]
 
__init__(self, pathname, grid, filenames=None, compressor=None)
`compressor` may be what ever is accepted by hedge.vtk.make_vtkfile.
source code
 
get_head_pathname(self) source code
 
do_close(self) source code

Inherited from tools.Closable: __enter__, __exit__, close

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, pathname, grid, filenames=None, compressor=None)
(Constructor)

source code 

`compressor` may be what ever is accepted by hedge.vtk.make_vtkfile.

Overrides: object.__init__