FBUV Class Reference
 
 
 
FBUV Class Reference

#include <mobu-python-api.h>

Public Member Functions

def  __reduce__ ()
def  __init__ ()
def  __len__ ()
def  __getitem__ ()
def  __setitem__ ()
def  __repr__ ()
def  __str__ ()
def  __add__ ()
def  __sub__ ()
def  __mul__ ()
def  __div__ ()
def  __iadd__ ()
def  __isub__ ()
def  __imul__ ()
def  __idiv__ ()
def  __neg__ ()
def  CopyFrom ()
def  NotEqual ()
def  IsEqual ()
def  GetBufferAddress ()
def  GetList ()

Member Function Documentation

def __reduce__ ( )
def __init__ ( )

Python Docstring:

__init__( (object)arg1) -> None

__init__( (object)arg1, (FBUV)arg2) -> None

__init__( (object)arg1, (float)arg2, (float)arg3) -> None

__init__( (object)arg1, (object)arg2) -> None

__init__( (object)arg1, (list)arg2) -> None 
def __len__ ( )

Python Docstring:

__len__( (FBUV)arg1) -> int 
def __getitem__ ( )

Python Docstring:

__getitem__( (FBUV)arg1, (object)arg2) -> float 
def __setitem__ ( )

Python Docstring:

__setitem__( (FBUV)arg1, (object)arg2, (float)arg3) -> None 
def __repr__ ( )

Python Docstring:

__repr__( (FBUV)arg1) -> str 
def __str__ ( )

Python Docstring:

__str__( (FBUV)arg1) -> object 
def __add__ ( )

Python Docstring:

__add__( (FBUV)arg1, (FBUV)arg2) -> object

__add__( (FBUV)arg1, (object)arg2) -> object 
def __sub__ ( )

Python Docstring:

__sub__( (FBUV)arg1, (FBUV)arg2) -> object

__sub__( (FBUV)arg1, (object)arg2) -> object 
def __mul__ ( )

Python Docstring:

__mul__( (FBUV)arg1, (FBUV)arg2) -> object

__mul__( (FBUV)arg1, (object)arg2) -> object 
def __div__ ( )

Python Docstring:

__div__( (FBUV)arg1, (FBUV)arg2) -> object

__div__( (FBUV)arg1, (object)arg2) -> object 
def __iadd__ ( )

Python Docstring:

__iadd__( (object)arg1, (FBUV)arg2) -> object

__iadd__( (object)arg1, (object)arg2) -> object 
def __isub__ ( )

Python Docstring:

__isub__( (object)arg1, (FBUV)arg2) -> object

__isub__( (object)arg1, (object)arg2) -> object 
def __imul__ ( )

Python Docstring:

__imul__( (object)arg1, (FBUV)arg2) -> object

__imul__( (object)arg1, (object)arg2) -> object 
def __idiv__ ( )

Python Docstring:

__idiv__( (object)arg1, (FBUV)arg2) -> object

__idiv__( (object)arg1, (object)arg2) -> object 
def __neg__ ( )

Python Docstring:

__neg__( (FBUV)arg1) -> object 
def CopyFrom ( )

Python Docstring:

CopyFrom( (FBUV)arg1, (FBUV)arg2) -> FBUV

CopyFrom( (FBUV)arg1, (list)arg2) -> FBUV 
def NotEqual ( )

Python Docstring:

NotEqual( (FBUV)arg1, (FBUV)arg2) -> bool 
def IsEqual ( )

Python Docstring:

IsEqual( (FBUV)arg1, (FBUV)arg2) -> bool 
def GetBufferAddress ( )

Python Docstring:

GetBufferAddress( (FBUV)arg1) -> int 
def GetList ( )

Python Docstring:

GetList( (FBUV)arg1) -> list