#include <GEOM_ShadingFace.h>
Public Member Functions | |
vtkTypeMacro (GEOM_ShadingFace, GEOM_FaceSource) | |
Public Member Functions inherited from GEOM_FaceSource | |
vtkTypeMacro (GEOM_FaceSource, vtkPolyDataAlgorithm) | |
void | AddFace (const TopoDS_Face &theFace) |
void | Clear () |
bool | IsEmpty () |
Static Public Member Functions | |
static GEOM_ShadingFace * | New () |
static void | OCC2VTK (const TopoDS_Face &theFace, vtkPolyData *theCells, vtkPoints *thePts) |
Protected Member Functions | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
GEOM_ShadingFace () | |
~GEOM_ShadingFace () | |
Protected Member Functions inherited from GEOM_FaceSource | |
GEOM_FaceSource () | |
~GEOM_FaceSource () | |
Private Member Functions | |
GEOM_ShadingFace (const GEOM_ShadingFace &) | |
void | operator= (const GEOM_ShadingFace &) |
Additional Inherited Members | |
Static Protected Member Functions inherited from GEOM_FaceSource | |
static void | MoveTo (gp_Pnt thePnt, vtkPoints *thePts) |
static void | DrawTo (gp_Pnt thePnt, vtkPolyData *thePolyData, vtkPoints *thePts) |
Protected Attributes inherited from GEOM_FaceSource | |
TFaceSet | myFaceSet |
|
protected |
|
protected |
|
private |
|
static |
|
static |
References Handle().
|
private |
|
protectedvirtual |
References anIter(), GEOM_FaceSource::myFaceSet, and OCC2VTK().
GEOM_ShadingFace::vtkTypeMacro | ( | GEOM_ShadingFace | , |
GEOM_FaceSource | |||
) |