|
FBX C++ API Reference
|
This is the complete list of members for FbxTimeSpan, including all inherited members.
| FbxTimeSpan() | FbxTimeSpan | inline |
| FbxTimeSpan(FbxTime pStart, FbxTime pStop) | FbxTimeSpan | inline |
| GetDirection() const | FbxTimeSpan | inline |
| GetDuration() const | FbxTimeSpan | inline |
| GetSignedDuration() const | FbxTimeSpan | inline |
| GetStart() const | FbxTimeSpan | inline |
| GetStop() const | FbxTimeSpan | inline |
| Intersect(const FbxTimeSpan &pTime) const | FbxTimeSpan | |
| IsInside(FbxTime pTime) const | FbxTimeSpan | |
| operator!=(const FbxTimeSpan &pTime) const | FbxTimeSpan | |
| operator==(const FbxTimeSpan &pTime) const | FbxTimeSpan | |
| Set(FbxTime pStart, FbxTime pStop) | FbxTimeSpan | inline |
| SetStart(FbxTime pStart) | FbxTimeSpan | inline |
| SetStop(FbxTime pStop) | FbxTimeSpan | inline |
| UnionAssignment(const FbxTimeSpan &pSpan, int pDirection=1) | FbxTimeSpan |