#include <vtkPlotEdges.h>
List of all members.
Public Member Functions |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions |
| static int | IsTypeOf (const char *type) |
| static vtkPlotEdges * | SafeDownCast (vtkObject *o) |
| static vtkPlotEdges * | New () |
Protected Member Functions |
| | vtkPlotEdges () |
| virtual | ~vtkPlotEdges () |
| virtual int | FillInputPortInformation (int port, vtkInformation *info) |
| int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| void | Process (vtkPolyData *input, vtkMultiBlockDataSet *output) |
| void | ExtractSegments (vtkPolyData *polyData, vtkCollection *segments, vtkCollection *nodes) |
Static Protected Member Functions |
| static void | ReducePolyData (vtkPolyData *polyData, vtkPolyData *output) |
| static void | ExtractSegmentsFromExtremity (vtkPolyData *polyData, vtkCollection *segments, vtkCollection *nodes, char *visitedCells, vtkIdType cellId, vtkIdType pointId, Node *node) |
| static void | ConnectSegmentsWithNodes (vtkCollection *segments, vtkCollection *nodes) |
| static void | SaveToMultiBlockDataSet (vtkCollection *segments, vtkMultiBlockDataSet *output) |
| static void | MergeSegments (vtkCollection *segments, vtkCollection *nodes, Node *node, Segment *segmentA, Segment *segmentB) |
| static Node * | GetNodeAtPoint (vtkCollection *nodes, vtkIdType pointId) |
| static void | PrintSegments (vtkCollection *segments) |
Detailed Description
Definition at line 32 of file vtkPlotEdges.h.
Constructor & Destructor Documentation
| vtkPlotEdges::vtkPlotEdges |
( |
| ) |
[protected] |
| virtual vtkPlotEdges::~vtkPlotEdges |
( |
| ) |
[protected, virtual] |
Member Function Documentation
| virtual const char* vtkPlotEdges::GetClassName |
( |
| ) |
[virtual] |
| static int vtkPlotEdges::IsTypeOf |
( |
const char * |
type | ) |
[static] |
| virtual int vtkPlotEdges::IsA |
( |
const char * |
type | ) |
[virtual] |
| void vtkPlotEdges::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| [virtual] |
| virtual int vtkPlotEdges::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| [protected, virtual] |
| static void vtkPlotEdges::MergeSegments |
( |
vtkCollection * |
segments, |
|
|
vtkCollection * |
nodes, |
|
|
Node * |
node, |
|
|
Segment * |
segmentA, |
|
|
Segment * |
segmentB |
|
) |
| [static, protected] |
| static void vtkPlotEdges::PrintSegments |
( |
vtkCollection * |
segments | ) |
[static, protected] |
The documentation for this class was generated from the following file: