|
SMTK
@SMTK_VERSION@
Simulation Modeling Tool Kit
|
Apply per-dataset transforms held in field data to the input collection as well as extract the boundary of volumetric datasets. More...
#include <vtkApplyTransforms.h>
Public Types | |
| typedef vtkCompositeDataSetAlgorithm | Superclass |
Public Member Functions | |
| virtual int | IsA (const char *type) |
| vtkApplyTransforms * | NewInstance () const |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| vtkApplyTransforms (const vtkApplyTransforms &)=delete | |
| vtkApplyTransforms & | operator= (const vtkApplyTransforms &)=delete |
Static Public Member Functions | |
| static vtkApplyTransforms * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkApplyTransforms * | SafeDownCast (vtkObjectBase *o) |
Protected Attributes | |
| vtkNew< vtkDataSetSurfaceFilter > | SurfaceFilter |
| vtkNew< vtkTransformFilter > | TransformFilter |
| vtkNew< vtkTransform > | Transform |
Apply per-dataset transforms held in field data to the input collection as well as extract the boundary of volumetric datasets.
1.8.17