#include <VTKViewer_Filter.h>
Public Member Functions | |
VTKViewer_Filter () | |
virtual | ~VTKViewer_Filter () |
bool | IsValid (VTKViewer_Actor *, const int theId) |
virtual bool | IsValid (const int theId) const =0 |
virtual int | GetId () const =0 |
virtual bool | IsNodeFilter () const =0 |
virtual void | SetActor (VTKViewer_Actor *) |
Protected Attributes | |
VTKViewer_Actor * | myActor |
Description : Base class of filters of for VTK viewer. Method IsValid
should be redefined in derived classes
VTKViewer_Filter::VTKViewer_Filter | ( | ) |
|
virtual |
Virtual Destructor.
|
pure virtual |
|
pure virtual |
bool VTKViewer_Filter::IsValid | ( | VTKViewer_Actor * | theActor, |
const int | theCellId | ||
) |
Check correctness of theCellId for actor theActor by call virtual method IsValid( const int theId ).
theActor | - actor |
theCellId | - cell id. |
\c | true - if cell id is valid, else false . |
References SetActor().
|
pure virtual |
|
virtual |
|
protected |