Searched refs:GfRange3f (Results 1 – 14 of 14) sorted by relevance
/dports/misc/usd/USD-21.11/pxr/base/gf/ |
H A D | wrapRange3f.cpp | 59 static GfRange3f __truediv__(const GfRange3f &self, double value) in __truediv__() 64 static GfRange3f __itruediv__(GfRange3f &self, double value) in __itruediv__() 82 class_<GfRange3f>("Range3f", init<>()) in wrapRange3f() 83 .def(init<GfRange3f>()) in wrapRange3f() 99 .def("SetMin", &GfRange3f::SetMin) in wrapRange3f() 107 &GfRange3f::Contains) in wrapRange3f() 108 .def("Contains", (bool (GfRange3f::*)(const GfRange3f &) const) in wrapRange3f() 109 &GfRange3f::Contains) in wrapRange3f() 114 .def("UnionWith", (const GfRange3f & (GfRange3f::*)(const GfVec3f &)) in wrapRange3f() 116 .def("UnionWith", (const GfRange3f & (GfRange3f::*)(const GfRange3f &)) in wrapRange3f() [all …]
|
H A D | range3f.h | 168 static GfRange3f GetUnion(const GfRange3f &a, const GfRange3f &b) { 176 const GfRange3f &UnionWith(const GfRange3f &b) { 191 static GfRange3f Union(const GfRange3f &a, const GfRange3f &b) { 197 const GfRange3f &Union(const GfRange3f &b) { 208 static GfRange3f GetIntersection(const GfRange3f &a, const GfRange3f &b) { 217 static GfRange3f Intersection(const GfRange3f &a, const GfRange3f &b) { 232 const GfRange3f &Intersection(const GfRange3f &b) { 237 GfRange3f operator +=(const GfRange3f &b) { 244 GfRange3f operator -=(const GfRange3f &b) { 269 GfRange3f operator +(const GfRange3f &b) const { [all …]
|
H A D | range3f.cpp | 41 TfType::Define<GfRange3f>(); in TF_REGISTRY_FUNCTION() 45 operator<<(std::ostream &out, GfRange3f const &r) in operator <<() 54 GfRange3f::GetDistanceSquared(const GfVec3f &p) const in GetDistanceSquared() 87 GfRange3f::GetCorner(size_t i) const in GetCorner() 99 GfRange3f 100 GfRange3f::GetOctant(size_t i) const in GetOctant() 104 return GfRange3f(); in GetOctant() 110 return GfRange3f( in GetOctant() 115 const GfRange3f GfRange3f::UnitCube(GfVec3f(0,0,0), GfVec3f(1,1,1));
|
H A D | range3d.h | 50 class GfRange3f; variable 319 GF_API inline bool operator ==(const GfRange3f& other) const; 320 GF_API inline bool operator !=(const GfRange3f& other) const; 370 GfRange3d::operator ==(const GfRange3f& other) const { 376 GfRange3d::operator !=(const GfRange3f& other) const {
|
H A D | wrapRange3d.cpp | 137 .def(self == GfRange3f()) in wrapRange3d() 138 .def(self != GfRange3f()) in wrapRange3d()
|
H A D | declare.h | 64 class GfRange3f; variable
|
/dports/misc/usd/USD-21.11/pxr/usd/usdSkel/ |
H A D | wrapUtils.cpp | 151 GfRange3f 156 GfRange3f range; in _ComputeJointsExtent()
|
H A D | utils.h | 58 class GfRange3f; variable 227 GfRange3f* extent,
|
H A D | utils.cpp | 820 GfRange3f* extent, in UsdSkelComputeJointsExtent() 845 GfRange3f*, float, const GfMatrix4d*); 849 GfRange3f*, float, const GfMatrix4f*); 860 GfRange3f range; in UsdSkelComputeJointsExtent() 881 GfRange3f range; in UsdSkelComputeJointsExtent()
|
H A D | skinningQuery.cpp | 518 GfRange3f jointsRange; in ComputeExtentsPadding()
|
/dports/misc/usd/USD-21.11/extras/usd/examples/usdObj/ |
H A D | translator.cpp | 69 GfRange3f extent; in UsdObjTranslateObjToUsd()
|
/dports/misc/usd/USD-21.11/pxr/base/vt/ |
H A D | types.h | 111 (( GfRange3f, Range3f )) \
|
/dports/misc/usd/USD-21.11/pxr/usd/plugin/usdDraco/ |
H A D | importTranslator.cpp | 329 GfRange3f range; in _ComputeExtent()
|
/dports/misc/usd/USD-21.11/pxr/usd/usdGeom/ |
H A D | schema.usda | 570 # XXX: Note this is really a GfRange3f, which is not fully supported
|