- b(int) - Method in class scarst.CornerTable
-
Check whether 'c' is a border corner
- b(int) - Method in interface scarst.CornerTableInterface
-
Check whether 'c' is a border corner
- b(int) - Method in class scarst.SOT
-
Check whether 'c' is a border corner
- b(int) - Method in class scarst.SQUAD
-
Check whether 'c' is a border corner
- bench5n() - Method in class RuntimeBenchmark
-
Evaluate the performance of the vertex degree computation, for the CDS5n (Isaac 2011 implementation)
- benchCHE() - Method in class RuntimeBenchmark
-
Evaluate the performance of the Compact Half-edge data structure
- benchCT() - Method in class RuntimeBenchmark
-
Evaluate the performance of the Corner Table data structure
- benchHE() - Method in class RuntimeBenchmark
-
Evaluate the performance of the Half-edge data structure
- benchSCARST_OS() - Method in class RuntimeBenchmark
-
Evaluate the performance of the vertex degree computation, for the Adaptive Compact Data structure 3n (2023 version)
- benchSCARST_OT() - Method in class RuntimeBenchmark
-
Evaluate the performance of the vertex degree computation, for the Adaptive Compact Data structure 3n-5n (2023 version)
- benchSCARST_RS() - Method in class RuntimeBenchmark
-
Evaluate the performance of the vertex degree computation, for the Adaptive Compact Data structure 3n (2023 version)
- benchSOT() - Method in class RuntimeBenchmark
-
Evaluate the performance of the SOT data structure
- benchSQUAD() - Method in class RuntimeBenchmark
-
Evaluate the performance of the SQUAD data structure
- benchWE() - Method in class RuntimeBenchmark
-
Evaluate the performance of the vertex degree computation, for the Winged-edge data structure
- BFS(NavigationInterface, int) - Method in class scarst.bench.GraphTraversal
-
Perform a BFS of all node of the graph, starting from vertex 'v'
- build(CornerTable, float[]) - Method in class scarst.SQUADBuilder
-
- buildCHE() - Method in class RuntimeBenchmark
-
Construct the Compact Half-edge data structure
- buildCompactDS(String) - Method in class RuntimeBenchmark
-
Construct a compact mesh data structure
- buildCT() - Method in class RuntimeBenchmark
-
Construct the Corner Table data structure
- buildFromPolyhedron() - Method in class scarst.CompactMeshBuilder_5n
-
- buildFromPolyhedron() - Method in class scarst.CompactMeshBuilder_6n
-
Construct an compact array based data structure requiring 6 reference per vertex
Half-edges must be oriented.
- buildFromPolyhedron(float[]) - Method in class scarst.EfficientCompactMeshBuilder_5n
-
Construct the compact array based data structure requiring 5 reference per vertex
Half-edges must be oriented.
- buildFromPolyhedron(float[]) - Method in class scarst.ScarstOsBuilder
-
Construct an compact array based data structure requiring 6 reference per vertex
Half-edges must be oriented.
- buildFromPolyhedron(float[]) - Method in class scarst.ScarstOtBuilder
-
Construct an compact array based data structure requiring 6 reference per vertex
Half-edges must be oriented.
- buildFromPolyhedron() - Method in class scarst.ScarstOtBuilder_old
-
Deprecated.
- buildFromPolyhedron(float[]) - Method in class scarst.ScarstRsBuilder
-
Construct an compact array based data structure requiring 6 reference per vertex
Half-edges must be oriented.
- buildHE() - Method in class RuntimeBenchmark
-
Construct the Half-edge data structure
- buildSCARST_OT(String) - Static method in class StorageBenchmark
-
Construct the SCARST-OT data structure
- buildSOT() - Method in class RuntimeBenchmark
-
Construct the SOT data structure
- buildSQUAD() - Method in class RuntimeBenchmark
-
Construct the SQUAD data structure
- buildSQUAD(String, int) - Static method in class StorageBenchmark
-
Construct the SQUAD data structure
- buildWE() - Method in class RuntimeBenchmark
-
Construct the Winged-edge data structure
- bytesToMegabytes(long) - Static method in class scarst.bench.MemoryBenchmark
-