All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HdGeomSubset Class Reference

Describes a subset of a piece of geometry as a set of indices. More...

Public Types

enum  Type { TypeFaceSet }
 

Public Attributes

Type type
 The type of elements this geometry subset includes. More...
 
SdfPath id
 The path used to identify this subset in the scene. More...
 
SdfPath materialId
 The path used to identify this material bound to the subset. More...
 
VtIntArray indices
 The list of element indices contained in the subset. More...
 

Detailed Description

Describes a subset of a piece of geometry as a set of indices.

Definition at line 40 of file geomSubset.h.

Member Enumeration Documentation

enum Type
Enumerator
TypeFaceSet 

A subset of faces.

Definition at line 41 of file geomSubset.h.

Member Data Documentation

SdfPath id

The path used to identify this subset in the scene.

Definition at line 52 of file geomSubset.h.

VtIntArray indices

The list of element indices contained in the subset.

Definition at line 56 of file geomSubset.h.

SdfPath materialId

The path used to identify this material bound to the subset.

Definition at line 54 of file geomSubset.h.

Type type

The type of elements this geometry subset includes.

Definition at line 50 of file geomSubset.h.


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