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

Method InitQuadHashTraversal

Filters/Geometry/vtkDataSetSurfaceFilter.cxx:2670–2681  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

2668
2669//------------------------------------------------------------------------------
2670void vtkDataSetSurfaceFilter::InitQuadHashTraversal()
2671{
2672 this->QuadHashTraversalIndex = 0;
2673 if (this->QuadHashLength == 0)
2674 {
2675 this->QuadHashTraversal = nullptr;
2676 }
2677 else
2678 {
2679 this->QuadHashTraversal = this->QuadHash[0];
2680 }
2681}
2682
2683//------------------------------------------------------------------------------
2684vtkFastGeomQuad* vtkDataSetSurfaceFilter::GetNextVisibleQuadFromHash()

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected