#include <GEOM_VertexSource.h>

Public Member Functions | |
| vtkTypeMacro (GEOM_VertexSource, vtkPolyDataSource) | |
| void | AddVertex (const TopoDS_Vertex &theVertex) |
| void | Clear () |
Static Public Member Functions | |
| static GEOM_VertexSource * | New () |
| static void | OCC2VTK (const TopoDS_Vertex &theVertex, vtkPolyData *thePolyData, vtkPoints *thePts) |
Protected Member Functions | |
| void | Execute () |
| GEOM_VertexSource () | |
| ~GEOM_VertexSource () | |
Protected Attributes | |
| TVertexSet | myVertexSet |
Private Member Functions | |
| GEOM_VertexSource (const GEOM_VertexSource &) | |
| void | operator= (const GEOM_VertexSource &) |
| GEOM_VertexSource::GEOM_VertexSource | ( | ) | [protected] |
| GEOM_VertexSource::~GEOM_VertexSource | ( | ) | [protected] |
| GEOM_VertexSource.GEOM_VertexSource | ( | const GEOM_VertexSource & | ) | [private] |
| GEOM_VertexSource.vtkTypeMacro | ( | GEOM_VertexSource | , |
| vtkPolyDataSource | |||
| ) |
| static GEOM_VertexSource* GEOM_VertexSource.New | ( | ) | [static] |
| void GEOM_VertexSource::AddVertex | ( | const TopoDS_Vertex & | theVertex | ) |
References myVertexSet.
| void GEOM_VertexSource.Clear | ( | ) |
| void GEOM_VertexSource::OCC2VTK | ( | const TopoDS_Vertex & | theVertex, |
| vtkPolyData * | thePolyData, | ||
| vtkPoints * | thePts | ||
| ) | [static] |
| void GEOM_VertexSource::Execute | ( | ) | [protected] |
References myVertexSet, New(), and OCC2VTK().
| void GEOM_VertexSource.operator= | ( | const GEOM_VertexSource & | ) | [private] |
TVertexSet GEOM_VertexSource.myVertexSet [protected] |