#include <vtkHierarchicalDataSetGeometryFilter.h>
Inheritance diagram for vtkHierarchicalDataSetGeometryFilter:
vtkHierarchicalDataSetGeometryFilter applies vtkGeometryFilter to all blocks in vtkHierarchicalDataSet. 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.
Definition at line 37 of file vtkHierarchicalDataSetGeometryFilter.h.
Public Types | |
typedef vtkPolyDataAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual int | ProcessRequest (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
Static Public Member Functions | |
static vtkHierarchicalDataSetGeometryFilter * | New () |
static int | IsTypeOf (const char *type) |
static vtkHierarchicalDataSetGeometryFilter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkHierarchicalDataSetGeometryFilter () | |
~vtkHierarchicalDataSetGeometryFilter () | |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
virtual vtkExecutive * | CreateDefaultExecutive () |
virtual int | RequestCompositeData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
|
Reimplemented from vtkPolyDataAlgorithm. Definition at line 41 of file vtkHierarchicalDataSetGeometryFilter.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkPolyDataAlgorithm. |
|
Reimplemented from vtkPolyDataAlgorithm. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataAlgorithm. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataAlgorithm. |
|
Reimplemented from vtkPolyDataAlgorithm. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkPolyDataAlgorithm. |
|
see vtkAlgorithm for details Reimplemented from vtkPolyDataAlgorithm. |
|
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle. Reimplemented from vtkPolyDataAlgorithm. |
|
Create a default executive. If the DefaultExecutivePrototype is set, a copy of it is created in CreateDefaultExecutive() using NewInstance(). Otherwise, vtkStreamingDemandDrivenPipeline is created. Reimplemented from vtkAlgorithm. |
|
|