Fixes related to changes in how the Dynamic class does casting
A recently merged topic branch changed the methods of how the Dynamic classes do casting and type checking. The support_visit_structured_points topic branch was started before these changes and merged to master afterward. It used an old version of IsType that did not conflict and caused a compile error. This fixes the compile error.