Make a vtkPolyData with a vertex on each point.
More...
#include <vtkMergeCompositeDataSet.h>
Inherits vtkVertexGlyphFilter.
|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
|
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. This filter may take a graph, a point set or a CompositeDataSet as input.
Definition at line 38 of file vtkMergeCompositeDataSet.h.
§ Superclass
§ vtkMergeCompositeDataSet()
vtkMergeCompositeDataSet::vtkMergeCompositeDataSet |
( |
| ) |
|
|
protected |
§ ~vtkMergeCompositeDataSet()
virtual vtkMergeCompositeDataSet::~vtkMergeCompositeDataSet |
( |
| ) |
|
|
protectedvirtual |
§ GetClassName()
virtual const char* vtkMergeCompositeDataSet::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
static int vtkMergeCompositeDataSet::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
virtual int vtkMergeCompositeDataSet::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
§ PrintSelf()
virtual void vtkMergeCompositeDataSet::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
virtual |
§ New()
§ RequestData()
virtual int vtkMergeCompositeDataSet::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
§ FillInputPortInformation()
virtual int vtkMergeCompositeDataSet::FillInputPortInformation |
( |
int |
, |
|
|
vtkInformation * |
|
|
) |
| |
|
protectedvirtual |
The documentation for this class was generated from the following file: