PyTrilinos  Development
 All Classes Functions
Public Member Functions
PyTrilinos.ML.BaseObject Class Reference
Inheritance diagram for PyTrilinos.ML.BaseObject:
Inheritance graph
[legend]
Collaboration diagram for PyTrilinos.ML.BaseObject:
Collaboration graph
[legend]

List of all members.

Public Member Functions

def __init__
def SetLabel
def GetLabel
def Print
def __str__

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.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. 

The documentation for this class was generated from the following file:
 All Classes Functions