| 369 | } |
| 370 | |
| 371 | bool 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 | |
| 379 | IsoLines extractIsolines( const MeshTopology & topology, |
| 380 | const VertScalars & vertValues, float isoValue, const FaceBitSet * region ) |
nothing calls this directly
no test coverage detected