Go to Google Code Home
Google SketchUp SkpWriter C++ API Documentation (Labs)

Public Member Functions

atlast::sketchup::AcceptAllFilter Class Reference

A filter that allows everything to pass through. More...

#include <entityset.h>

Inherits atlast::sketchup::ISketchUpEntitySetFilter.

List of all members.

Public Member Functions

virtual bool Accept (ISketchUpEntity *pEnt) const
 Checks to see whether the given entity is accepted by the filter. In this case, everything is accepted.

Detailed Description

A filter that allows everything to pass through.


Member Function Documentation

virtual bool atlast::sketchup::AcceptAllFilter::Accept ( ISketchUpEntity pEnt  )  const [inline, virtual]

Checks to see whether the given entity is accepted by the filter. In this case, everything is accepted.

Parameters:
pEnt The entity to check.
Returns:
true iff the object passes the filter's test(s).

©2010 Google - Google Home - About Google