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

Class ParallelVtkFile

source code


Instance Methods [hide private]
 
__init__(self, pathname, grid, index_pathname, pathnames=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, index_pathname, pathnames=None, compressor=None)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

get_head_pathname(self)

source code 
Overrides: VtkFile.get_head_pathname

do_close(self)

source code 
Overrides: VtkFile.do_close