Go to the source code of this file.
Namespaces | |
| namespace | slimpy_base.Core.Interface.ContainerBase |
Classes | |
| class | ScalarMethods |
| class | DataContainer |
| vectorflie has two main purposes - to keep track of "out of core" vectors corresponding binary files on disk and to act as a wrapper to a given library. More... | |
Functions | |
| def | contain |
| Contain some data. | |
| def | makeparams |
| if self.sglobals['strict_check'] == 0: pass if strict_check > 0: converter.constrain( command, self.params ) | |
| def | genName |
| generate a name for the data | |
| def | __del__ |
| overrides the del method if the object is deleted and there is a file that corresponds to filename and self.istpm then remove will be called to remove the file | |
| def | plot |
| Plot the data to view it. | |
| def | readattr |
| read the attributes of the data | |
| def | readbin |
| read the binary elements of the data | |
| def | scalar_reduction |
| return the string '${SCALAR}' | |
| def | writebin |
| write the binary elements of the data | |
| def | writeattr |
| def | rm |
| remove the data from memory | |
| def | diagnostic |
| def | expand_meta |
Variables | |
| string | __copyright__ |
| Base Container class for plug-ins to use. | |
| string | __license__ |
| tuple | __env__ = InstanceManager() |
| tuple | scalar_methods = property( getScalar_methods ) |
| tuple | contained = property( _get_contained, _set_contained ) |
| _contained | |
1.5.6