MCPcopy Create free account
hub / github.com/Kitware/VTK / Load

Function Load

IO/Core/vtkURILoader.h:180–183  ·  view source on GitHub ↗

* @brief Load a resource referenced by an URI * * Perform as if by calling `this->Load(uri.data(), uri.size())`. * * @param uri URI string representation, may be empty. * @return A `vtkResourceStream` on the loaded resource on success, nullptr otherwise. */

Source from the content-addressed store, hash-verified

178 * @return A `vtkResourceStream` on the loaded resource on success, nullptr otherwise.
179 */
180 vtkSmartPointer<vtkResourceStream> Load(const std::string& uri)
181 {
182 return this->Load(uri.data(), uri.size());
183 }
184
185 /**
186 * @brief Load a resource referenced by an URI

Callers 13

LoadMethod · 0.50
LoadMethod · 0.50
loadMethod · 0.50
loadMethod · 0.50
loadMethod · 0.50
LoadMethod · 0.50
TestTemplatedArrayFunction · 0.50
LoadMethod · 0.50
LoadMethod · 0.50
LoadMethod · 0.50
LoadMethod · 0.50
LoadMethod · 0.50

Calls 3

LoadMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by 1

TestTemplatedArrayFunction · 0.40