#include <vtkPVGlyphFilter.h>
Public Member Functions | |
| vtkTypeRevisionMacro (vtkPVGlyphFilter, vtkGlyph3D) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual int | IsPointVisible (vtkDataSet *ds, vtkIdType ptId) |
| virtual void | SetMaximumNumberOfPoints (int) |
| virtual int | GetMaximumNumberOfPoints () |
| virtual int | GetNumberOfProcesses () |
| virtual void | SetUseMaskPoints (int) |
| virtual int | GetUseMaskPoints () |
| void | SetRandomMode (int mode) |
| int | GetRandomMode () |
Static Public Member Functions | |
| vtkPVGlyphFilter * | New () |
Protected Member Functions | |
| vtkPVGlyphFilter () | |
| ~vtkPVGlyphFilter () | |
| virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| virtual int | RequestCompositeData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
| virtual int | FillInputPortInformation (int, vtkInformation *) |
| virtual vtkExecutive * | CreateDefaultExecutive () |
| vtkIdType | GatherTotalNumberOfPoints (vtkIdType localNumPts) |
| int | MaskAndExecute (vtkIdType numPts, vtkIdType maxNumPts, vtkDataSet *input, vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
| virtual void | ReportReferences (vtkGarbageCollector *) |
Protected Attributes | |
| vtkMaskPoints * | MaskPoints |
| int | MaximumNumberOfPoints |
| int | NumberOfProcesses |
| int | UseMaskPoints |
| int | InputIsUniformGrid |
| vtkIdType | BlockMaxNumPts |
| vtkIdType | BlockOnRatio |
| vtkIdType | BlockPointCounter |
| vtkIdType | BlockNextPoint |
| vtkIdType | BlockNumPts |
| int | RandomMode |
This is a subclass of vtkGlyph3D that allows selection of input scalars
Definition at line 29 of file vtkPVGlyphFilter.h.
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
Limit the number of points to glyph |
|
|
Limit the number of points to glyph |
|
|
Get the number of processes used to run this filter. |
|
|
Set/get whether to mask points |
|
|
Set/get whether to mask points |
|
|
Set/get flag to cause randomization of which points to mask. |
|
|
Set/get flag to cause randomization of which points to mask. |
|
||||||||||||
|
In processing composite datasets, will check if a point is visible as long as the dataset being process if a vtkUniformGrid. |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||||||||||||||||||
|
|
|
|
|
|
|
Definition at line 88 of file vtkPVGlyphFilter.h. |
|
|
Definition at line 89 of file vtkPVGlyphFilter.h. |
|
|
Definition at line 90 of file vtkPVGlyphFilter.h. |
|
|
Definition at line 91 of file vtkPVGlyphFilter.h. |
|
|
Definition at line 92 of file vtkPVGlyphFilter.h. |
|
|
Definition at line 94 of file vtkPVGlyphFilter.h. |
|
|
Definition at line 95 of file vtkPVGlyphFilter.h. |
|
|
Definition at line 96 of file vtkPVGlyphFilter.h. |
|
|
Definition at line 97 of file vtkPVGlyphFilter.h. |
|
|
Definition at line 98 of file vtkPVGlyphFilter.h. |
|
|
Definition at line 100 of file vtkPVGlyphFilter.h. |
1.3.5