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

Function Pop

Common/Transforms/vtkGeneralTransform.h:243–251  ·  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

241 * to the next transformation on the stack.
242 */
243 void Pop()
244 {
245 if (this->Stack == nullptr)
246 {
247 return;
248 }
249 this->Stack->Pop(&this->Concatenation);
250 this->Modified();
251 }
252 ///@}
253
254 ///@{

Callers

nothing calls this directly

Calls 2

PopMethod · 0.45
ModifiedMethod · 0.45

Tested by

no test coverage detected