#include <GEOM_EdgeSource.h>

Public Member Functions | |
| vtkTypeMacro (GEOM_EdgeSource, vtkPolyDataSource) | |
| void | AddEdge (const TopoDS_Edge &theEdge, bool theIsVector=false) |
| void | Clear () |
| void | SetVectorMode (bool) |
| bool | GetVectorMode () |
| bool | IsEmpty () |
Static Public Member Functions | |
| static GEOM_EdgeSource * | New () |
| static void | OCC2VTK (const TopoDS_Edge &theEdge, vtkPolyData *thePolyData, vtkPoints *thePts, bool theIsVector=false) |
Protected Member Functions | |
| void | Execute () |
| GEOM_EdgeSource () | |
| ~GEOM_EdgeSource () | |
Protected Attributes | |
| TEdgeSet | myEdgeSet |
| bool | myIsVector |
| bool | myIsVectorMode |
Private Member Functions | |
| GEOM_EdgeSource (const GEOM_EdgeSource &) | |
| void | operator= (const GEOM_EdgeSource &) |
| GEOM_EdgeSource::GEOM_EdgeSource | ( | ) | [protected] |
| GEOM_EdgeSource::~GEOM_EdgeSource | ( | ) | [protected] |
| GEOM_EdgeSource.GEOM_EdgeSource | ( | const GEOM_EdgeSource & | ) | [private] |
| GEOM_EdgeSource.vtkTypeMacro | ( | GEOM_EdgeSource | , |
| vtkPolyDataSource | |||
| ) |
| static GEOM_EdgeSource* GEOM_EdgeSource.New | ( | ) | [static] |
| void GEOM_EdgeSource::AddEdge | ( | const TopoDS_Edge & | theEdge, |
| bool | theIsVector = false |
||
| ) |
References myEdgeSet, and myIsVector.
| void GEOM_EdgeSource.Clear | ( | ) |
| void GEOM_EdgeSource::SetVectorMode | ( | bool | theMode | ) |
References myIsVectorMode.
| bool GEOM_EdgeSource::GetVectorMode | ( | ) |
References myIsVector, and myIsVectorMode.
| void GEOM_EdgeSource::OCC2VTK | ( | const TopoDS_Edge & | theEdge, |
| vtkPolyData * | thePolyData, | ||
| vtkPoints * | thePts, | ||
| bool | theIsVector = false |
||
| ) | [static] |
References Handle(), and PAL_MESH_030_geometry.i.
| bool GEOM_EdgeSource.IsEmpty | ( | ) |
| void GEOM_EdgeSource::Execute | ( | ) | [protected] |
References myEdgeSet, myIsVector, myIsVectorMode, New(), and OCC2VTK().
| void GEOM_EdgeSource.operator= | ( | const GEOM_EdgeSource & | ) | [private] |
TEdgeSet GEOM_EdgeSource.myEdgeSet [protected] |
bool GEOM_EdgeSource.myIsVector [protected] |
bool GEOM_EdgeSource.myIsVectorMode [protected] |