Glyph filter.
More...
#include <vtkPVLegacyGlyphFilter.h>
Inherits vtkGlyph3D.
Glyph filter.
This is a subclass of vtkGlyph3D that allows selection of input scalars
Definition at line 31 of file vtkPVLegacyGlyphFilter.h.
§ Superclass
§ CommunicationIds
§ vtkPVLegacyGlyphFilter()
vtkPVLegacyGlyphFilter::vtkPVLegacyGlyphFilter |
( |
| ) |
|
|
protected |
§ ~vtkPVLegacyGlyphFilter()
vtkPVLegacyGlyphFilter::~vtkPVLegacyGlyphFilter |
( |
| ) |
|
|
protected |
§ GetClassName()
virtual const char* vtkPVLegacyGlyphFilter::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
static int vtkPVLegacyGlyphFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
virtual int vtkPVLegacyGlyphFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
§ PrintSelf()
void vtkPVLegacyGlyphFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ New()
§ SetMaximumNumberOfPoints()
virtual void vtkPVLegacyGlyphFilter::SetMaximumNumberOfPoints |
( |
int |
| ) |
|
|
virtual |
Limit the number of points to glyph.
§ GetMaximumNumberOfPoints()
virtual int vtkPVLegacyGlyphFilter::GetMaximumNumberOfPoints |
( |
| ) |
|
|
virtual |
Limit the number of points to glyph.
§ GetNumberOfProcesses()
virtual int vtkPVLegacyGlyphFilter::GetNumberOfProcesses |
( |
| ) |
|
|
virtual |
Get the number of processes used to run this filter.
§ SetUseMaskPoints()
void vtkPVLegacyGlyphFilter::SetUseMaskPoints |
( |
int |
useMaskPoints | ) |
|
Set/get whether to mask points.
§ GetUseMaskPoints()
virtual int vtkPVLegacyGlyphFilter::GetUseMaskPoints |
( |
| ) |
|
|
virtual |
Set/get whether to mask points.
§ SetRandomMode()
void vtkPVLegacyGlyphFilter::SetRandomMode |
( |
int |
mode | ) |
|
Set/get flag to cause randomization of which points to mask.
§ GetRandomMode()
int vtkPVLegacyGlyphFilter::GetRandomMode |
( |
| ) |
|
Set/get flag to cause randomization of which points to mask.
§ IsPointVisible()
virtual int vtkPVLegacyGlyphFilter::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.
§ SetKeepRandomPoints()
void vtkPVLegacyGlyphFilter::SetKeepRandomPoints |
( |
int |
keepRandomPoints | ) |
|
§ GetKeepRandomPoints()
virtual int vtkPVLegacyGlyphFilter::GetKeepRandomPoints |
( |
| ) |
|
|
virtual |
§ RequestData()
virtual int vtkPVLegacyGlyphFilter::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
§ RequestCompositeData()
virtual int vtkPVLegacyGlyphFilter::RequestCompositeData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protectedvirtual |
§ FillInputPortInformation()
virtual int vtkPVLegacyGlyphFilter::FillInputPortInformation |
( |
int |
, |
|
|
vtkInformation * |
|
|
) |
| |
|
protectedvirtual |
§ CreateDefaultExecutive()
virtual vtkExecutive* vtkPVLegacyGlyphFilter::CreateDefaultExecutive |
( |
| ) |
|
|
protectedvirtual |
§ GatherTotalNumberOfPoints()
vtkIdType vtkPVLegacyGlyphFilter::GatherTotalNumberOfPoints |
( |
vtkIdType |
localNumPts | ) |
|
|
protected |
§ CalculatePtsToGlyph()
void vtkPVLegacyGlyphFilter::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.
§ ReportReferences()
virtual void vtkPVLegacyGlyphFilter::ReportReferences |
( |
vtkGarbageCollector * |
| ) |
|
|
protectedvirtual |
§ MaskPoints
vtkMaskPoints* vtkPVLegacyGlyphFilter::MaskPoints |
|
protected |
§ MaximumNumberOfPoints
int vtkPVLegacyGlyphFilter::MaximumNumberOfPoints |
|
protected |
§ NumberOfProcesses
int vtkPVLegacyGlyphFilter::NumberOfProcesses |
|
protected |
§ UseMaskPoints
int vtkPVLegacyGlyphFilter::UseMaskPoints |
|
protected |
§ InputIsUniformGrid
int vtkPVLegacyGlyphFilter::InputIsUniformGrid |
|
protected |
§ BlockGlyphAllPoints
vtkIdType vtkPVLegacyGlyphFilter::BlockGlyphAllPoints |
|
protected |
§ BlockMaxNumPts
vtkIdType vtkPVLegacyGlyphFilter::BlockMaxNumPts |
|
protected |
§ BlockOnRatio
vtkIdType vtkPVLegacyGlyphFilter::BlockOnRatio |
|
protected |
§ BlockPointCounter
vtkIdType vtkPVLegacyGlyphFilter::BlockPointCounter |
|
protected |
§ BlockNextPoint
vtkIdType vtkPVLegacyGlyphFilter::BlockNextPoint |
|
protected |
§ BlockNumGlyphedPts
vtkIdType vtkPVLegacyGlyphFilter::BlockNumGlyphedPts |
|
protected |
§ RandomPtsInDataset
std::vector<vtkIdType> vtkPVLegacyGlyphFilter::RandomPtsInDataset |
|
protected |
§ RandomMode
int vtkPVLegacyGlyphFilter::RandomMode |
|
protected |
§ KeepRandomPoints
int vtkPVLegacyGlyphFilter::KeepRandomPoints |
|
protected |
§ MaximumNumberOfPointsOld
vtkIdType vtkPVLegacyGlyphFilter::MaximumNumberOfPointsOld |
|
protected |
The documentation for this class was generated from the following file: