#include <mi32/vfilters.h>
Inheritance diagram for VECTFILTPARMS:

Public Member Functions | |
| ERRVALUE | Execute (RVC::VECTORTOOLKIT &vtk) |
| void | GenerateForm (MDLGPARENT form) |
| void | GenerateReportString (MISTRING &string) const |
| HELPID | GetHelpID () const |
| const char * | GetIconClassName () const |
| const char * | GetIconName () const |
| TEXTID | GetLabel () const |
| bool | HasForm () const |
| bool | IsPolygonFilter () const |
| void | UpdateObject (const RVC::OBJITEM &ObjItem) |
| VECTFILTPARMS () | |
| virtual | ~VECTFILTPARMS () |
Definition at line 81 of file vfilters.h.
| VECTFILTPARMS::VECTFILTPARMS | ( | ) |
| virtual VECTFILTPARMS::~VECTFILTPARMS | ( | ) | [virtual] |
| ERRVALUE VECTFILTPARMS::Execute | ( | RVC::VECTORTOOLKIT & | vtk | ) | [inline] |
Perform the filter operation on the vector object provided in the VECTORTOOLKIT instance.
Definition at line 88 of file vfilters.h.
| void VECTFILTPARMS::GenerateForm | ( | MDLGPARENT | form | ) | [inline] |
| void VECTFILTPARMS::GenerateReportString | ( | MISTRING & | string | ) | const [inline] |
Generate a filter result report string. Only valid after Execute() is called.
Definition at line 98 of file vfilters.h.
| HELPID VECTFILTPARMS::GetHelpID | ( | ) | const [inline] |
| const char* VECTFILTPARMS::GetIconClassName | ( | ) | const [inline] |
| const char* VECTFILTPARMS::GetIconName | ( | ) | const [inline] |
| TEXTID VECTFILTPARMS::GetLabel | ( | ) | const [inline] |
| bool VECTFILTPARMS::HasForm | ( | ) | const [inline] |
Does the filter have a filter parameter form to generate?
Definition at line 119 of file vfilters.h.
| bool VECTFILTPARMS::IsPolygonFilter | ( | ) | const [inline] |
| void VECTFILTPARMS::UpdateObject | ( | const RVC::OBJITEM & | ObjItem | ) | [inline] |
1.5.2