MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / Validate

Method Validate

openpgl/include/openpgl/cpp/PathSegmentStorage.h:264–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264OPENPGL_INLINE bool PathSegmentStorage::Validate() const
265{
266 return ValidateSegments() && ValidateSamples();
267}
268
269OPENPGL_INLINE bool PathSegmentStorage::ValidateSegments() const
270{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected