VTK
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkTransformConcatenationStack Class Reference

#include <vtkAbstractTransform.h>

Collaboration diagram for vtkTransformConcatenationStack:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void Delete ()
void Pop (vtkTransformConcatenation **concat)
void Push (vtkTransformConcatenation **concat)
void DeepCopy (vtkTransformConcatenationStack *stack)

Static Public Member Functions

static
vtkTransformConcatenationStack
New ()

Protected Member Functions

 vtkTransformConcatenationStack ()
 ~vtkTransformConcatenationStack ()

Protected Attributes

int StackSize
vtkTransformConcatenation ** Stack
vtkTransformConcatenation ** StackBottom

Detailed Description

Definition at line 394 of file vtkAbstractTransform.h.


Constructor & Destructor Documentation


Member Function Documentation

Definition at line 397 of file vtkAbstractTransform.h.

Definition at line 401 of file vtkAbstractTransform.h.

pop will pop delete 'concat', then pop the top item on the stack onto 'concat'.

push will move 'concat' onto the stack, and make 'concat' a copy of its previous self


Member Data Documentation

Definition at line 420 of file vtkAbstractTransform.h.

Definition at line 421 of file vtkAbstractTransform.h.

Definition at line 422 of file vtkAbstractTransform.h.


The documentation for this class was generated from the following file: