SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
List of all members
Output.Destination Class Reference

No documentation available. More...

Methods defined here:

def __init__
def __reduce__

Data and other attributes defined here:

int __instance_size__ = 32

Data descriptors inherited from Boost.Python.instance:

def __dict__
def __weakref__

Data and other attributes inherited from Boost.Python.instance:

def __new__

Detailed Description

No documentation available.

Method resolution order

Destination
Boost.Python.instance
builtin.object

Constructor & Destructor Documentation

def Output.Destination.__init__ (   arg1)
Returns
Instance of type None
     C++ signature :
         void __init__(_object*)
 
 
     C++ signature :
         void __init__(_object* [,OutputDestinationType::Type=Output.DestinationType.SCREEN [,OutputCompressionType::Type=Output.CompressionType.NONE [,OutputEndLineType::Type=Output.EndLineType.WINDOWS]]])
 
 
     C++ signature :
         void __init__(_object*,std::string [,OutputCompressionType::Type=Output.CompressionType.NONE [,OutputEndLineType::Type=Output.EndLineType.WINDOWS]])
Note
Additional signature: init( (object)arg1 [, (DestinationType)destination=Output.DestinationType.SCREEN [, (CompressionType)compression=Output.CompressionType.NONE [, (EndLineType)end_line=Output.EndLineType.WINDOWS]]]) -> None
Additional signature: init( (object)arg1, (str)path [, (CompressionType)compression=Output.CompressionType.NONE [, (EndLineType)end_line=Output.EndLineType.WINDOWS]]) -> None

Member Function Documentation

def Output.Destination.__dict__ (   args)
def Output.Destination.__new__ (   args)
T.__new__(S, ...) -> a new object with type S, a subtype of T
 __new__ = <built-in method __new__ of Boost.Python.class object>
def Output.Destination.__reduce__ (   args)
 __reduce__ = <unnamed Boost.Python function>(args)
def Output.Destination.__weakref__ (   args)

Member Data Documentation

int Output.Destination.__instance_size__ = 32
staticprivate