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

Function PointToNode

IO/Exodus/vtkCPExodusIIElementBlock.h:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 // Convert between Exodus node ids and VTK point ids.
76 static vtkIdType NodeToPoint(const int& id) { return static_cast<vtkIdType>(id - 1); }
77 static int PointToNode(const vtkIdType& id) { return static_cast<int>(id + 1); }
78
79 // Convenience methods to get pointers into the element array.
80 int* GetElementStart(vtkIdType cellId) const

Callers 1

GetPointCellsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected