convert a vtkGraph a set of points.
More...
#include <vtkGraphToPoints.h>
Inherits vtkPolyDataAlgorithm.
convert a vtkGraph a set of points.
Converts a vtkGraph to a vtkPolyData containing a set of points. This assumes that the points of the graph have already been filled (perhaps by vtkGraphLayout). The vertex data is passed along to the point data.
- Examples:
- vtkGraphToPoints (Examples)
Definition at line 39 of file vtkGraphToPoints.h.
vtkGraphToPoints::vtkGraphToPoints |
( |
| ) |
|
|
protected |
vtkGraphToPoints::~vtkGraphToPoints |
( |
| ) |
|
|
inlineprotected |
static int vtkGraphToPoints::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkGraphToPoints::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkGraphToPoints::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkGraphToPoints::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
int vtkGraphToPoints::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
Convert the vtkGraph into vtkPolyData.
int vtkGraphToPoints::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protected |
Set the input type of the algorithm to vtkGraph.
The documentation for this class was generated from the following file: