extract geometry from multi-group data
More...
#include <vtkCompositeDataGeometryFilter.h>
extract geometry from multi-group data
vtkCompositeDataGeometryFilter applies vtkGeometryFilter to all leaves in vtkCompositeDataSet. Place this filter at the end of a pipeline before a polydata consumer such as a polydata mapper to extract geometry from all blocks and append them to one polydata object.
- Examples:
- vtkCompositeDataGeometryFilter (Examples)
- Tests:
- vtkCompositeDataGeometryFilter (Tests)
Definition at line 38 of file vtkCompositeDataGeometryFilter.h.
vtkCompositeDataGeometryFilter::vtkCompositeDataGeometryFilter |
( |
| ) |
|
|
protected |
vtkCompositeDataGeometryFilter::~vtkCompositeDataGeometryFilter |
( |
| ) |
|
|
protected |
static int vtkCompositeDataGeometryFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkCompositeDataGeometryFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkCompositeDataGeometryFilter::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkCompositeDataGeometryFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual int vtkCompositeDataGeometryFilter::ProcessRequest |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
virtual |
see vtkAlgorithm for details
virtual int vtkCompositeDataGeometryFilter::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
virtual vtkExecutive* vtkCompositeDataGeometryFilter::CreateDefaultExecutive |
( |
| ) |
|
|
protectedvirtual |
virtual int vtkCompositeDataGeometryFilter::RequestCompositeData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
The documentation for this class was generated from the following file: