DisplacementMapFilter::CanCacheAcrossTransform

DisplacementMapFilter::CanCacheAcrossTransform
virtual bool CanCacheAcrossTransform(bool, bool, bool deltaScale) const;
Description

CanCacheAcrossTransform determines whether filters may be able to cache across transformations. However, the ability depends on filter's behavior.

Parameters
Parameters 
Description 
bool deltaScale 
True if the scale of the shape has changed since the filter was last cached. 
deltaTrans 
True if the translation of the shape has changed since the filter was last cached. 
deltaRot 
True if the rotation of the shape has changed since the filter was last cached. 
Return Value

True if the filter can be cached based on the transformation changes, false otherwise