#include <vtkAbstractTransform.h>
Collaboration diagram for vtkTransformConcatenationStack:
Public Methods | |
void | Delete () |
void | Pop (vtkTransformConcatenation **concat) |
void | Push (vtkTransformConcatenation **concat) |
void | DeepCopy (vtkTransformConcatenationStack *stack) |
Static Public Methods | |
vtkTransformConcatenationStack * | New () |
Protected Methods | |
vtkTransformConcatenationStack () | |
~vtkTransformConcatenationStack () | |
Protected Attributes | |
int | StackSize |
vtkTransformConcatenation ** | Stack |
vtkTransformConcatenation ** | StackBottom |
|
|
|
|
|
Definition at line 420 of file vtkAbstractTransform.h. Referenced by vtkTransform::Push(), vtkPerspectiveTransform::Push(), and vtkGeneralTransform::Push().
|
|
Definition at line 422 of file vtkAbstractTransform.h. |
|
|
|
|
|
|
|
Definition at line 438 of file vtkAbstractTransform.h. |
|
Definition at line 439 of file vtkAbstractTransform.h. |
|
Definition at line 440 of file vtkAbstractTransform.h. |