FBImage Class Reference

#include <mobu-python-api.h>

+ Inheritance diagram for FBImage:

Public Member Functions

__reduce__ ()
 
__init__ ()
 
Cleanup ()
 
ConvertFormat ()
 
ConvertSize ()
 
FBDelete ()
 
Init ()
 
IsCompressedTif ()
 
WriteToTif ()
 
VerticalFlip ()
 
GetBufferAddress ()
 
- Public Member Functions inherited from FBComponent
HardSelect ()
 
GetObjectStatus ()
 
SetObjectStatus ()
 
DisableObjectFlags ()
 
GetOwnerFileReference ()
 
SetObjectFlags ()
 
GetObjectFlags ()
 
EnableObjectFlags ()
 
FBDelete ()
 
PropertyRemove ()
 
ProcessNamespaceHierarchy ()
 
PropertyCreate ()
 
HasObjectFlags ()
 
Is ()
 
ProcessObjectNamespace ()
 
PropertyAddReferenceProperty ()
 
ClassName ()
 
FBDestroy ()
 
FBCreate ()
 
PropertyAdd ()
 
PropertyGetModifiedList ()
 
__reduce__ ()
 
__init__ ()
 
- Public Member Functions inherited from FBPlug
ClassName ()
 
ConnectDstAt ()
 
ConnectSrc ()
 
ConnectSrcAt ()
 
DisconnectAllDst ()
 
DisconnectAllSrc ()
 
BeginChange ()
 
DisconnectDst ()
 
ConnectDst ()
 
GetSrcCount ()
 
SetContentModified ()
 
DisconnectDstAt ()
 
DisconnectSrcAt ()
 
GetDst ()
 
GetPlugConnectionModifiedList ()
 
GetDstType ()
 
GetSrcType ()
 
RevertModification ()
 
GetSrc ()
 
GetDstCount ()
 
IsSDKComponent ()
 
ReplaceSrcAt ()
 
MoveSrcAt ()
 
GetContentModified ()
 
SwapSrc ()
 
GetSelfModified ()
 
EndChange ()
 
GetOwner ()
 
ReplaceDstAt ()
 
GetOwnedCount ()
 
SetSelfModified ()
 
DisconnectSrc ()
 
Is ()
 
GetOwned ()
 
__reduce__ ()
 
__init__ ()
 
PrintClassDefinitions ()
 
- Public Member Functions inherited from FBPythonWrapper
__reduce__ ()
 
__init__ ()
 

Public Attributes

object Depth
 
object Format
 
object Height
 
object InterleaveType
 
object InterpolationType
 
object Type
 
object Width
 
- Public Attributes inherited from FBComponent
object OwnerNamespace
 
object Components
 
object Name
 
object LongName
 
object FullName
 
object Parents
 
object PropertyList
 
object Selected
 
- Public Attributes inherited from FBPythonWrapper
object OnUnbind
 

Member Function Documentation

__init__ ( )

Python Docstring:

__init__( (object)arg1, (str)arg2) -> None 
__reduce__ ( )
Cleanup ( )

Python Docstring:

Cleanup( (FBImage)arg1) -> None 
ConvertFormat ( )

Python Docstring:

ConvertFormat( (FBImage)arg1, (FBImageFormat)arg2) -> bool 
ConvertSize ( )

Python Docstring:

ConvertSize( (FBImage)arg1, (object)arg2, (object)arg3) -> bool 
FBDelete ( )

Python Docstring:

FBDelete( (FBImage)arg1) -> None 
GetBufferAddress ( )

Python Docstring:

GetBufferAddress( (FBImage)arg1) -> int 
Init ( )

Python Docstring:

Init( (FBImage)arg1, (FBImageFormat)arg2, (object)arg3, (object)arg4) -> bool 
IsCompressedTif ( )

Python Docstring:

IsCompressedTif( (FBImage)arg1, (str)arg2) -> bool 
VerticalFlip ( )

Python Docstring:

VerticalFlip( (FBImage)arg1) -> None 
WriteToTif ( )

Python Docstring:

WriteToTif( (FBImage)arg1, (str)arg2, (str)arg3, (object)arg4) -> bool 

Member Data Documentation

object Depth
object Format
object Height
object InterleaveType
object InterpolationType
object Type
object Width