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

Class vtkInEdgeType

Common/DataModel/vtkGraph.h:252–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250};
251
252struct vtkInEdgeType : vtkEdgeBase
253{
254 vtkInEdgeType() = default;
255 vtkInEdgeType(vtkIdType s, vtkIdType id)
256 : vtkEdgeBase(id)
257 , Source(s)
258 {
259 }
260 vtkIdType Source;
261};
262
263struct vtkEdgeType : vtkEdgeBase
264{

Callers 1

GetInEdgeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected