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

Method EdgeToVertexSamples

Filters/ParallelStatistics/vtkGenerateStatistics.cxx:1577–1586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1575}
1576
1577vtkSmartPointer<vtkAbstractArray> vtkGenerateStatistics::EdgeToVertexSamples(
1578 vtkSmartPointer<vtkAbstractArray> vtkNotUsed(fullArray), vtkGraph* vtkNotUsed(data),
1579 const std::unordered_map<vtkIdType, vtkIdType>& vtkNotUsed(subset),
1580 const std::unordered_map<vtkIdType, std::unordered_map<vtkIdType, double>>& vtkNotUsed(
1581 edgesToVertsToWeights))
1582{
1583 // TODO
1584 vtkErrorMacro("Resampling graph edges to vertices is not yet supported.");
1585 return nullptr;
1586}
1587
1588vtkSmartPointer<vtkAbstractArray> vtkGenerateStatistics::FieldDataToSamples(
1589 vtkSmartPointer<vtkAbstractArray> fullArray, vtkDataObject* vtkNotUsed(data),

Callers 1

RequestDataPlainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected