MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / addNextFilters

Method addNextFilters

tests/catch.hpp:11845–11848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11843 }
11844 }
11845 void SectionTracker::addNextFilters( std::vector<std::string> const& filters ) {
11846 if( filters.size() > 1 )
11847 m_filters.insert( m_filters.end(), ++filters.begin(), filters.end() );
11848 }
11849
11850} // namespace TestCaseTracking
11851

Callers

nothing calls this directly

Calls 3

sizeMethod · 0.80
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected