generate points at center of edges
More...
#include <vtkEdgeCenters.h>
Inherits vtkPolyDataAlgorithm.
generate points at center of edges
vtkEdgeCenters is a filter that takes as input any graph and generates on output points at the center of the cells in the dataset. These points can be used for placing glyphs (vtkGlyph3D) or labeling (vtkLabeledDataMapper). (The center is the parametric center of the cell, not necessarily the geometric or bounding box center.) The edge attributes will be associated with the points on output.
- Warning
- You can choose to generate just points or points and vertex cells. Vertex cells are drawn during rendering; points are not. Use the ivar VertexCells to generate cells.
- See Also
- vtkGlyph3D vtkLabeledDataMapper
Definition at line 40 of file vtkEdgeCenters.h.
vtkEdgeCenters::vtkEdgeCenters |
( |
| ) |
|
|
protected |
vtkEdgeCenters::~vtkEdgeCenters |
( |
| ) |
|
|
inlineprotected |
static int vtkEdgeCenters::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkEdgeCenters::IsA |
( |
const char * |
type | ) |
|
|
virtual |
static vtkEdgeCenters* vtkEdgeCenters::SafeDownCast |
( |
vtkObjectBase * |
o | ) |
|
|
static |
virtual vtkObjectBase* vtkEdgeCenters::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkEdgeCenters::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
Construct object with vertex cell generation turned off.
virtual void vtkEdgeCenters::SetVertexCells |
( |
int |
| ) |
|
|
virtual |
Enable/disable the generation of vertex cells.
virtual int vtkEdgeCenters::GetVertexCells |
( |
| ) |
|
|
virtual |
Enable/disable the generation of vertex cells.
virtual void vtkEdgeCenters::VertexCellsOn |
( |
| ) |
|
|
virtual |
Enable/disable the generation of vertex cells.
virtual void vtkEdgeCenters::VertexCellsOff |
( |
| ) |
|
|
virtual |
Enable/disable the generation of vertex cells.
virtual int vtkEdgeCenters::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkEdgeCenters::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
int vtkEdgeCenters::VertexCells |
|
protected |
The documentation for this class was generated from the following file: