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

Function InsertQuadInHash

Filters/Geometry/vtkDataSetRegionSurfaceFilter.h:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 virtual void InsertQuadInHash(
104 vtkIdType a, vtkIdType b, vtkIdType c, vtkIdType d, vtkIdType sourceId, vtkIdType faceId);
105 void InsertQuadInHash(
106 vtkIdType a, vtkIdType b, vtkIdType c, vtkIdType d, vtkIdType sourceId) override
107 {
108 this->InsertQuadInHash(a, b, c, d, sourceId, -1); // for -Woverloaded-virtual comp warning
109 }
110
111 void InsertTriInHash(
112 vtkIdType a, vtkIdType b, vtkIdType c, vtkIdType sourceId, vtkIdType faceId) override;

Callers 1

Calls 1

InsertQuadInHashMethod · 0.45

Tested by

no test coverage detected