FbxUserNotification::AESequence Class Reference
 
 
 
FbxUserNotification::AESequence Class Reference

#include <fbxusernotification.h>


Class Description

Identify one detail in all accumulator entries by record the entry object and its detail id.

Definition at line 342 of file fbxusernotification.h.

List of all members.

Public Member Functions

  AESequence (FbxAccumulatorEntry *pAE, int pDetailId)
FbxAccumulatorEntry AE ()
  Return the entry object the detail belongs to.
int  DetailId ()
  Return the detail id in the entry object.

Constructor & Destructor Documentation

AESequence ( FbxAccumulatorEntry pAE,
int  pDetailId 
) [inline]

Definition at line 345 of file fbxusernotification.h.

                                                            :
            mAE(pAE),
            mDetailId(pDetailId)
            {
            };

Member Function Documentation

FbxAccumulatorEntry* AE ( ) [inline]

Return the entry object the detail belongs to.

Definition at line 352 of file fbxusernotification.h.

{ return mAE; }
int DetailId ( ) [inline]

Return the detail id in the entry object.

Definition at line 354 of file fbxusernotification.h.

{ return mDetailId; }

The documentation for this class was generated from the following file: