Searched defs:GatherMeshDataResult (Results 1 – 1 of 1) sorted by relevance
468 struct GatherMeshDataResult { struct472 explicit GatherMeshDataResult(const string& error) : success(false), error(error) {} in GatherMeshDataResult() argument473 GatherMeshDataResult(GatherMeshDataResult&& other) noexcept in GatherMeshDataResult() function477 GatherMeshDataResult& operator=(GatherMeshDataResult&& other) noexcept in operator =()486 bool success { true };489 string error;491 IMeshBuilder::Ptr meshBuilder;