forked from wetadigital/USDPluginExamples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtriangle.h
207 lines (179 loc) · 7.42 KB
/
triangle.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
//
// Copyright © 2023 Weta Digital Limited
//
// SPDX-License-Identifier: Apache-2.0
//
#ifndef USDTRI_GENERATED_TRIANGLE_H
#define USDTRI_GENERATED_TRIANGLE_H
/// \file usdTri/triangle.h
#include "pxr/pxr.h"
#include "./api.h"
#include "pxr/usd/usdGeom/gprim.h"
#include "pxr/usd/usd/prim.h"
#include "pxr/usd/usd/stage.h"
#include "./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"
PXR_NAMESPACE_OPEN_SCOPE
class SdfAssetPath;
// -------------------------------------------------------------------------- //
// TRIANGLE //
// -------------------------------------------------------------------------- //
/// \class UsdTriTriangle
///
/// An equilateral triangle, whose vertices are equidistant to the
/// origin and lie on the XY plane in object-space.
///
class UsdTriTriangle : public UsdGeomGprim
{
public:
/// Compile time constant representing what kind of schema this class is.
///
/// \sa UsdSchemaKind
static const UsdSchemaKind schemaKind = UsdSchemaKind::ConcreteTyped;
/// Construct a UsdTriTriangle on UsdPrim \p prim .
/// Equivalent to UsdTriTriangle::Get(prim.GetStage(), prim.GetPath())
/// for a \em valid \p prim, but will not immediately throw an error for
/// an invalid \p prim
explicit UsdTriTriangle(const UsdPrim& prim = UsdPrim())
: UsdGeomGprim(prim)
{
}
/// Construct a UsdTriTriangle on the prim held by \p schemaObj .
/// Should be preferred over UsdTriTriangle(schemaObj.GetPrim()),
/// as it preserves SchemaBase state.
explicit UsdTriTriangle(const UsdSchemaBase& schemaObj)
: UsdGeomGprim(schemaObj)
{
}
/// Destructor.
USDTRI_API
virtual ~UsdTriTriangle();
/// Return a vector of names of all pre-declared attributes for this schema
/// class and all its ancestor classes. Does not include attributes that
/// may be authored by custom/extended methods of the schemas involved.
USDTRI_API
static const TfTokenVector& GetSchemaAttributeNames(
bool includeInherited = true);
/// Return a UsdTriTriangle holding the prim adhering to this
/// schema at \p path on \p stage. If no prim exists at \p path on
/// \p stage, or if the prim at that path does not adhere to this schema,
/// return an invalid schema object. This is shorthand for the following:
///
/// \code
/// UsdTriTriangle(stage->GetPrimAtPath(path));
/// \endcode
///
USDTRI_API
static UsdTriTriangle Get(const UsdStagePtr& stage, const SdfPath& path);
/// Attempt to ensure a \a UsdPrim adhering to this schema at \p path
/// is defined (according to UsdPrim::IsDefined()) on this stage.
///
/// If a prim adhering to this schema at \p path is already defined on this
/// stage, return that prim. Otherwise author an \a SdfPrimSpec with
/// \a specifier == \a SdfSpecifierDef and this schema's prim type name for
/// the prim at \p path at the current EditTarget. Author \a SdfPrimSpec s
/// with \p specifier == \a SdfSpecifierDef and empty typeName at the
/// current EditTarget for any nonexistent, or existing but not \a Defined
/// ancestors.
///
/// The given \a path must be an absolute prim path that does not contain
/// any variant selections.
///
/// If it is impossible to author any of the necessary PrimSpecs, (for
/// example, in case \a path cannot map to the current UsdEditTarget's
/// namespace) issue an error and return an invalid \a UsdPrim.
///
/// Note that this method may return a defined prim whose typeName does not
/// specify this schema class, in case a stronger typeName opinion overrides
/// the opinion at the current EditTarget.
///
USDTRI_API
static UsdTriTriangle Define(const UsdStagePtr& stage, const SdfPath& path);
protected:
/// Returns the kind of schema this class belongs to.
///
/// \sa UsdSchemaKind
USDTRI_API
UsdSchemaKind _GetSchemaKind() const override;
private:
// needs to invoke _GetStaticTfType.
friend class UsdSchemaRegistry;
USDTRI_API
static const TfType& _GetStaticTfType();
static bool _IsTypedSchema();
// override SchemaBase virtuals.
USDTRI_API
const TfType& _GetTfType() const override;
public:
// --------------------------------------------------------------------- //
// SIDELENGTH
// --------------------------------------------------------------------- //
/// The length of each side of the equilateral triangle.
///
/// | ||
/// | -- | -- |
/// | Declaration | `double sideLength = 1` |
/// | C++ Type | double |
/// | \ref Usd_Datatypes "Usd Type" | SdfValueTypeNames->Double |
USDTRI_API
UsdAttribute GetSideLengthAttr() const;
/// See GetSideLengthAttr(), and also
/// \ref Usd_Create_Or_Get_Property for when to use Get vs Create.
/// If specified, author \p defaultValue as the attribute's default,
/// sparsely (when it makes sense to do so) if \p writeSparsely is \c true -
/// the default for \p writeSparsely is \c false.
USDTRI_API
UsdAttribute CreateSideLengthAttr(VtValue const& defaultValue = VtValue(),
bool writeSparsely = false) const;
public:
// --------------------------------------------------------------------- //
// EXTENT
// --------------------------------------------------------------------- //
/// Fallback extent value of a triangle with side length of 1.0.
///
/// | ||
/// | -- | -- |
/// | Declaration | `float3[] extent = [(-0.5, -0.28867513, 0), (0.5,
/// 0.57735026, 0)]` | | C++ Type | VtArray<GfVec3f> | | \ref Usd_Datatypes
/// "Usd Type" | SdfValueTypeNames->Float3Array |
USDTRI_API
UsdAttribute GetExtentAttr() const;
/// See GetExtentAttr(), and also
/// \ref Usd_Create_Or_Get_Property for when to use Get vs Create.
/// If specified, author \p defaultValue as the attribute's default,
/// sparsely (when it makes sense to do so) if \p writeSparsely is \c true -
/// the default for \p writeSparsely is \c false.
USDTRI_API
UsdAttribute CreateExtentAttr(VtValue const& defaultValue = VtValue(),
bool writeSparsely = false) const;
public:
// ===================================================================== //
// Feel free to add custom code below this line, it will be preserved by
// the code generator.
//
// Just remember to:
// - Close the class declaration with };
// - Close the namespace with PXR_NAMESPACE_CLOSE_SCOPE
// - Close the include guard with #endif
// ===================================================================== //
// --(BEGIN CUSTOM CODE)--
/// Compute the extent for the triangle defined by its side length.
///
/// \retval true Successful extent computation.
/// \retval false Failure to compute extent.
USDGEOM_API
static bool ComputeExtent(double sideLength, VtVec3fArray* extent);
/// \overload
/// Computes the extent as if the matrix \p transform was first applied.
USDGEOM_API
static bool ComputeExtent(double sideLength,
const GfMatrix4d& transform,
VtVec3fArray* extent);
};
PXR_NAMESPACE_CLOSE_SCOPE
#endif