MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / getListProperty

Method getListProperty

extern/happly/happly.h:966–973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

964 */
965 template <class T>
966 std::vector<std::vector<T>> getListProperty(const std::string& propertyName) {
967
968 // Find the property
969 std::unique_ptr<Property>& prop = getPropertyPtr(propertyName);
970
971 // Get a copy of the data with auto-promoting type magic
972 return getDataFromListPropertyRecursive<T, T>(prop.get());
973 }
974
975 /**
976 * @brief Get a vector of a data from a property for this element. Unlike getProperty(), only returns if the ply

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected