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

Function Pop

Common/Transforms/vtkPerspectiveTransform.h:355–363  ·  view source on GitHub ↗

@{ * Deletes the transformation on the top of the stack and sets the top * to the next transformation on the stack. */

Source from the content-addressed store, hash-verified

353 * to the next transformation on the stack.
354 */
355 void Pop()
356 {
357 if (this->Stack == nullptr)
358 {
359 return;
360 }
361 this->Stack->Pop(&this->Concatenation);
362 this->Modified();
363 }
364 ///@}
365
366 /**

Callers

nothing calls this directly

Calls 2

PopMethod · 0.45
ModifiedMethod · 0.45

Tested by

no test coverage detected