AL_USDMaya  0.16.6
USD to Maya Bridge
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
AL::usdmaya::MObjectMap Struct Reference

A class that acts as a lookup table for dependency nodes. It works by storing a sorted map based on the uuid of each node. More...

#include <Utils.h>

Public Member Functions

bool insert (const MFnDependencyNode &fn)
 insert a node into the map. More...
 
bool contains (const MFnDependencyNode &fn)
 returns true if the dependency node is in the map More...
 

Detailed Description

A class that acts as a lookup table for dependency nodes. It works by storing a sorted map based on the uuid of each node.

Member Function Documentation

bool AL::usdmaya::MObjectMap::contains ( const MFnDependencyNode &  fn)
inline

returns true if the dependency node is in the map

Parameters
fnthe function set attached to the node to find in the map
Returns
true if the node exists in the map
bool AL::usdmaya::MObjectMap::insert ( const MFnDependencyNode &  fn)
inline

insert a node into the map.

Parameters
fnthe function set attached to the node to insert
Returns
true if the node had already been added, false if the node was added.

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