|
ParaView
|
Glyph filter. More...
#include <vtkPVGlyphFilter.h>


Glyph filter.
This is a subclass of vtkGlyph3D that allows selection of input scalars
Definition at line 29 of file vtkPVGlyphFilter.h.
Definition at line 110 of file vtkPVGlyphFilter.h.
| vtkPVGlyphFilter::vtkPVGlyphFilter | ( | ) | [protected] |
| vtkPVGlyphFilter::~vtkPVGlyphFilter | ( | ) | [protected] |
| virtual const char* vtkPVGlyphFilter::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkGlyph3D.
| static int vtkPVGlyphFilter::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkGlyph3D.
| virtual int vtkPVGlyphFilter::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkGlyph3D.
| static vtkPVGlyphFilter* vtkPVGlyphFilter::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkGlyph3D.
| void vtkPVGlyphFilter::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkGlyph3D.
| static vtkPVGlyphFilter* vtkPVGlyphFilter::New | ( | ) | [static] |
Reimplemented from vtkGlyph3D.
| virtual void vtkPVGlyphFilter::SetMaximumNumberOfPoints | ( | int | ) | [virtual] |
Limit the number of points to glyph
| virtual int vtkPVGlyphFilter::GetMaximumNumberOfPoints | ( | ) | [virtual] |
Limit the number of points to glyph
| virtual int vtkPVGlyphFilter::GetNumberOfProcesses | ( | ) | [virtual] |
Get the number of processes used to run this filter.
| void vtkPVGlyphFilter::SetUseMaskPoints | ( | int | useMaskPoints | ) |
Set/get whether to mask points
| virtual int vtkPVGlyphFilter::GetUseMaskPoints | ( | ) | [virtual] |
Set/get whether to mask points
| void vtkPVGlyphFilter::SetRandomMode | ( | int | mode | ) |
Set/get flag to cause randomization of which points to mask.
| int vtkPVGlyphFilter::GetRandomMode | ( | ) |
Set/get flag to cause randomization of which points to mask.
| virtual int vtkPVGlyphFilter::IsPointVisible | ( | vtkDataSet * | ds, |
| vtkIdType | ptId | ||
| ) | [virtual] |
In processing composite datasets, will check if a point is visible as long as the dataset being process if a vtkUniformGrid.
Reimplemented from vtkGlyph3D.
| virtual int vtkPVGlyphFilter::RequestData | ( | vtkInformation * | , |
| vtkInformationVector ** | , | ||
| vtkInformationVector * | |||
| ) | [protected, virtual] |
Reimplemented from vtkGlyph3D.
| virtual int vtkPVGlyphFilter::RequestCompositeData | ( | vtkInformation * | request, |
| vtkInformationVector ** | inputVector, | ||
| vtkInformationVector * | outputVector | ||
| ) | [protected, virtual] |
| virtual int vtkPVGlyphFilter::FillInputPortInformation | ( | int | , |
| vtkInformation * | |||
| ) | [protected, virtual] |
Reimplemented from vtkGlyph3D.
| virtual vtkExecutive* vtkPVGlyphFilter::CreateDefaultExecutive | ( | ) | [protected, virtual] |
Reimplemented from vtkAlgorithm.
| void vtkPVGlyphFilter::CalculatePtsToGlyph | ( | double | PtsNotBlanked | ) | [protected] |
This is a generic function that can be called per block of the dataset to calculate indices of points to be glyphed in the block
| virtual void vtkPVGlyphFilter::ReportReferences | ( | vtkGarbageCollector * | ) | [protected, virtual] |
Reimplemented from vtkAlgorithm.
vtkMaskPoints* vtkPVGlyphFilter::MaskPoints [protected] |
Definition at line 86 of file vtkPVGlyphFilter.h.
int vtkPVGlyphFilter::MaximumNumberOfPoints [protected] |
Definition at line 87 of file vtkPVGlyphFilter.h.
int vtkPVGlyphFilter::NumberOfProcesses [protected] |
Definition at line 88 of file vtkPVGlyphFilter.h.
int vtkPVGlyphFilter::UseMaskPoints [protected] |
Definition at line 89 of file vtkPVGlyphFilter.h.
int vtkPVGlyphFilter::InputIsUniformGrid [protected] |
Definition at line 90 of file vtkPVGlyphFilter.h.
vtkIdType vtkPVGlyphFilter::BlockGlyphAllPoints [protected] |
Definition at line 92 of file vtkPVGlyphFilter.h.
vtkIdType vtkPVGlyphFilter::BlockMaxNumPts [protected] |
Definition at line 93 of file vtkPVGlyphFilter.h.
vtkIdType vtkPVGlyphFilter::BlockOnRatio [protected] |
Definition at line 94 of file vtkPVGlyphFilter.h.
vtkIdType vtkPVGlyphFilter::BlockPointCounter [protected] |
Definition at line 95 of file vtkPVGlyphFilter.h.
vtkIdType vtkPVGlyphFilter::BlockNextPoint [protected] |
Definition at line 96 of file vtkPVGlyphFilter.h.
vtkIdType vtkPVGlyphFilter::BlockNumGlyphedPts [protected] |
Definition at line 97 of file vtkPVGlyphFilter.h.
std::vector< vtkIdType > vtkPVGlyphFilter::RandomPtsInDataset [protected] |
Definition at line 99 of file vtkPVGlyphFilter.h.
int vtkPVGlyphFilter::RandomMode [protected] |
Definition at line 101 of file vtkPVGlyphFilter.h.
1.7.5.1