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

Method RequiresInitialization

Common/DataModel/vtkGenericCell.cxx:122–125  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

120
121//------------------------------------------------------------------------------
122int vtkGenericCell::RequiresInitialization()
123{
124 return this->Cell->RequiresInitialization();
125}
126
127//------------------------------------------------------------------------------
128int vtkGenericCell::RequiresExplicitFaceRepresentation() VTK_FUTURE_CONST

Callers 5

GetCellMethod · 0.45
GetCellMethod · 0.45
TestOneCellFunction · 0.45
TestGenericCellFunction · 0.45
TestCellFunction · 0.45

Calls

no outgoing calls

Tested by 3

TestOneCellFunction · 0.36
TestGenericCellFunction · 0.36
TestCellFunction · 0.36