Home
last modified time | relevance | path

Searched refs:is_vert_hole_ (Results 1 – 8 of 8) sorted by relevance

/dports/archivers/draco/draco-1.4.3/docs/spec/
H A Dedgebreaker.decoder.md174 is_vert_hole_[vert] = false;
355 is_vert_hole_.assign(num_encoded_vertices + num_encoded_split_symbols, true);
406 is_vert_hole_[next_b] = false;
407 is_vert_hole_[next_c] = false;
408 is_vert_hole_[next_a] = false;
H A Dattributes.decoder.md44 if (is_vert_hole_[i]) {
137 if (is_vert_hole_[v]) {
/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/compression/mesh/
H A Dmesh_edgebreaker_decoder_impl.cc359 is_vert_hole_.assign(num_encoded_vertices_ + num_encoded_split_symbols, true); in DecodeConnectivity()
499 int max_num_vertices = static_cast<int>(is_vert_hole_.size()); in DecodeConnectivity()
550 is_vert_hole_[vertex_x.value()] = false; in DecodeConnectivity()
807 is_vert_hole_[corner_table_->Vertex(new_corner + ci).value()] = false; in DecodeConnectivity()
847 is_vert_hole_[invalid_vert.value()] = is_vert_hole_[src_vert.value()]; in DecodeConnectivity()
848 is_vert_hole_[src_vert.value()] = false; in DecodeConnectivity()
1061 if (is_vert_hole_[v]) { in AssignPointsToCorners()
H A Dmesh_edgebreaker_decoder_impl.h178 std::vector<bool> is_vert_hole_; variable
/dports/archivers/draco/draco-1.4.3/src/draco/compression/mesh/
H A Dmesh_edgebreaker_decoder_impl.cc389 is_vert_hole_.assign(num_encoded_vertices_ + num_encoded_split_symbols, true); in DecodeConnectivity()
540 int max_num_vertices = static_cast<int>(is_vert_hole_.size()); in DecodeConnectivity()
597 is_vert_hole_[vertex_x.value()] = false; in DecodeConnectivity()
862 is_vert_hole_[corner_table_->Vertex(new_corner + ci).value()] = false; in DecodeConnectivity()
904 is_vert_hole_[invalid_vert.value()] = is_vert_hole_[src_vert.value()]; in DecodeConnectivity()
905 is_vert_hole_[src_vert.value()] = false; in DecodeConnectivity()
1139 if (is_vert_hole_[v]) { in AssignPointsToCorners()
H A Dmesh_edgebreaker_decoder_impl.h180 std::vector<bool> is_vert_hole_; variable
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/compression/mesh/
H A Dmesh_edgebreaker_decoder_impl.cc389 is_vert_hole_.assign(num_encoded_vertices_ + num_encoded_split_symbols, true); in DecodeConnectivity()
540 int max_num_vertices = static_cast<int>(is_vert_hole_.size()); in DecodeConnectivity()
597 is_vert_hole_[vertex_x.value()] = false; in DecodeConnectivity()
862 is_vert_hole_[corner_table_->Vertex(new_corner + ci).value()] = false; in DecodeConnectivity()
904 is_vert_hole_[invalid_vert.value()] = is_vert_hole_[src_vert.value()]; in DecodeConnectivity()
905 is_vert_hole_[src_vert.value()] = false; in DecodeConnectivity()
1139 if (is_vert_hole_[v]) { in AssignPointsToCorners()
H A Dmesh_edgebreaker_decoder_impl.h180 std::vector<bool> is_vert_hole_; variable