| 
    Archicad 29 C++ API
    
   | 
 
Represents the persistent Assignment Tree in IFC. More...
#include <IFCAssignments.hpp>
  
Public Member Functions | |
| std::unordered_set< IFCAPI::ObjectID > | GetRootGroups () const | 
| Returns all root IFC groups.   | |
| std::unordered_map< IFCAPI::ObjectID, std::unordered_set< IFCAPI::ObjectID > > | GetChildObjectTable () const | 
| Returns a table representing the nested child hierarchy.   | |
| std::unordered_map< IFCAPI::ObjectID, std::unordered_set< IFCAPI::ObjectID > > | GetParentObjectTable () const | 
| Returns a table representing the parent hierarchy.   | |
  Public Member Functions inherited from ACAPI::Object | |
| Object (std::shared_ptr< Impl::ObjectImpl > impl) | |
| Constructs a new object.   | |
| const API_Token & | GetToken () const | 
| Get the token for this object.   | |
Friends | |
| class | ObjectAccessor | 
Additional Inherited Members | |
  Protected Member Functions inherited from ACAPI::Object | |
| ~Object () | |
| Default destructor.  | |
  Protected Attributes inherited from ACAPI::Object | |
| std::shared_ptr< Impl::ObjectImpl > | mImpl | 
| Impl object given by constructor.  | |
Represents the persistent Assignment Tree in IFC.