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__
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::__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:

Generated on Thu Dec 17 11:00:22 2009 for PyTrilinos by  doxygen 1.5.9