| VTK
    9.0.1
    | 
#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'.  More... | |
| void | Push (vtkTransformConcatenation **concat) | 
| push will move 'concat' onto the stack, and make 'concat' a copy of its previous self  More... | |
| 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 481 of file vtkAbstractTransform.h.
| 
 | protected | 
| 
 | protected | 
| 
 | inlinestatic | 
Definition at line 484 of file vtkAbstractTransform.h.
| 
 | inline | 
Definition at line 485 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 505 of file vtkAbstractTransform.h.
| 
 | protected | 
Definition at line 506 of file vtkAbstractTransform.h.
| 
 | protected | 
Definition at line 507 of file vtkAbstractTransform.h.
 1.8.17
 1.8.17