| 
    HDK
    
   | 
 
#include "pxr/pxr.h"#include "pxr/usd/usdGeom/api.h"#include "pxr/usd/usdGeom/boundable.h"#include "pxr/usd/usd/prim.h"#include "pxr/usd/usd/stage.h"#include "pxr/usd/usdGeom/tokens.h"#include "pxr/base/vt/value.h"#include "pxr/base/gf/vec3d.h"#include "pxr/base/gf/vec3f.h"#include "pxr/base/gf/matrix4d.h"#include "pxr/base/tf/token.h"#include "pxr/base/tf/type.h"
 Include dependency graph for pointInstancer.h:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | UsdGeomPointInstancer | 
Functions | |
| USDGEOM_API bool | UsdGeomPointInstancerApplyNewStyleListOps () | 
| USDGEOM_API bool | UsdGeomPointInstancerSetOrMergeOverOp (std::vector< int64_t > const &items, SdfListOpType op, UsdPrim const &prim, TfToken const &metadataName) | 
| USDGEOM_API bool UsdGeomPointInstancerApplyNewStyleListOps | ( | ) | 
Returns true if list ops should be composed with SdfListOp::ApplyOperations() Returns false if list ops should be composed with SdfListOp::ComposeOperations().
| USDGEOM_API bool UsdGeomPointInstancerSetOrMergeOverOp | ( | std::vector< int64_t > const & | items, | 
| SdfListOpType | op, | ||
| UsdPrim const & | prim, | ||
| TfToken const & | metadataName | ||
| ) | 
Applies a list operation of type op using items over the existing list operation on prim with the name metadataName.