#include <vtkCollectPolyData.h>
Inheritance diagram for vtkCollectPolyData:
Definition at line 34 of file vtkCollectPolyData.h.
Public Types | |
typedef vtkPolyDataToPolyDataFilter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetController (vtkMultiProcessController *) |
virtual vtkMultiProcessController * | GetController () |
virtual void | SetThreshold (unsigned long) |
virtual unsigned long | GetThreshold () |
virtual int | GetCollected () |
Static Public Member Functions | |
vtkCollectPolyData * | New () |
int | IsTypeOf (const char *type) |
vtkCollectPolyData * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkCollectPolyData () | |
~vtkCollectPolyData () | |
void | ComputeInputUpdateExtents (vtkDataObject *output) |
void | Execute () |
void | ExecuteInformation () |
Protected Attributes | |
unsigned long | Threshold |
int | Collected |
vtkMultiProcessController * | Controller |
|
Reimplemented from vtkPolyDataToPolyDataFilter. Definition at line 38 of file vtkCollectPolyData.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject.
|
|
Reimplemented from vtkPolyDataToPolyDataFilter.
|
|
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 vtkPolyDataToPolyDataFilter.
|
|
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 vtkPolyDataToPolyDataFilter.
|
|
Reimplemented from vtkPolyDataToPolyDataFilter.
|
|
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 vtkPolyDataToPolyDataFilter.
|
|
By defualt this filter uses the global controller, but this method can be used to set another instead. |
|
By defualt this filter uses the global controller, but this method can be used to set another instead. |
|
Threshold that determines whether data will be collected. If the total size of the data in kilobytes is less than this threshold, then the data remains distributed. |
|
Threshold that determines whether data will be collected. If the total size of the data in kilobytes is less than this threshold, then the data remains distributed. |
|
This flag is set based on whether the data was collected to process 0 or not. |
|
What is the input update extent that is required to produce the desired output? By default, the whole input is always required but this is overridden in many subclasses. Reimplemented from vtkPolyDataSource.
|
|
This method is the old style execute method Reimplemented from vtkSource.
|
|
Reimplemented from vtkSource.
|
|
Definition at line 71 of file vtkCollectPolyData.h. |
|
Definition at line 72 of file vtkCollectPolyData.h. |
|
Definition at line 74 of file vtkCollectPolyData.h. |