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

Function ReverseCurrentCell

Common/DataModel/vtkCellArrayIterator.h:223–227  ·  view source on GitHub ↗

* Reverses the order of the point ids in the current cell. */

Source from the content-addressed store, hash-verified

221 * Reverses the order of the point ids in the current cell.
222 */
223 void ReverseCurrentCell()
224 {
225 assert(this->CurrentCellId < this->NumberOfCells);
226 this->CellArray->ReverseCellAtId(this->CurrentCellId);
227 }
228
229 friend class vtkCellArray;
230

Callers

nothing calls this directly

Calls 2

ReverseCellAtIdMethod · 0.80
assertFunction · 0.50

Tested by

no test coverage detected