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

Method cardinality

tests/catch.hpp:7177–7182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7175 }
7176
7177 auto cardinality() const -> size_t override {
7178 if( m_ref->isContainer() )
7179 return 0;
7180 else
7181 return 1;
7182 }
7183
7184 auto hint() const -> std::string { return m_hint; }
7185 };

Callers

nothing calls this directly

Calls 1

isContainerMethod · 0.45

Tested by

no test coverage detected