BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
mesh.AsciiFile.AsciiFile Class Reference
Inheritance diagram for mesh.AsciiFile.AsciiFile:
[legend]

Public Member Functions

 __init__ (self, Path="")
 save (self, Path='')
 __del__ (self)
 clean_buffer (self)
 __init__ (self, Path="")
 save (self, Path='')
 __del__ (self)
 clean_buffer (self)

Public Attributes

 Path = Path
 The path that is associated with this file.
list Buffer = []
 The buffer contains all lines in this ascii file.

Constructor & Destructor Documentation

◆ __init__() [1/2]

mesh.AsciiFile.AsciiFile.__init__ ( self,
Path = "" )

◆ __del__() [1/2]

mesh.AsciiFile.AsciiFile.__del__ ( self)

◆ __init__() [2/2]

mesh.AsciiFile.AsciiFile.__init__ ( self,
Path = "" )

◆ __del__() [2/2]

mesh.AsciiFile.AsciiFile.__del__ ( self)

Member Function Documentation

◆ clean_buffer() [1/2]

mesh.AsciiFile.AsciiFile.clean_buffer ( self)

◆ clean_buffer() [2/2]

mesh.AsciiFile.AsciiFile.clean_buffer ( self)

◆ save() [1/2]

mesh.AsciiFile.AsciiFile.save ( self,
Path = '' )

◆ save() [2/2]

mesh.AsciiFile.AsciiFile.save ( self,
Path = '' )

Member Data Documentation

◆ Buffer

list Buffer = []

The buffer contains all lines in this ascii file.

◆ Path

mesh.AsciiFile.AsciiFile.Path = Path

The path that is associated with this file.


The documentation for this class was generated from the following files: