#include <oilfltrs.h>
Inheritance diagram for LaserDataOILFilter:
Public Member Functions | |
LaserDataOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 907 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 1540 of file oilfltrs.cpp. 01540 : OILFilter(pFilter) 01541 { 01542 FilterName.Load(_R(IDN_FILTERNAME_LASERDATA)); 01543 FilterExt.Load(_R(IDN_FILTEREXT_LASERDATA)); 01544 }
|