HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
collisionGroup.h
Go to the documentation of this file.
1 //
2 // Copyright 2016 Pixar
3 //
4 // Licensed under the Apache License, Version 2.0 (the "Apache License")
5 // with the following modification; you may not use this file except in
6 // compliance with the Apache License and the following modification to it:
7 // Section 6. Trademarks. is deleted and replaced with:
8 //
9 // 6. Trademarks. This License does not grant permission to use the trade
10 // names, trademarks, service marks, or product names of the Licensor
11 // and its affiliates, except as required to comply with Section 4(c) of
12 // the License and to reproduce the content of the NOTICE file.
13 //
14 // You may obtain a copy of the Apache License at
15 //
16 // http://www.apache.org/licenses/LICENSE-2.0
17 //
18 // Unless required by applicable law or agreed to in writing, software
19 // distributed under the Apache License with the above modification is
20 // distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
21 // KIND, either express or implied. See the Apache License for the specific
22 // language governing permissions and limitations under the Apache License.
23 //
24 #ifndef USDPHYSICS_GENERATED_COLLISIONGROUP_H
25 #define USDPHYSICS_GENERATED_COLLISIONGROUP_H
26 
27 /// \file usdPhysics/collisionGroup.h
28 
29 #include "pxr/pxr.h"
30 #include "pxr/usd/usdPhysics/api.h"
31 #include "pxr/usd/usd/typed.h"
32 #include "pxr/usd/usd/prim.h"
33 #include "pxr/usd/usd/stage.h"
35 
37 
38 #include "pxr/base/vt/value.h"
39 
40 #include "pxr/base/gf/vec3d.h"
41 #include "pxr/base/gf/vec3f.h"
42 #include "pxr/base/gf/matrix4d.h"
43 
44 #include "pxr/base/tf/token.h"
45 #include "pxr/base/tf/type.h"
46 
48 
49 class SdfAssetPath;
50 
51 // -------------------------------------------------------------------------- //
52 // PHYSICSCOLLISIONGROUP //
53 // -------------------------------------------------------------------------- //
54 
55 /// \class UsdPhysicsCollisionGroup
56 ///
57 /// Defines a collision group for coarse filtering. When a collision
58 /// occurs between two objects that have a PhysicsCollisionGroup assigned,
59 /// they will collide with each other unless this PhysicsCollisionGroup pair
60 /// is filtered. See filteredGroups attribute.
61 ///
62 /// A CollectionAPI:colliders maintains a list of PhysicsCollisionAPI rel-s that
63 /// defines the members of this Collisiongroup.
64 ///
65 ///
67 {
68 public:
69  /// Compile time constant representing what kind of schema this class is.
70  ///
71  /// \sa UsdSchemaKind
73 
74  /// Construct a UsdPhysicsCollisionGroup on UsdPrim \p prim .
75  /// Equivalent to UsdPhysicsCollisionGroup::Get(prim.GetStage(), prim.GetPath())
76  /// for a \em valid \p prim, but will not immediately throw an error for
77  /// an invalid \p prim
78  explicit UsdPhysicsCollisionGroup(const UsdPrim& prim=UsdPrim())
79  : UsdTyped(prim)
80  {
81  }
82 
83  /// Construct a UsdPhysicsCollisionGroup on the prim held by \p schemaObj .
84  /// Should be preferred over UsdPhysicsCollisionGroup(schemaObj.GetPrim()),
85  /// as it preserves SchemaBase state.
86  explicit UsdPhysicsCollisionGroup(const UsdSchemaBase& schemaObj)
87  : UsdTyped(schemaObj)
88  {
89  }
90 
91  /// Destructor.
93  virtual ~UsdPhysicsCollisionGroup();
94 
95  /// Return a vector of names of all pre-declared attributes for this schema
96  /// class and all its ancestor classes. Does not include attributes that
97  /// may be authored by custom/extended methods of the schemas involved.
99  static const TfTokenVector &
100  GetSchemaAttributeNames(bool includeInherited=true);
101 
102  /// Return a UsdPhysicsCollisionGroup holding the prim adhering to this
103  /// schema at \p path on \p stage. If no prim exists at \p path on
104  /// \p stage, or if the prim at that path does not adhere to this schema,
105  /// return an invalid schema object. This is shorthand for the following:
106  ///
107  /// \code
108  /// UsdPhysicsCollisionGroup(stage->GetPrimAtPath(path));
109  /// \endcode
110  ///
113  Get(const UsdStagePtr &stage, const SdfPath &path);
114 
115  /// Attempt to ensure a \a UsdPrim adhering to this schema at \p path
116  /// is defined (according to UsdPrim::IsDefined()) on this stage.
117  ///
118  /// If a prim adhering to this schema at \p path is already defined on this
119  /// stage, return that prim. Otherwise author an \a SdfPrimSpec with
120  /// \a specifier == \a SdfSpecifierDef and this schema's prim type name for
121  /// the prim at \p path at the current EditTarget. Author \a SdfPrimSpec s
122  /// with \p specifier == \a SdfSpecifierDef and empty typeName at the
123  /// current EditTarget for any nonexistent, or existing but not \a Defined
124  /// ancestors.
125  ///
126  /// The given \a path must be an absolute prim path that does not contain
127  /// any variant selections.
128  ///
129  /// If it is impossible to author any of the necessary PrimSpecs, (for
130  /// example, in case \a path cannot map to the current UsdEditTarget's
131  /// namespace) issue an error and return an invalid \a UsdPrim.
132  ///
133  /// Note that this method may return a defined prim whose typeName does not
134  /// specify this schema class, in case a stronger typeName opinion overrides
135  /// the opinion at the current EditTarget.
136  ///
139  Define(const UsdStagePtr &stage, const SdfPath &path);
140 
141 protected:
142  /// Returns the kind of schema this class belongs to.
143  ///
144  /// \sa UsdSchemaKind
146  UsdSchemaKind _GetSchemaKind() const override;
147 
148 private:
149  // needs to invoke _GetStaticTfType.
150  friend class UsdSchemaRegistry;
152  static const TfType &_GetStaticTfType();
153 
154  static bool _IsTypedSchema();
155 
156  // override SchemaBase virtuals.
158  const TfType &_GetTfType() const override;
159 
160 public:
161  // --------------------------------------------------------------------- //
162  // MERGEGROUPNAME
163  // --------------------------------------------------------------------- //
164  /// If non-empty, any collision groups in a stage with a matching
165  /// mergeGroup should be considered to refer to the same collection. Matching
166  /// collision groups should behave as if there were a single group containing
167  /// referenced colliders and filter groups from both collections.
168  ///
169  /// | ||
170  /// | -- | -- |
171  /// | Declaration | `string physics:mergeGroup` |
172  /// | C++ Type | std::string |
173  /// | \ref Usd_Datatypes "Usd Type" | SdfValueTypeNames->String |
176 
177  /// See GetMergeGroupNameAttr(), and also
178  /// \ref Usd_Create_Or_Get_Property for when to use Get vs Create.
179  /// If specified, author \p defaultValue as the attribute's default,
180  /// sparsely (when it makes sense to do so) if \p writeSparsely is \c true -
181  /// the default for \p writeSparsely is \c false.
183  UsdAttribute CreateMergeGroupNameAttr(VtValue const &defaultValue = VtValue(), bool writeSparsely=false) const;
184 
185 public:
186  // --------------------------------------------------------------------- //
187  // INVERTFILTEREDGROUPS
188  // --------------------------------------------------------------------- //
189  /// Normally, the filter will disable collisions against the selected
190  /// filter groups. However, if this option is set, the filter will disable
191  /// collisions against all colliders except for those in the selected filter
192  /// groups.
193  ///
194  /// | ||
195  /// | -- | -- |
196  /// | Declaration | `bool physics:invertFilteredGroups` |
197  /// | C++ Type | bool |
198  /// | \ref Usd_Datatypes "Usd Type" | SdfValueTypeNames->Bool |
201 
202  /// See GetInvertFilteredGroupsAttr(), and also
203  /// \ref Usd_Create_Or_Get_Property for when to use Get vs Create.
204  /// If specified, author \p defaultValue as the attribute's default,
205  /// sparsely (when it makes sense to do so) if \p writeSparsely is \c true -
206  /// the default for \p writeSparsely is \c false.
208  UsdAttribute CreateInvertFilteredGroupsAttr(VtValue const &defaultValue = VtValue(), bool writeSparsely=false) const;
209 
210 public:
211  // --------------------------------------------------------------------- //
212  // FILTEREDGROUPS
213  // --------------------------------------------------------------------- //
214  /// References a list of PhysicsCollisionGroups with which
215  /// collisions should be ignored.
216  ///
219 
220  /// See GetFilteredGroupsRel(), and also
221  /// \ref Usd_Create_Or_Get_Property for when to use Get vs Create
224 
225 public:
226  // ===================================================================== //
227  // Feel free to add custom code below this line, it will be preserved by
228  // the code generator.
229  //
230  // Just remember to:
231  // - Close the class declaration with };
232  // - Close the namespace with PXR_NAMESPACE_CLOSE_SCOPE
233  // - Close the include guard with #endif
234  // ===================================================================== //
235  // --(BEGIN CUSTOM CODE)--
236 
237  /// Return the UsdCollectionAPI interface used for defining
238  /// what colliders belong to the CollisionGroup.
241 
242  /// Utility structure generated by ComputeCollisionGroupTable(); contains a
243  /// table describing which pairs of collision groups have collisions
244  /// enabled/disabled by the filtering rules.
246  {
247  /// Return the set of all UsdPhysicsCollisionGroup which this table
248  /// contains
250  const SdfPathVector& GetCollisionGroups() const;
251 
252  /// Return true if the groups at indices \a idxA and \a idxB collide
254  bool IsCollisionEnabled(const unsigned int idxA,
255  const unsigned int idxB) const;
256 
257  /// Return true if the groups \a primA and \a primB collide
259  bool IsCollisionEnabled(const SdfPath& primA,
260  const SdfPath& primB) const;
261 
262  protected:
264  // < All collision groups known to this table
266  // < 2D table, with one element per collision-group-pair. Entry is false
267  // if collision is disabled by a filtering rule.
268  std::vector<bool> _enabled;
269  };
270 
271  /// Compute a table encoding all the collision groups filter rules for a
272  /// stage. This can be used as a reference to validate an implementation of
273  /// the collision groups filters. The returned table is diagonally
274  /// symmetric.
275  static USDPHYSICS_API
277 };
278 
280 
281 #endif
static USDPHYSICS_API UsdPhysicsCollisionGroup Get(const UsdStagePtr &stage, const SdfPath &path)
USDPHYSICS_API UsdRelationship GetFilteredGroupsRel() const
USDPHYSICS_API UsdAttribute CreateMergeGroupNameAttr(VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const
GLsizei const GLchar *const * path
Definition: glcorearb.h:3341
USDPHYSICS_API UsdCollectionAPI GetCollidersCollectionAPI() const
UsdPhysicsCollisionGroup(const UsdPrim &prim=UsdPrim())
Represents a concrete typed schema.
USDPHYSICS_API UsdRelationship CreateFilteredGroupsRel() const
USDPHYSICS_API bool IsCollisionEnabled(const unsigned int idxA, const unsigned int idxB) const
Return true if the groups at indices idxA and idxB collide.
static const UsdSchemaKind schemaKind
Definition: prim.h:135
Definition: typed.h:61
std::vector< TfToken > TfTokenVector
Convenience types.
Definition: token.h:442
static USDPHYSICS_API UsdPhysicsCollisionGroup Define(const UsdStagePtr &stage, const SdfPath &path)
USDPHYSICS_API UsdAttribute GetInvertFilteredGroupsAttr() const
Definition: path.h:291
std::vector< class SdfPath > SdfPathVector
A vector of SdfPaths.
Definition: path.h:212
USDPHYSICS_API UsdAttribute GetMergeGroupNameAttr() const
#define USDPHYSICS_API
Definition: api.h:40
UsdSchemaKind
Definition: common.h:127
PXR_NAMESPACE_CLOSE_SCOPE PXR_NAMESPACE_OPEN_SCOPE
Definition: path.h:1441
USDPHYSICS_API const SdfPathVector & GetCollisionGroups() const
static USDPHYSICS_API CollisionGroupTable ComputeCollisionGroupTable(const UsdStage &stage)
#define PXR_NAMESPACE_CLOSE_SCOPE
Definition: pxr.h:91
USDPHYSICS_API UsdSchemaKind _GetSchemaKind() const override
Definition: type.h:64
UsdPhysicsCollisionGroup(const UsdSchemaBase &schemaObj)
virtual USDPHYSICS_API ~UsdPhysicsCollisionGroup()
Destructor.
USDPHYSICS_API UsdAttribute CreateInvertFilteredGroupsAttr(VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const
static USDPHYSICS_API const TfTokenVector & GetSchemaAttributeNames(bool includeInherited=true)
Definition: value.h:167