

Public Member Functions | |
| def | __init__ |
| def | SetLabel |
| def | GetLabel |
| def | |
| def | __str__ |
Basic class for MLAPI objects. BaseObject is the basic class for all MLAPI objects. Currently, it contains the label of the object and method Print(). Marzio Sala, SNL 9214 C++ includes: MLAPI_BaseObject.h
| def PyTrilinos.ML.BaseObject.__str__ | ( | self, | |
| args | |||
| ) |
__str__(self) -> str Return the description of the object as a string.
| def PyTrilinos.ML.BaseObject.GetLabel | ( | self, | |
| args | |||
| ) |
GetLabel(BaseObject self) -> string const & const string& MLAPI::BaseObject::GetLabel() const Returns the Label of this object.
| def PyTrilinos.ML.BaseObject.Print | ( | self, | |
| args | |||
| ) |
Print(self, file=None) Print a description of the object to the given file object. If no file object is provided, output is to stdout.
| def PyTrilinos.ML.BaseObject.SetLabel | ( | self, | |
| args | |||
| ) |
SetLabel(BaseObject self, string const & Label) void MLAPI::BaseObject::SetLabel(const string &Label) Sets the Label of this object to Label.
1.7.6.1