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

Function Push

Common/Transforms/vtkPerspectiveTransform.h:339–347  ·  view source on GitHub ↗

@{ * Pushes the current transformation onto the transformation stack. */

Source from the content-addressed store, hash-verified

337 * Pushes the current transformation onto the transformation stack.
338 */
339 void Push()
340 {
341 if (this->Stack == nullptr)
342 {
343 this->Stack = vtkTransformConcatenationStack::New();
344 }
345 this->Stack->Push(&this->Concatenation);
346 this->Modified();
347 }
348 ///@}
349
350 ///@{

Callers

nothing calls this directly

Calls 3

NewFunction · 0.50
PushMethod · 0.45
ModifiedMethod · 0.45

Tested by

no test coverage detected