HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UsdPhysicsCollisionGroupDesc Struct Reference

#include <parseDesc.h>

+ Inheritance diagram for UsdPhysicsCollisionGroupDesc:

Public Member Functions

 UsdPhysicsCollisionGroupDesc ()
 
bool operator== (const UsdPhysicsCollisionGroupDesc &) const
 
const SdfPathVectorGetFilteredGroups () const
 
const SdfPathVectorGetMergedGroups () const
 
- Public Member Functions inherited from UsdPhysicsObjectDesc
 UsdPhysicsObjectDesc (UsdPhysicsObjectType inType)
 
virtual ~UsdPhysicsObjectDesc ()=default
 

Public Attributes

bool invertFilteredGroups
 If filtering is inverted or not (default does not collide with) More...
 
SdfPathVector filteredGroups
 Filtered groups SdfPath vector. More...
 
std::string mergeGroupName
 Merge group name. More...
 
SdfPathVector mergedGroups
 List of merged collision groups. More...
 
- Public Attributes inherited from UsdPhysicsObjectDesc
UsdPhysicsObjectType type
 Descriptor type. More...
 
SdfPath primPath
 SdfPath for the prim from which the descriptor was parsed. More...
 
bool isValid
 

Detailed Description

Collision group descriptor

Definition at line 174 of file parseDesc.h.

Constructor & Destructor Documentation

UsdPhysicsCollisionGroupDesc::UsdPhysicsCollisionGroupDesc ( )
inline

Definition at line 176 of file parseDesc.h.

Member Function Documentation

const SdfPathVector& UsdPhysicsCollisionGroupDesc::GetFilteredGroups ( ) const
inline

Definition at line 186 of file parseDesc.h.

const SdfPathVector& UsdPhysicsCollisionGroupDesc::GetMergedGroups ( ) const
inline

Definition at line 191 of file parseDesc.h.

bool UsdPhysicsCollisionGroupDesc::operator== ( const UsdPhysicsCollisionGroupDesc ) const
inline

Definition at line 181 of file parseDesc.h.

Member Data Documentation

SdfPathVector UsdPhysicsCollisionGroupDesc::filteredGroups

Filtered groups SdfPath vector.

Definition at line 199 of file parseDesc.h.

bool UsdPhysicsCollisionGroupDesc::invertFilteredGroups

If filtering is inverted or not (default does not collide with)

Definition at line 197 of file parseDesc.h.

SdfPathVector UsdPhysicsCollisionGroupDesc::mergedGroups

List of merged collision groups.

Definition at line 203 of file parseDesc.h.

std::string UsdPhysicsCollisionGroupDesc::mergeGroupName

Merge group name.

Definition at line 201 of file parseDesc.h.


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