PyTrilinos  Development
 All Classes Functions
Public Member Functions | Public Attributes
PyTrilinos.Teuchos.PrintOptions Class Reference
Inheritance diagram for PyTrilinos.Teuchos.PrintOptions:
Inheritance graph
[legend]
Collaboration diagram for PyTrilinos.Teuchos.PrintOptions:
Collaboration graph
[legend]

List of all members.

Public Member Functions

def __init__
def incrIndent
def indent
def showTypes
def showFlags
def showDoc
def copy

Public Attributes

 this

Detailed Description

Proxy of C++ Teuchos::PrintOptions class

Constructor & Destructor Documentation

def PyTrilinos.Teuchos.PrintOptions.__init__ (   self,
  args 
)
__init__(Teuchos::PrintOptions self) -> PrintOptions

Member Function Documentation

def PyTrilinos.Teuchos.PrintOptions.copy (   self,
  args 
)
copy(PrintOptions self) -> PrintOptions
def PyTrilinos.Teuchos.PrintOptions.incrIndent (   self,
  args 
)
incrIndent(PrintOptions self, int indents) -> PrintOptions
def PyTrilinos.Teuchos.PrintOptions.indent (   self,
  args 
)
indent(PrintOptions self, int _indent) -> PrintOptions
indent(PrintOptions self) -> int
def PyTrilinos.Teuchos.PrintOptions.showDoc (   self,
  args 
)
showDoc(PrintOptions self, bool _showDoc) -> PrintOptions
showDoc(PrintOptions self) -> bool
def PyTrilinos.Teuchos.PrintOptions.showFlags (   self,
  args 
)
showFlags(PrintOptions self, bool _showFlags) -> PrintOptions
showFlags(PrintOptions self) -> bool
def PyTrilinos.Teuchos.PrintOptions.showTypes (   self,
  args 
)
showTypes(PrintOptions self, bool _showTypes) -> PrintOptions
showTypes(PrintOptions self) -> bool

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