Optical segment class.
Public Member Functions | |
__init__ (FBModelOptical pOptical=None) | |
Constructor. | |
__init__ (FBOpticalSegment pSegment) | |
Constructor. | |
bool | operator== (FBOpticalSegment pValue) |
Overloaded == operator. | |
FBOpticalSegment | operator= (FBOpticalSegment pValue) |
Overloaded = operator. | |
Reset () | |
Reset the marker segment. | |
Cut (FBTime pTime) | |
Cut the segment for the marker at a given time. | |
bool | IsValid () |
Check if valid (if item exists). | |
Public Attributes | |
FBPropertyBase | OriginalTimeSpan |
Property: Original timespan for segment. | |
FBPropertyBase | TimeSpan |
Property: Current segment timespan. | |
FBPropertyAnimationNode | Data |
Property: Segment curve data. | |
FBPropertyBase | Used |
Property: Is segment used?. | |
FBPropertyModelMarkerOptical | Marker |
Property: Optical marker. | |
FBPropertyBase | MarkerTimeSpan |
Property: Marker/Segment timespan. |
__init__ | ( | FBModelOptical | pOptical = None | ) |
__init__ | ( | FBOpticalSegment | pSegment | ) |
Constructor.
pSegment | Optical segment to copy information from. |
bool operator== | ( | FBOpticalSegment | pValue | ) |
Overloaded == operator.
pValue | Segment to compare with. |
FBOpticalSegment operator= | ( | FBOpticalSegment | pValue | ) |
Overloaded = operator.
pValue | Segment to copy. |
Reset | ( | ) |
Reset the marker segment.
Cut | ( | FBTime | pTime | ) |
Cut the segment for the marker at a given time.
pTime | Time to cut segment at. |
bool IsValid | ( | ) |
FBPropertyBase OriginalTimeSpan |
Property: Original timespan for segment.
FBPropertyBase TimeSpan |
Property: Current segment timespan.
FBPropertyAnimationNode Data |
Property: Segment curve data.
FBPropertyBase Used |
Property: Is segment used?.
FBPropertyModelMarkerOptical Marker |
Property: Optical marker.
FBPropertyBase MarkerTimeSpan |
Property: Marker/Segment timespan.