Cut composite data sets with user-specified implicit function.
More...
#include <vtkCompositeCutter.h>
|
virtual vtkObjectBase * | NewInstanceInternal () const |
|
| vtkCompositeCutter (vtkImplicitFunction *cf=NULL) |
|
virtual | ~vtkCompositeCutter () |
|
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
|
virtual int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
|
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
|
| vtkCutter (vtkImplicitFunction *cf=NULL) |
|
| ~vtkCutter () |
|
void | UnstructuredGridCutter (vtkDataSet *input, vtkPolyData *output) |
|
void | DataSetCutter (vtkDataSet *input, vtkPolyData *output) |
|
void | StructuredPointsCutter (vtkDataSet *, vtkPolyData *, vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
|
void | StructuredGridCutter (vtkDataSet *, vtkPolyData *) |
|
void | RectilinearGridCutter (vtkDataSet *, vtkPolyData *) |
|
virtual int | ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
|
Cut composite data sets with user-specified implicit function.
Loop over each data set in the composite input and apply vtkCutter
- See Also
- vtkCutter
- Tests:
- vtkCompositeCutter (Tests)
Definition at line 32 of file vtkCompositeCutter.h.
vtkCompositeCutter::vtkCompositeCutter |
( |
vtkImplicitFunction * |
cf = NULL | ) |
|
|
protected |
virtual vtkCompositeCutter::~vtkCompositeCutter |
( |
| ) |
|
|
protectedvirtual |
static int vtkCompositeCutter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkCompositeCutter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkCompositeCutter::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkCompositeCutter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual int vtkCompositeCutter::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkCompositeCutter::RequestUpdateExtent |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkCompositeCutter::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
The documentation for this class was generated from the following file: