FBX SDK Reference provides three
kinds of inheritance graphs for the classes in FBX SDK:
Click FBX SDK Reference > Class Hierarchy
for a text-only representation of the full inheritance tree.
Click FBX SDK Reference > Graphical
Class Hierarchy for a diagram of the full inheritance tree.
For any class that is involved in an
inheritance relationship, the reference page will contain an inheritance
diagram. Note that for classes with many levels of derived classes
(notably KFbxObject), this
diagram does not show all derived classes.
This topic will use the
inheritance tree to guide you to the classes that deserve careful
study.
Most container classes are derived from
class KFbxCollection,
whose member functions include AddMember, RemoveMember(), FindMember(), IsMember(), SetSelected(),
etc.