Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Related Pages
vtkCollectPolyData Class Reference
#include <vtkCollectPolyData.h>
Inheritance diagram for vtkCollectPolyData:
[legend]Collaboration diagram for vtkCollectPolyData:
[legend]List of all members.
Detailed Description
Collect distributed polydata.
- Date:
-
2002/08/12 15:20:30
- Revision:
-
1.4
.DESCRIPTION This filter has code to collect polydat from across processes onto node 0. This collection can be controlled by the size of the data. If the final data size will be above the threshold, then it will not be collected.
- Created by:
-
- CVS contributions (if > 5%):
-
- Law, Charles (86%)
- Cedilnik, Andy (11%)
- CVS logs (CVSweb):
-
- .
cxx
(/Parallel/vtkCollectPolyData.cxx)
- .
h
(/Parallel/vtkCollectPolyData.h)
Definition at line 45 of file vtkCollectPolyData.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkCollectPolyData::vtkCollectPolyData |
( |
|
) |
[protected] |
|
vtkCollectPolyData::~vtkCollectPolyData |
( |
|
) |
[protected] |
|
Member Function Documentation
vtkCollectPolyData* vtkCollectPolyData::New |
( |
|
) |
[static] |
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject. |
virtual const char* vtkCollectPolyData::GetClassName |
( |
|
) |
[virtual] |
|
int vtkCollectPolyData::IsTypeOf |
( |
const char * |
type |
) |
[static] |
|
|
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. |
virtual int vtkCollectPolyData::IsA |
( |
const char * |
type |
) |
[virtual] |
|
|
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. |
vtkCollectPolyData* vtkCollectPolyData::SafeDownCast |
( |
vtkObject * |
o |
) |
[static] |
|
void vtkCollectPolyData::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
[virtual] |
|
|
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. |
virtual void vtkCollectPolyData::SetThreshold |
( |
unsigned |
long |
) |
[virtual] |
|
|
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. |
virtual unsigned long vtkCollectPolyData::GetThreshold |
( |
|
) |
[virtual] |
|
|
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. |
virtual int vtkCollectPolyData::GetCollected |
( |
|
) |
[virtual] |
|
|
This flag is set based on whether the data was collected to process 0 or not. |
void vtkCollectPolyData::ComputeInputUpdateExtents |
( |
vtkDataObject * |
output |
) |
[protected, virtual] |
|
|
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. |
void vtkCollectPolyData::Execute |
( |
|
) |
[protected, virtual] |
|
|
This method is the old style execute method
Reimplemented from vtkSource. |
void vtkCollectPolyData::ExecuteInformation |
( |
|
) |
[protected, virtual] |
|
Member Data Documentation
unsigned long vtkCollectPolyData::Threshold [protected]
|
|
int vtkCollectPolyData::Collected [protected]
|
|
The documentation for this class was generated from the following file: