Package solvcon :: Module hook :: Class VtkSave
[hide private]
[frames] | no frames]

Class VtkSave

source code


Base type for writer for cse with a block.

Instance Methods [hide private]
 
__init__(self, cse, **kw)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from BlockHook (private): _collect_interior, _spread_interior

Inherited from Hook: drop_anchor, postloop, postmarch, preloop, premarch

Inherited from Hook (private): _depend, _makedir

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

Static Methods [hide private]

Inherited from Hook (private): _deliver_anchor

Instance Variables [hide private]
  binary
True for BINARY format; False for ASCII.
  cache_grid
True to cache grid; False to forget grid every time.

Inherited from Hook: cse, info, kws, psteps

Properties [hide private]

Inherited from BlockHook: blk

Inherited from object: __class__

Method Details [hide private]

__init__(self, cse, **kw)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Parameters:
  • cse - Case object.
Overrides: object.__init__
(inherited documentation)