This commit alters the post-processor API to accept a vector<bool> of defaulted flags (true if defaulted, false if explicitly assigned). This, in turn, enables running the post-processor only on defaulted (or assigned) property values. Update existing post-processor implementation to honour the new calling conventions.