entity_and_filter
List of: Classes
Subjects: Filtering
Contents: Kernel

Purpose: Returns TRUE if both of its two child filters return TRUE.

Derivation: entity_and_filter : entity_binary_filter : entity_filter : ACIS_OBJECT : -

Filename: kern/kernel/geomhusk/efilter.hxx

Description: This class is a binary filter that returns TRUE if both of its two child filters return TRUE.

Constructor: public: entity_and_filter::entity_and_filter (


entity_filter* left, // left entity filter


entity_filter* right // right entity filter


);


C++ initialize constructor requests memory for this object and populates it with the data supplied as arguments.



Methods: public: virtual logical entity_and_filter::test (


const ENTITY* // entity


) const;


Tests both filters. This method returns TRUE if both the left and right filters return TRUE; both filters are always tested.
PDF/KERN/31CLE.PDF
HTM/DATA/KERN/KERN/31CLE/0006.HTM