csmo.py :  » Language-Interface » PyML » PyML-0.7.3 » PyML » classifiers » ext » Python Open Source

Home
Python Open Source
1.3.1.2 Python
2.Ajax
3.Aspect Oriented
4.Blog
5.Build
6.Business Application
7.Chart Report
8.Content Management Systems
9.Cryptographic
10.Database
11.Development
12.Editor
13.Email
14.ERP
15.Game 2D 3D
16.GIS
17.GUI
18.IDE
19.Installer
20.IRC
21.Issue Tracker
22.Language Interface
23.Log
24.Math
25.Media Sound Audio
26.Mobile
27.Network
28.Parser
29.PDF
30.Project Management
31.RSS
32.Search
33.Security
34.Template Engines
35.Test
36.UML
37.USB Serial
38.Web Frameworks
39.Web Server
40.Web Services
41.Web Unit
42.Wiki
43.Windows
44.XML
Python Open Source » Language Interface » PyML 
PyML » PyML 0.7.3 » PyML » classifiers » ext » csmo.py
# This file was automatically generated by SWIG (http://www.swig.org).
# Version 1.3.31
#
# Don't modify this file, modify the SWIG interface instead.
# This file is compatible with both classic and new-style classes.

import _csmo
import new
new_instancemethod = new.instancemethod
try:
    _swig_property = property
except NameError:
    pass # Python < 2.2 doesn't have 'property'.
def _swig_setattr_nondynamic(self,class_type,name,value,static=1):
    if (name == "thisown"): return self.this.own(value)
    if (name == "this"):
        if type(value).__name__ == 'PySwigObject':
            self.__dict__[name] = value
            return
    method = class_type.__swig_setmethods__.get(name,None)
    if method: return method(self,value)
    if (not static) or hasattr(self,name):
        self.__dict__[name] = value
    else:
        raise AttributeError("You cannot add attributes to %s" % self)

def _swig_setattr(self,class_type,name,value):
    return _swig_setattr_nondynamic(self,class_type,name,value,0)

def _swig_getattr(self,class_type,name):
    if (name == "thisown"): return self.this.own()
    method = class_type.__swig_getmethods__.get(name,None)
    if method: return method(self)
    raise AttributeError,name

def _swig_repr(self):
    try: strthis = "proxy of " + self.this.__repr__()
    except: strthis = ""
    return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)

import types
try:
    _object = types.ObjectType
    _newclass = 1
except AttributeError:
    class _object : pass
    _newclass = 0
del types


class PySwigIterator(_object):
    __swig_setmethods__ = {}
    __setattr__ = lambda self, name, value: _swig_setattr(self, PySwigIterator, name, value)
    __swig_getmethods__ = {}
    __getattr__ = lambda self, name: _swig_getattr(self, PySwigIterator, name)
    def __init__(self): raise AttributeError, "No constructor defined"
    __repr__ = _swig_repr
    __swig_destroy__ = _csmo.delete_PySwigIterator
    __del__ = lambda self : None;
    def value(*args): return _csmo.PySwigIterator_value(*args)
    def incr(*args): return _csmo.PySwigIterator_incr(*args)
    def decr(*args): return _csmo.PySwigIterator_decr(*args)
    def distance(*args): return _csmo.PySwigIterator_distance(*args)
    def equal(*args): return _csmo.PySwigIterator_equal(*args)
    def copy(*args): return _csmo.PySwigIterator_copy(*args)
    def next(*args): return _csmo.PySwigIterator_next(*args)
    def previous(*args): return _csmo.PySwigIterator_previous(*args)
    def advance(*args): return _csmo.PySwigIterator_advance(*args)
    def __eq__(*args): return _csmo.PySwigIterator___eq__(*args)
    def __ne__(*args): return _csmo.PySwigIterator___ne__(*args)
    def __iadd__(*args): return _csmo.PySwigIterator___iadd__(*args)
    def __isub__(*args): return _csmo.PySwigIterator___isub__(*args)
    def __add__(*args): return _csmo.PySwigIterator___add__(*args)
    def __sub__(*args): return _csmo.PySwigIterator___sub__(*args)
    def __iter__(self): return self
PySwigIterator_swigregister = _csmo.PySwigIterator_swigregister
PySwigIterator_swigregister(PySwigIterator)

class IntVector(_object):
    __swig_setmethods__ = {}
    __setattr__ = lambda self, name, value: _swig_setattr(self, IntVector, name, value)
    __swig_getmethods__ = {}
    __getattr__ = lambda self, name: _swig_getattr(self, IntVector, name)
    __repr__ = _swig_repr
    def iterator(*args): return _csmo.IntVector_iterator(*args)
    def __iter__(self): return self.iterator()
    def __nonzero__(*args): return _csmo.IntVector___nonzero__(*args)
    def __len__(*args): return _csmo.IntVector___len__(*args)
    def pop(*args): return _csmo.IntVector_pop(*args)
    def __getslice__(*args): return _csmo.IntVector___getslice__(*args)
    def __setslice__(*args): return _csmo.IntVector___setslice__(*args)
    def __delslice__(*args): return _csmo.IntVector___delslice__(*args)
    def __delitem__(*args): return _csmo.IntVector___delitem__(*args)
    def __getitem__(*args): return _csmo.IntVector___getitem__(*args)
    def __setitem__(*args): return _csmo.IntVector___setitem__(*args)
    def append(*args): return _csmo.IntVector_append(*args)
    def empty(*args): return _csmo.IntVector_empty(*args)
    def size(*args): return _csmo.IntVector_size(*args)
    def clear(*args): return _csmo.IntVector_clear(*args)
    def swap(*args): return _csmo.IntVector_swap(*args)
    def get_allocator(*args): return _csmo.IntVector_get_allocator(*args)
    def begin(*args): return _csmo.IntVector_begin(*args)
    def end(*args): return _csmo.IntVector_end(*args)
    def rbegin(*args): return _csmo.IntVector_rbegin(*args)
    def rend(*args): return _csmo.IntVector_rend(*args)
    def pop_back(*args): return _csmo.IntVector_pop_back(*args)
    def erase(*args): return _csmo.IntVector_erase(*args)
    def __init__(self, *args): 
        this = _csmo.new_IntVector(*args)
        try: self.this.append(this)
        except: self.this = this
    def push_back(*args): return _csmo.IntVector_push_back(*args)
    def front(*args): return _csmo.IntVector_front(*args)
    def back(*args): return _csmo.IntVector_back(*args)
    def assign(*args): return _csmo.IntVector_assign(*args)
    def resize(*args): return _csmo.IntVector_resize(*args)
    def insert(*args): return _csmo.IntVector_insert(*args)
    def reserve(*args): return _csmo.IntVector_reserve(*args)
    def capacity(*args): return _csmo.IntVector_capacity(*args)
    __swig_destroy__ = _csmo.delete_IntVector
    __del__ = lambda self : None;
IntVector_swigregister = _csmo.IntVector_swigregister
IntVector_swigregister(IntVector)

class DoubleVector(_object):
    __swig_setmethods__ = {}
    __setattr__ = lambda self, name, value: _swig_setattr(self, DoubleVector, name, value)
    __swig_getmethods__ = {}
    __getattr__ = lambda self, name: _swig_getattr(self, DoubleVector, name)
    __repr__ = _swig_repr
    def iterator(*args): return _csmo.DoubleVector_iterator(*args)
    def __iter__(self): return self.iterator()
    def __nonzero__(*args): return _csmo.DoubleVector___nonzero__(*args)
    def __len__(*args): return _csmo.DoubleVector___len__(*args)
    def pop(*args): return _csmo.DoubleVector_pop(*args)
    def __getslice__(*args): return _csmo.DoubleVector___getslice__(*args)
    def __setslice__(*args): return _csmo.DoubleVector___setslice__(*args)
    def __delslice__(*args): return _csmo.DoubleVector___delslice__(*args)
    def __delitem__(*args): return _csmo.DoubleVector___delitem__(*args)
    def __getitem__(*args): return _csmo.DoubleVector___getitem__(*args)
    def __setitem__(*args): return _csmo.DoubleVector___setitem__(*args)
    def append(*args): return _csmo.DoubleVector_append(*args)
    def empty(*args): return _csmo.DoubleVector_empty(*args)
    def size(*args): return _csmo.DoubleVector_size(*args)
    def clear(*args): return _csmo.DoubleVector_clear(*args)
    def swap(*args): return _csmo.DoubleVector_swap(*args)
    def get_allocator(*args): return _csmo.DoubleVector_get_allocator(*args)
    def begin(*args): return _csmo.DoubleVector_begin(*args)
    def end(*args): return _csmo.DoubleVector_end(*args)
    def rbegin(*args): return _csmo.DoubleVector_rbegin(*args)
    def rend(*args): return _csmo.DoubleVector_rend(*args)
    def pop_back(*args): return _csmo.DoubleVector_pop_back(*args)
    def erase(*args): return _csmo.DoubleVector_erase(*args)
    def __init__(self, *args): 
        this = _csmo.new_DoubleVector(*args)
        try: self.this.append(this)
        except: self.this = this
    def push_back(*args): return _csmo.DoubleVector_push_back(*args)
    def front(*args): return _csmo.DoubleVector_front(*args)
    def back(*args): return _csmo.DoubleVector_back(*args)
    def assign(*args): return _csmo.DoubleVector_assign(*args)
    def resize(*args): return _csmo.DoubleVector_resize(*args)
    def insert(*args): return _csmo.DoubleVector_insert(*args)
    def reserve(*args): return _csmo.DoubleVector_reserve(*args)
    def capacity(*args): return _csmo.DoubleVector_capacity(*args)
    __swig_destroy__ = _csmo.delete_DoubleVector
    __del__ = lambda self : None;
DoubleVector_swigregister = _csmo.DoubleVector_swigregister
DoubleVector_swigregister(DoubleVector)

runSMO = _csmo.runSMO


www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.