| 
    HDK
    
   | 
 
Meta-data for a SOP Node. More...
#include <HAPI_Common.h>
Public Attributes | |
| HAPI_GeoType | type | 
| HAPI_StringHandle | nameSH | 
| HAPI_NodeId | nodeId | 
| HAPI_Bool | isEditable | 
| HAPI_Bool | isTemplated | 
| Has the templated flag turned on which means "expose as read-only".  More... | |
| HAPI_Bool | isDisplayGeo | 
| Final Result (Display SOP).  More... | |
| HAPI_Bool | hasGeoChanged | 
| For incremental updates.  More... | |
| HAPI_Bool | hasMaterialChanged | 
| int | partCount | 
| int | pointGroupCount | 
| int | primitiveGroupCount | 
| int | edgeGroupCount | 
Meta-data for a SOP Node.
Definition at line 1679 of file HAPI_Common.h.
| int HAPI_GeoInfo::edgeGroupCount | 
Groups.
Definition at line 1713 of file HAPI_Common.h.
| HAPI_Bool HAPI_GeoInfo::hasGeoChanged | 
For incremental updates.
Definition at line 1700 of file HAPI_Common.h.
| HAPI_Bool HAPI_GeoInfo::hasMaterialChanged | 
Definition at line 1707 of file HAPI_Common.h.
| HAPI_Bool HAPI_GeoInfo::isDisplayGeo | 
Final Result (Display SOP).
Definition at line 1697 of file HAPI_Common.h.
| HAPI_Bool HAPI_GeoInfo::isEditable | 
Whether the SOP node has been exposed by dragging it into the editable nodes section of the asset definition.
Definition at line 1691 of file HAPI_Common.h.
| HAPI_Bool HAPI_GeoInfo::isTemplated | 
Has the templated flag turned on which means "expose as read-only".
Definition at line 1694 of file HAPI_Common.h.
| HAPI_StringHandle HAPI_GeoInfo::nameSH | 
Definition at line 1682 of file HAPI_Common.h.
| HAPI_NodeId HAPI_GeoInfo::nodeId | 
Use the node id to get the node's parameters. Using the HDK, you can also get the raw node C++ pointer for this object's internal node.
Definition at line 1687 of file HAPI_Common.h.
| int HAPI_GeoInfo::partCount | 
Total number of parts this geometry contains. See HAPI_Parts.
Definition at line 1718 of file HAPI_Common.h.
| int HAPI_GeoInfo::pointGroupCount | 
Groups.
Definition at line 1711 of file HAPI_Common.h.
| int HAPI_GeoInfo::primitiveGroupCount | 
Groups.
Definition at line 1712 of file HAPI_Common.h.
| HAPI_GeoType HAPI_GeoInfo::type | 
Definition at line 1681 of file HAPI_Common.h.