|
VTK
|
#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 459 of file vtkAbstractTransform.h.
|
protected |
|
protected |
|
inlinestatic |
Definition at line 462 of file vtkAbstractTransform.h.
|
inline |
Definition at line 466 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 489 of file vtkAbstractTransform.h.
|
protected |
Definition at line 490 of file vtkAbstractTransform.h.
|
protected |
Definition at line 491 of file vtkAbstractTransform.h.
1.8.9.1