PyTrilinos::ML::BaseObject Class Reference
List of all members.
Detailed Description
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
Member Function Documentation
| def PyTrilinos::ML::BaseObject::__str__ |
( |
|
self, |
|
|
|
args | |
|
) |
| | |
__str__(self) -> str
Return the description of the object as a string.
| 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(self) -> string
const string&
MLAPI::BaseObject::GetLabel() const
Returns the Label of this object.
| def PyTrilinos::ML::BaseObject::GetLabel |
( |
|
self, |
|
|
|
args | |
|
) |
| | |
GetLabel(self) -> string
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::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(self, string Label)
void
MLAPI::BaseObject::SetLabel(const string &Label)
Sets the Label of this object to Label.
| def PyTrilinos::ML::BaseObject::SetLabel |
( |
|
self, |
|
|
|
args | |
|
) |
| | |
SetLabel(self, string Label)
void
MLAPI::BaseObject::SetLabel(const string &Label)
Sets the Label of this object to Label.
The documentation for this class was generated from the following files:
- build/lib.linux-x86_64-2.5/PyTrilinos/ML.py
- PyTrilinos/ML.py