FBPropertyListOpticalSegment Class Reference

FBPropertyListOpticalSegment Class Reference

#include <mobu-python-api.h>

Class Description

PropertyList: Device optical marker

+ Inheritance diagram for FBPropertyListOpticalSegment:

Public Member Functions

 __reduce__ ()
 
int __len__ (FBPropertyListOpticalSegment arg1)
 
FBOpticalSegment __getitem__ (FBPropertyListOpticalSegment arg1, object arg2)
 
 __init__ (...)
 

Member Function Documentation

FBOpticalSegment __getitem__ ( FBPropertyListOpticalSegment  arg1,
object  arg2 
)

Python Docstring:

__getitem__( (FBPropertyListOpticalSegment)arg1, (object)arg2) -> FBOpticalSegment 
__init__ (   ...)

Python Docstring:

Raises an exception
This class cannot be instantiated from Python 

C++ Signature:

 FBPropertyListOpticalSegment() 
int __len__ ( FBPropertyListOpticalSegment  arg1)

Python Docstring:

__len__( (FBPropertyListOpticalSegment)arg1) -> int 
__reduce__ ( )