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

Function InsertTriInHash

Filters/Geometry/vtkDataSetRegionSurfaceFilter.h:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 void InsertTriInHash(
112 vtkIdType a, vtkIdType b, vtkIdType c, vtkIdType sourceId, vtkIdType faceId) override;
113 virtual void InsertTriInHash(vtkIdType a, vtkIdType b, vtkIdType c, vtkIdType sourceId)
114 {
115 this->InsertTriInHash(a, b, c, sourceId, -1); // for -Woverloaded-virtual comp warning
116 }
117
118 virtual vtkFastGeomQuad* GetNextVisibleQuadFromHash();
119

Callers 1

Calls 1

InsertTriInHashMethod · 0.45

Tested by

no test coverage detected