MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / hasAnyIsoline

Function hasAnyIsoline

source/MRMesh/MRExtractIsolines.cpp:371–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371bool hasAnyIsoline( const MeshTopology& topology,
372 const VertMetric & vertValues, const FaceBitSet* region )
373{
374 MR_TIMER;
375 Isoliner s( topology, vertValues, region );
376 return s.hasAnyLine();
377}
378
379IsoLines extractIsolines( const MeshTopology & topology,
380 const VertScalars & vertValues, float isoValue, const FaceBitSet * region )

Callers

nothing calls this directly

Calls 1

hasAnyLineMethod · 0.80

Tested by

no test coverage detected