Make a vtkPolyData with a vertex on each point.
More...
#include <vtkVertexGlyphFilter.h>
Inherits vtkPolyDataAlgorithm.
Make a vtkPolyData with a vertex on each point.
This filter throws away all of the cells in the input and replaces them with a vertex on each point. The intended use of this filter is roughly equivalent to the vtkGlyph3D filter, except this filter is specifically for data that has many vertices, making the rendered result faster and less cluttered than the glyph filter. This filter may take a graph or point set as input.
- Tests:
- vtkVertexGlyphFilter (Tests)
Definition at line 42 of file vtkVertexGlyphFilter.h.
vtkVertexGlyphFilter::vtkVertexGlyphFilter |
( |
| ) |
|
|
protected |
vtkVertexGlyphFilter::~vtkVertexGlyphFilter |
( |
| ) |
|
|
protected |
static int vtkVertexGlyphFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkVertexGlyphFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkVertexGlyphFilter::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
virtual void vtkVertexGlyphFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
virtual |
int vtkVertexGlyphFilter::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
int vtkVertexGlyphFilter::FillInputPortInformation |
( |
int |
, |
|
|
vtkInformation * |
|
|
) |
| |
|
protected |
The documentation for this class was generated from the following file: