Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:jointBoundsData_
(Results
1 - 2
of
2
) sorted by relevance
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H
A
D
mesh_builder.h
185
BASE_NS::vector<Bounds>
jointBoundsData_
;
member in final
H
A
D
mesh_builder.cpp
983
jointBoundsData_
.clear();
in Initialize()
1497
return array_view(reinterpret_cast<const float*>(
jointBoundsData_
.data()),
in GetJointBoundsData()
1498
jointBoundsData_
.size() * SIZE_OF_VALUE_TYPE_V<decltype(
jointBoundsData_
)> / sizeof(float));
in GetJointBoundsData()
1550
const size_t jointBoundsDataSize =
jointBoundsData_
.size();
in CreateMesh()
1553
for (const auto& bounds :
jointBoundsData_
) {
in CreateMesh()
2111
const size_t oldSize =
jointBoundsData_
.size();
in CalculateJointBounds()
2118
jointBoundsData_
.resize(newSize, minMax);
in CalculateJointBounds()
2143
auto& boundsData =
jointBoundsData_
[joints[w]];
in CalculateJointBounds()
Completed in 5 milliseconds