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

Function Push

Common/Transforms/vtkTransform.h:360–368  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

358 * Pushes the current transformation onto the transformation stack.
359 */
360 void Push()
361 {
362 if (this->Stack == nullptr)
363 {
364 this->Stack = vtkTransformConcatenationStack::New();
365 }
366 this->Stack->Push(&this->Concatenation);
367 this->Modified();
368 }
369 ///@}
370
371 ///@{

Callers 1

Calls 3

NewFunction · 0.50
PushMethod · 0.45
ModifiedMethod · 0.45

Tested by

no test coverage detected