#include <vtkSMPart.h>
Inheritance diagram for vtkSMPart:


[NOHEADER] | |
| void | MarkForUpdate () |
| int | UpdateNeeded |
Public Member Functions | |
| vtkTypeRevisionMacro (vtkSMPart, vtkSMProxy) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | GatherClassNameInformation () |
| void | GatherDataInformation (int doUpdate=1) |
| void | InvalidateDataInformation () |
| void | InsertExtractPiecesIfNecessary () |
| void | CreateTranslatorIfNecessary () |
| void | Update () |
| vtkPVDataInformation * | GetDataInformation () |
| vtkPVClassNameInformation * | GetClassNameInformation () |
Static Public Member Functions | |
| vtkSMPart * | New () |
Protected Member Functions | |
| vtkSMPart () | |
| ~vtkSMPart () | |
| vtkSMPart (const vtkSMPart &) | |
| void | operator= (const vtkSMPart &) |
Protected Attributes | |
| vtkPVClassNameInformation * | ClassNameInformation |
| int | ClassNameInformationValid |
| vtkPVDataInformation * | DataInformation |
| int | DataInformationValid |
This object manages one vtk data set. It is used internally by vtkSMSourceProxy to manage all of it's outputs.
Definition at line 33 of file vtkSMPart.h.
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from vtkSMProxy. |
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from vtkSMProxy. |
|
|
Returns data information. If data information is marked invalid, calls GatherDataInformation. |
|
|
Returns classname information. |
|
|
Get the classname of the dataset from server. |
|
|
Get information about dataset from server. |
|
|
Mark data information as invalid. |
|
|
Insert a filter to extract (and redistribute) unstructured pieces if the source cannot generate pieces. |
|
|
Replace the default extent translator with vtkPVExtentTranslator. |
|
|
Update the data and geometry. |
|
|
Modified propagated forward to eliminate extra network update calls. |
|
|
|
|
|
Modified propagated forward to eliminate extra network update calls. Definition at line 78 of file vtkSMPart.h. |
|
|
Definition at line 88 of file vtkSMPart.h. |
|
|
Definition at line 89 of file vtkSMPart.h. |
|
|
Definition at line 90 of file vtkSMPart.h. |
|
|
Definition at line 91 of file vtkSMPart.h. |
1.3.5