Package PyFoam :: Package Basics :: Module DataStructures
[hide private]
[frames] | no frames]

Module DataStructures

source code

Data structures in Foam-Files that can't be directly represented by Python-Structures

Classes [hide private]
  FoamDataType
  Field
  Dimension
  FixedLength
  Vector
  Tensor
  SymmTensor
  DictRedirection
This class is in charge of handling redirections to other directories
  DictProxy
A class that acts like a dictionary, but preserves the order of the entries.
  TupleProxy
Enables Tuples to be manipulated
  Unparsed
A class that encapsulates an unparsed string
  BinaryBlob
Represents a part of the file with binary data in it
  Codestream
A class that encapsulates an codestream string
  UnparsedList
A class that encapsulates a list that was not parsed for performance reasons
  BinaryList
A class that represents a list that is saved as binary data
Functions [hide private]
 
cmp(a, b) source code