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

Method StreamTriangle

Common/DataModel/vtkReebGraph.cxx:3030–3034  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

3028
3029//------------------------------------------------------------------------------
3030int vtkReebGraph::StreamTriangle(vtkIdType vertex0Id, double scalar0, vtkIdType vertex1Id,
3031 double scalar1, vtkIdType vertex2Id, double scalar2)
3032{
3033 return this->Storage->StreamTriangle(vertex0Id, scalar0, vertex1Id, scalar1, vertex2Id, scalar2);
3034}
3035
3036//------------------------------------------------------------------------------
3037int vtkReebGraph::Implementation::StreamTriangle(vtkIdType vertex0Id, double scalar0,

Callers

nothing calls this directly

Calls 4

AddMeshVertexMethod · 0.95
AddMeshTriangleMethod · 0.95
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected