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

Method InitTraversal

Common/DataModel/vtkCellArray.h:1763–1768  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1761} // end namespace vtkCellArray_detail
1762
1763VTK_ABI_NAMESPACE_BEGIN
1764//----------------------------------------------------------------------------
1765inline void vtkCellArray::InitTraversal()
1766{
1767 this->TraversalCellId = 0;
1768}
1769
1770//----------------------------------------------------------------------------
1771inline int vtkCellArray::GetNextCell(vtkIdType& npts, vtkIdType const*& pts) VTK_SIZEHINT(pts, npts)

Callers 15

SelectSocketsMethod · 0.45
GetNumberOfKeysMethod · 0.45
Serialize_vtkInformationFunction · 0.45
CreateInstanceMethod · 0.45
HasOverrideAnyMethod · 0.45
SetAllEnableFlagsMethod · 0.45
CreateAllInstanceMethod · 0.45
beginMethod · 0.45
cbeginMethod · 0.45
IsEqualFunction · 0.45

Calls

no outgoing calls

Tested by 12

IsEqualFunction · 0.36
TestGeneralFunction · 0.36
TestObjectFactoryFunction · 0.36
TestTraversalSizePointerFunction · 0.36
TestTraversalIdListFunction · 0.36
testCellIteratorFunction · 0.36
RunTestFunction · 0.36
TestConfigFunction · 0.36
TestConfigFunction · 0.36
TestMappedGridDeepCopyFunction · 0.36
LoopAndCheckFunction · 0.36