| 
    VTK
    9.3.0
    
   | 
 
#include <vtkAbstractTransform.h>
Public Member Functions | |
| void | Delete () | 
| void | Pop (vtkTransformConcatenation **concat) | 
| pop will pop delete 'concat', then pop the top item on the stack onto 'concat'.   | |
| void | Push (vtkTransformConcatenation **concat) | 
| push will move 'concat' onto the stack, and make 'concat' a copy of its previous self   | |
| void | DeepCopy (vtkTransformConcatenationStack *stack) | 
Static Public Member Functions | |
| static vtkTransformConcatenationStack * | New () | 
Protected Member Functions | |
| vtkTransformConcatenationStack () | |
| ~vtkTransformConcatenationStack () | |
Protected Attributes | |
| int | StackSize | 
| vtkTransformConcatenation ** | Stack | 
| vtkTransformConcatenation ** | StackBottom | 
Definition at line 454 of file vtkAbstractTransform.h.
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  inlinestatic | 
Definition at line 457 of file vtkAbstractTransform.h.
      
  | 
  inline | 
Definition at line 458 of file vtkAbstractTransform.h.
| void vtkTransformConcatenationStack::Pop | ( | vtkTransformConcatenation ** | concat | ) | 
pop will pop delete 'concat', then pop the top item on the stack onto 'concat'.
| void vtkTransformConcatenationStack::Push | ( | vtkTransformConcatenation ** | concat | ) | 
push will move 'concat' onto the stack, and make 'concat' a copy of its previous self
| void vtkTransformConcatenationStack::DeepCopy | ( | vtkTransformConcatenationStack * | stack | ) | 
      
  | 
  protected | 
Definition at line 478 of file vtkAbstractTransform.h.
      
  | 
  protected | 
Definition at line 479 of file vtkAbstractTransform.h.
      
  | 
  protected | 
Definition at line 480 of file vtkAbstractTransform.h.