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

Function Pop

Common/Transforms/vtkTransform.h:376–384  ·  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

374 * to the next transformation on the stack.
375 */
376 void Pop()
377 {
378 if (this->Stack == nullptr)
379 {
380 return;
381 }
382 this->Stack->Pop(&this->Concatenation);
383 this->Modified();
384 }
385 ///@}
386
387 /**

Callers

nothing calls this directly

Calls 2

PopMethod · 0.45
ModifiedMethod · 0.45

Tested by

no test coverage detected