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

Method SetPointId

Common/DataModel/vtkSimpleCellTessellator.cxx:784–784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

782 }
783
784 void SetPointId(int i, vtkIdType id) { this->PointId[i] = id; }
785
786 void SetPointIds(vtkIdType id[4])
787 {

Callers 3

InitTetraTileMethod · 0.45
TriangulateTriangleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected